
@font-face {
  font-family: "Strato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/strato-regular.otf") format("opentype");
}

@font-face {
  font-family: "Strato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/strato-book-italic.otf") format("opentype");
}

@font-face {
  font-family: "Franklin Book";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/franklin-book.ttf") format("truetype");
}

@font-face {
  font-family: "Pinyon Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/pinyon-script.ttf") format("truetype");
}

:root {
  --cream: #ece3d6;
  --cream-soft: #f6efe6;
  --brown: #6a594d;
  --brown-dark: #59493f;
  --green: #7a8159;
  --green-soft: #969977;
  --pink: #eed7cf;
  --white: #fffdf9;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--brown);
  font-family: "Strato", "Franklin Book", Arial, sans-serif;
  margin: 0;
  min-width: 320px;
  padding-top: var(--header-height);
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

img {
  display: block;
}

.page-hero-image,
.favorite-image,
.featured-image,
.product-image {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.social-links svg,
.cart-link svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.cart-link svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

[hidden] {
  display: none !important;
}

.content-shell {
  margin-inline: auto;
  max-width: 1220px;
  width: min(88%, 1220px);
}

.site-header {
  background: var(--cream);
  height: var(--header-height);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

.header-shell {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1600px;
  padding-inline: clamp(28px, 5vw, 92px);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-logo {
  height: auto;
  width: clamp(118px, 10vw, 166px);
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(32px, 4.4vw, 72px);
}

.nav-link {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(12px, 1.1vw, 16px);
  opacity: 0.82;
  position: relative;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-link::after {
  background: var(--brown);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 180ms ease;
  width: 100%;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #e2a0ac;
  opacity: 1;
}

.nav-link--active {
  opacity: 1;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link--active::after {
  transform: translateX(-50%) scaleX(1);
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  font-size: 28px;
  justify-content: center;
  padding: 8px;
}

.page-hero {
  overflow: hidden;
  position: relative;
}

.page-hero--beranda {
  aspect-ratio: 1491 / 618;
}

.page-hero--produk {
  aspect-ratio: 1491 / 690;
}

.page-hero--profil {
  aspect-ratio: 1600 / 747;
}

.page-hero--kontak {
  height: clamp(650px, 62vw, 930px);
}

.page-hero-image {
  object-fit: cover;
}

.page-hero--kontak .page-hero-image {
  object-position: 55% center;
}

.hero-shade {
  background: linear-gradient(180deg, transparent 48%, rgba(38, 28, 21, 0.18));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.page-hero--profil .hero-shade {
  background: linear-gradient(90deg, rgba(44, 33, 25, 0.18), transparent 55%);
}

.hero-copy {
  color: var(--white);
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 5px rgba(36, 27, 21, 0.45);
}

.page-hero--beranda .hero-copy {
  left: 50%;
  top: 77%;
  transform: translate(-50%, -50%);
}

.page-hero--produk .hero-copy {
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.page-hero--profil .hero-copy {
  left: 16%;
  top: 70%;
  transform: translateY(-50%);
}

.page-hero--kontak .hero-copy {
  left: clamp(54px, 11vw, 185px);
  text-align: left;
  top: 73%;
}

.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 54px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.hero-title--compact {
  font-size: clamp(24px, 2.9vw, 46px);
  margin-top: -5px;
}

.hero-script {
  font-family: "Pinyon Script", cursive;
  font-size: clamp(44px, 5.4vw, 82px);
  line-height: 0.85;
  margin: 0;
  white-space: nowrap;
}

.hero-script--large {
  font-size: clamp(58px, 7.2vw, 112px);
}

.brown-divider {
  background: var(--brown);
  height: clamp(48px, 4.8vw, 76px);
}

.leaf-green-pattern {
  background-color: var(--green-soft);
  background-image: url("../assets/patterns/leaf-green.jpg");
  background-repeat: repeat;
  background-size: 420px auto;
}

.leaf-pink-pattern {
  background-color: var(--cream);
  background-image: url("../assets/patterns/leaf-pink.jpg");
  background-repeat: repeat;
  background-size: 420px auto;
}

.bow-pattern {
  background-color: #fff;
  background-image: url("../assets/patterns/bow-pink.jpg");
  background-repeat: repeat;
  background-size: 240px auto;
}

.quote-section {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: clamp(470px, 46vw, 690px);
  padding: 64px 24px;
}

.quote-cloud {
  align-items: center;
  background: var(--cream);
  border-radius: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(300px, 31vw, 455px);
  padding: 70px 52px;
  position: relative;
  text-align: center;
  width: min(650px, 73vw);
}

.quote-cloud::before,
.quote-cloud::after {
  background:
    radial-gradient(circle at 50% 15%, var(--cream) 0 48px, transparent 49px),
    radial-gradient(circle at 50% 50%, var(--cream) 0 54px, transparent 55px),
    radial-gradient(circle at 50% 85%, var(--cream) 0 48px, transparent 49px);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 110px;
}

.quote-cloud::before {
  left: -56px;
}

.quote-cloud::after {
  right: -56px;
}

.quote-cloud p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.03;
  margin: 0;
  position: relative;
  z-index: 1;
}

.favorites-section {
  background: var(--cream);
  padding: clamp(62px, 7vw, 108px) 0 clamp(72px, 8vw, 124px);
}

.section-pill {
  background: var(--green);
  border-radius: 999px;
  color: var(--cream);
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 29px);
  font-weight: 400;
  margin: 0 0 clamp(42px, 5vw, 70px);
  padding: 14px 42px;
}

.favorite-grid {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.favorite-image-wrap {
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.favorite-image {
  object-fit: cover;
}

.favorite-card h3 {
  background: var(--brown);
  border-radius: 999px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.55vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  margin: 18px 0 0;
  padding: 17px 16px;
  text-align: center;
}

.more-products-row {
  display: flex;
  justify-content: flex-end;
  padding: 34px 4% 0 0;
}

.outline-button,
.map-button {
  align-items: center;
  border: 1.5px solid var(--brown);
  border-radius: 999px;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  justify-content: center;
  min-height: 42px;
  padding: 9px 40px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.outline-button:hover,
.outline-button:focus-visible,
.map-button:hover,
.map-button:focus-visible {
  background: var(--brown);
  color: var(--cream);
  transform: translateY(-2px);
}

.site-footer {
  align-items: center;
  background: var(--green);
  color: var(--cream-soft);
  display: flex;
  justify-content: space-between;
  min-height: 104px;
  padding: 24px clamp(34px, 5vw, 92px);
}

.site-footer p {
  font-size: clamp(13px, 1.2vw, 17px);
  margin: 0;
}

.social-links {
  align-items: center;
  display: flex;
  gap: 20px;
}

.social-links a {
  align-items: center;
  display: inline-flex;
  font-size: clamp(24px, 2.4vw, 34px);
  justify-content: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.72;
  transform: translateY(-3px);
}

.centered-section-heading {
  text-align: center;
}

.centered-section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
}

.centered-section-heading p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 2vw, 27px);
  margin: 0;
}

.new-products-section {
  background: var(--cream);
  padding: clamp(72px, 8vw, 120px) 0 clamp(82px, 9vw, 136px);
}

.featured-carousel {
  margin-top: clamp(54px, 7vw, 98px);
  outline: none;
  padding: 0 66px 94px;
  position: relative;
  touch-action: pan-y;
}

.featured-stage {
  align-items: center;
  display: grid;
  gap: clamp(20px, 4vw, 64px);
  grid-template-columns: 0.78fr 1fr 0.78fr;
  margin-inline: auto;
  max-width: 980px;
}

.featured-item {
  opacity: 0.92;
  transform: scale(0.86);
  transition: opacity 260ms ease, transform 260ms ease;
}

.featured-item--active {
  opacity: 1;
  transform: scale(1.08);
}

.featured-frame {
  aspect-ratio: 0.95;
  border-radius: 42% 42% 38% 38% / 32% 32% 42% 42%;
  box-shadow: 0 12px 30px rgba(72, 57, 47, 0.12);
  overflow: hidden;
  position: relative;
}

.featured-image {
  object-fit: cover;
}

.carousel-arrow,
.collection-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--green);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  position: absolute;
  transition: transform 180ms ease, opacity 180ms ease;
  z-index: 4;
}

.carousel-arrow svg,
.collection-arrow svg {
  fill: none;
  height: 1em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1em;
}

.carousel-arrow {
  font-size: clamp(68px, 8vw, 110px);
  top: 34%;
  transform: translateY(-50%);
}

.carousel-arrow--left {
  left: -8px;
}

.carousel-arrow--right {
  right: -8px;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible,
.collection-arrow:hover,
.collection-arrow:focus-visible {
  opacity: 0.7;
}

.carousel-arrow--left:hover,
.carousel-arrow--left:focus-visible,
.collection-arrow--left:hover,
.collection-arrow--left:focus-visible {
  transform: translateY(-50%) translateX(-4px);
}

.carousel-arrow--right:hover,
.carousel-arrow--right:focus-visible,
.collection-arrow--right:hover,
.collection-arrow--right:focus-visible {
  transform: translateY(-50%) translateX(4px);
}

.featured-caption {
  align-items: center;
  background: var(--brown);
  border-radius: 999px;
  bottom: 0;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 2px;
  left: 50%;
  justify-content: center;
  min-width: 250px;
  padding: 15px 36px;
  position: absolute;
  transform: translateX(-50%);
}

.featured-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.featured-caption span {
  font-size: 13px;
  opacity: 0.8;
}

.collection-section {
  padding: clamp(82px, 9vw, 134px) 0 clamp(92px, 10vw, 150px);
}

.collection-carousel {
  margin-top: clamp(64px, 8vw, 110px);
  outline: none;
  padding: 0 76px;
  position: relative;
  touch-action: pan-y;
}

.product-grid {
  display: grid;
  gap: clamp(42px, 6vw, 84px) clamp(26px, 4vw, 54px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  min-width: 0;
}

.product-image-wrap {
  aspect-ratio: 1.05;
  background: #d8d2c9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.product-image {
  object-fit: cover;
}

.product-details {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-top: 12px;
}

.product-details h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

.product-details p {
  font-size: 13px;
  margin: 4px 0 0;
}

.cart-link {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--cream);
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 21px;
  height: 38px;
  justify-content: center;
  transition: transform 180ms ease, background 180ms ease;
}

.cart-link:hover,
.cart-link:focus-visible {
  background: var(--brown);
  transform: translateY(-2px);
}

.collection-arrow {
  color: #f2bfc0;
  font-size: clamp(58px, 7vw, 98px);
  top: 46%;
  transform: translateY(-50%);
}

.collection-arrow--left {
  left: -16px;
}

.collection-arrow--right {
  right: -16px;
}

.carousel-dots {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 54px;
}

.carousel-dot {
  background: rgba(106, 89, 77, 0.3);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition: background 180ms ease, width 180ms ease;
  width: 9px;
}

.carousel-dot--active {
  background: var(--brown);
  width: 28px;
}

.contact-section {
  padding: clamp(86px, 10vw, 156px) 0;
}

.contact-shell {
  align-items: center;
  display: grid;
  gap: clamp(70px, 9vw, 140px);
  grid-template-columns: 0.85fr 1.15fr;
  margin-inline: auto;
  max-width: 1160px;
  width: min(82%, 1160px);
}

.eyebrow {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.7vw, 21px);
  margin: 0 0 12px;
}

.contact-copy h2,
.about-shell h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1.13;
  margin: 0;
}

.contact-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 400;
  margin: 42px 0 12px;
}

.contact-copy address {
  font-family: "Franklin Book", Arial, sans-serif;
  font-size: clamp(14px, 1.45vw, 18px);
  font-style: normal;
  line-height: 1.55;
}

.contact-copy .social-links {
  color: var(--green);
  margin-top: 18px;
}

.heart-arrow {
  color: #eeaaa9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 84px);
  left: 70%;
  line-height: 1;
  margin-top: -16px;
  position: relative;
  transform: rotate(-5deg);
  width: max-content;
}

.map-card {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.map-card > a:first-child {
  width: 100%;
}

.map-image {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.map-button {
  background: #d9d9d9;
  border: 0;
  margin-top: 18px;
  min-width: 190px;
}

.about-section {
  background: var(--cream);
  padding: clamp(90px, 10vw, 160px) 24px;
  text-align: center;
}

.about-shell {
  margin-inline: auto;
  max-width: 850px;
}

.about-lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.75;
  margin: 38px auto 0;
  max-width: 800px;
}

.values-section {
  padding: clamp(84px, 10vw, 150px) 24px;
}

.values-shell {
  display: grid;
  gap: clamp(38px, 5vw, 74px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 1050px;
}

.value-card {
  background: var(--cream);
  border-radius: 84px;
  min-height: 390px;
  padding: clamp(54px, 6vw, 82px) clamp(36px, 5vw, 64px);
  text-align: center;
}

.value-script {
  font-family: "Pinyon Script", cursive;
  font-size: clamp(58px, 6.5vw, 92px);
  line-height: 0.85;
  margin: 0;
}

.value-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 400;
  margin: 20px 0;
}

.value-card p:last-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.6;
  margin: 0;
}

.profile-quote {
  background: var(--cream);
  padding: clamp(80px, 9vw, 130px) 24px;
  text-align: center;
}

.profile-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3.4vw, 48px);
  line-height: 1.4;
  margin: 0 auto;
  max-width: 880px;
}

@media (max-width: 900px) {
  :root {
    --header-height: 74px;
  }

  .menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 3;
  }

  .nav {
    align-items: stretch;
    background: var(--cream);
    box-shadow: 0 18px 28px rgba(72, 58, 48, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 20px clamp(28px, 7vw, 58px) 30px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link {
    font-size: 15px;
    padding: 14px 0;
  }

  .nav-link::after {
    bottom: 7px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 52px;
  }

  .nav-link:hover::after,
  .nav-link:focus-visible::after,
  .nav-link--active::after {
    transform: scaleX(1);
  }

  .page-hero--kontak {
    height: 78svh;
    min-height: 610px;
  }

  .contact-shell {
    gap: 70px;
    grid-template-columns: 1fr;
    width: min(84%, 660px);
  }

  .heart-arrow {
    left: 55%;
  }

  .values-shell {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .header-shell {
    padding-inline: 22px;
  }

  .brand-logo {
    width: 118px;
  }

  .page-hero--beranda,
  .page-hero--produk,
  .page-hero--profil {
    aspect-ratio: auto;
    height: 68svh;
    min-height: 510px;
  }

  .page-hero--beranda .page-hero-image,
  .page-hero--produk .page-hero-image {
    object-position: center;
  }

  .page-hero--profil .page-hero-image {
    object-position: 58% center;
  }

  .page-hero--beranda .hero-copy,
  .page-hero--produk .hero-copy {
    top: 78%;
  }

  .page-hero--profil .hero-copy {
    left: 30px;
    top: 76%;
  }

  .page-hero--kontak .page-hero-image {
    object-position: 63% center;
  }

  .page-hero--kontak .hero-copy {
    left: 30px;
    top: 76%;
  }

  .quote-cloud {
    border-radius: 70px;
    min-height: 310px;
    padding: 54px 28px;
    width: min(82vw, 520px);
  }

  .quote-cloud::before,
  .quote-cloud::after {
    display: none;
  }

  .favorite-grid {
    gap: 34px;
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 440px;
  }

  .section-pill {
    display: block;
    text-align: center;
  }

  .more-products-row {
    justify-content: center;
    padding-right: 0;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }

  .featured-carousel {
    padding: 0 34px 92px;
  }

  .featured-stage {
    gap: 10px;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }

  .featured-item:not(.featured-item--active) {
    opacity: 0.52;
    transform: scale(0.72);
  }

  .carousel-arrow {
    font-size: 56px;
    top: 38%;
  }

  .featured-caption {
    min-width: 220px;
  }

  .collection-carousel {
    padding: 0 46px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 410px;
  }

  .collection-arrow {
    font-size: 58px;
    top: 48%;
  }

  .contact-copy {
    text-align: center;
  }

  .contact-copy .social-links {
    justify-content: center;
  }

  .heart-arrow {
    left: auto;
    margin: 8px auto 0;
  }
}

/* Beranda desktop follows the supplied 1405 × 2048 composition exactly. */
@media (min-width: 901px) {
  .home-page {
    --header-height: 54px;
  }

  .home-page .header-shell {
    max-width: none;
    padding-inline: 61px 72px;
  }

  .home-page .brand-logo {
    width: 116px;
  }

  .home-page .nav {
    gap: 49px;
  }

  .home-page .nav-link {
    font-size: 14px;
    opacity: 1;
  }

  .home-page .nav-link::after {
    display: none;
  }

  .home-page .page-hero--beranda {
    aspect-ratio: auto;
    height: 42.56228vw;
  }

  .home-page .page-hero--beranda .page-hero-image {
    object-position: left center;
  }

  .home-page .page-hero--beranda .hero-shade {
    display: none;
  }

  .home-page .page-hero--beranda .hero-copy {
    left: 37%;
    top: 79.2%;
  }

  .home-page .hero-script {
    font-size: clamp(46px, 4.7vw, 76px);
    line-height: 0.82;
  }

  .home-page .hero-title--compact {
    font-size: clamp(25px, 2.3vw, 37px);
    margin-top: -2px;
  }

  .home-page .brown-divider {
    height: 4.76868vw;
  }

  .home-page .leaf-green-pattern {
    background-position: left top;
    background-size: 24.34vw auto;
  }

  .home-page .quote-section {
    height: 42.91815vw;
    min-height: 0;
    padding: 0;
  }

  .home-page .quote-cloud {
    background: var(--cream);
    border-radius: 0;
    height: 23.98577vw;
    min-height: 0;
    padding: 0;
    width: 35.65836vw;
  }

  .home-page .quote-cloud::before {
    background: var(--cream);
    border-radius: 50%;
    content: "";
    display: block;
    height: 12.09964vw;
    left: -6.04982vw;
    position: absolute;
    top: -6.04982vw;
    width: 12.09964vw;
    box-shadow:
      8.91459vw 0 0 var(--cream),
      17.82918vw 0 0 var(--cream),
      26.74377vw 0 0 var(--cream),
      35.65836vw 0 0 var(--cream),
      0 7.99526vw 0 var(--cream),
      0 15.99051vw 0 var(--cream),
      35.65836vw 7.99526vw 0 var(--cream),
      35.65836vw 15.99051vw 0 var(--cream),
      0 23.98577vw 0 var(--cream),
      8.91459vw 23.98577vw 0 var(--cream),
      17.82918vw 23.98577vw 0 var(--cream),
      26.74377vw 23.98577vw 0 var(--cream),
      35.65836vw 23.98577vw 0 var(--cream);
  }

  .home-page .quote-cloud::after {
    display: none;
  }

  .home-page .quote-cloud p {
    font-size: clamp(29px, 3.05vw, 48px);
    line-height: 1.04;
  }

  .home-page .favorites-section {
    height: 46.90391vw;
    padding: 4.12811vw 0 0;
  }

  .home-page .content-shell {
    margin-left: 12.66904%;
    margin-right: auto;
    max-width: none;
    width: 72.38434%;
  }

  .home-page .section-pill {
    align-items: center;
    display: inline-flex;
    font-size: clamp(18px, 1.71vw, 28px);
    height: 4.05694vw;
    justify-content: center;
    margin: 0 0 2.42vw;
    min-width: 21.77936vw;
    padding: 0 24px;
  }

  .home-page .favorite-grid {
    gap: 0;
    grid-template-columns: repeat(3, 29.6%);
    justify-content: space-between;
  }

  .home-page .favorite-card:nth-child(2) {
    transform: translateX(-0.42705vw);
  }

  .home-page .favorite-image-wrap {
    border-radius: 1.35vw;
  }

  .home-page .favorite-card h3 {
    align-items: center;
    display: flex;
    font-size: clamp(14px, 1.22vw, 20px);
    height: 4.34164vw;
    justify-content: center;
    margin-top: 0.64057vw;
    padding: 0 8px;
  }

  .home-page .more-products-row {
    padding: 3.27402vw 0.35587vw 0 0;
  }

  .home-page .outline-button {
    font-size: clamp(12px, 1vw, 16px);
    min-height: 2.42vw;
    padding: 0;
    width: 11.9573vw;
  }

  .home-page .site-footer {
    min-height: 4.76868vw;
    padding: 0 49px;
  }

  .home-page .site-footer p {
    font-size: clamp(12px, 1.07vw, 16px);
  }

  .home-page .social-links {
    gap: 17px;
  }

  .home-page .social-links a {
    font-size: clamp(25px, 2.14vw, 32px);
  }
}

+.profile-intro {
  overflow: hidden;
  position: relative;
}

.profile-intro-image {
  object-fit: cover;
}

.profile-intro-panel {
  align-items: center;
  background: rgba(236, 227, 214, 0.76);
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.profile-intro-copy h1,
.profile-history-copy h2,
.profile-vision h2,
.profile-mission h2,
.profile-reasons-content > h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.profile-intro-copy h1,
.profile-intro-copy p,
.profile-history-copy h2,
.profile-history-copy p,
.profile-vision h2,
.profile-vision p,
.profile-mission h2,
.profile-mission p,
.profile-mission ul,
.profile-reasons-content > h2,
.profile-reason-card h3,
.profile-reason-card p {
  margin: 0;
}

.profile-history {
  align-items: center;
  background: var(--cream);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.profile-history::before,
.profile-history::after {
  background-color: var(--cream);
  background-image: url("../assets/patterns/leaf-pink.jpg");
  background-repeat: repeat-x;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.profile-history::before {
  top: 0;
}

.profile-history::after {
  bottom: 0;
  transform: rotate(180deg);
}

.profile-history-copy {
  position: relative;
  z-index: 1;
}

.profile-vision-mission {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
}

.profile-vision,
.profile-mission {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.profile-vision {
  background-color: #eee2d4;
  background-image:
    linear-gradient(90deg, rgba(238, 215, 207, 0.44) 0 56%, transparent 56%),
    linear-gradient(rgba(238, 215, 207, 0.4) 0 61%, transparent 61%);
}

.profile-mission {
  background: var(--green);
  color: var(--cream);
}

.profile-mission ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.profile-mission li {
  align-items: flex-start;
  display: flex;
}

.profile-mission li > span {
  color: #f3aeb2;
  flex: 0 0 auto;
  text-shadow: 1px 1px 0 var(--cream);
}

.profile-reasons {
  background: var(--cream);
  overflow: hidden;
  position: relative;
}

.profile-reasons-cloud {
  background: var(--brown);
  position: absolute;
}

.profile-reasons-cloud::before {
  background: var(--brown);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.profile-reasons-content {
  position: relative;
  z-index: 1;
}

.profile-reasons-content > h2 {
  color: var(--cream);
  text-align: center;
}

.profile-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
}

.profile-reason-card {
  align-items: center;
  background: #fff;
  color: var(--green);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.profile-reason-icon {
  align-items: center;
  border: 1px solid var(--brown);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}

.profile-reason-main-icon {
  color: var(--green);
}

.profile-reason-blossom {
  color: var(--cream);
  position: absolute;
  text-shadow: 0 0 1px var(--brown);
}

.reason-flowers {
  position: absolute;
}

.reason-flowers--pink {
  color: #e9a8ad;
  height: 62%;
  left: 15%;
  width: 62%;
}

.reason-flowers--green {
  color: var(--green);
  height: 52%;
  right: 14%;
  width: 52%;
}

@media (min-width: 901px) {
  .profile-page {
    --header-height: 54px;
  }

  .profile-page .header-shell {
    max-width: none;
    padding-inline: 61px 72px;
  }

  .profile-page .brand-logo {
    width: 116px;
  }

  .profile-page .nav {
    gap: 49px;
  }

  .profile-page .nav-link {
    font-size: 14px;
    opacity: 1;
  }

  .profile-page .nav-link::after {
    display: none;
  }

  .profile-intro {
    height: 46.45602vw;
  }

  .profile-intro-image {
    object-position: center center;
  }

  .profile-intro-panel {
    height: 28.94962vw;
    top: 7.42955vw;
  }

  .profile-intro-copy h1 {
    font-size: clamp(23px, 2.39vw, 32px);
    line-height: 1;
    margin-bottom: 2.39vw;
  }

  .profile-intro-copy p {
    font-size: clamp(12px, 1.19vw, 16px);
    line-height: 1.55;
    margin-inline: auto;
    max-width: 51.24vw;
  }

  .profile-history {
    height: 40.39283vw;
  }

  .profile-history::before,
  .profile-history::after {
    background-position: left -1.3vw;
    background-size: 26.4731vw auto;
    height: 7.68574vw;
  }

  .profile-history-copy h2 {
    font-size: clamp(22px, 2.31vw, 31px);
    line-height: 1;
    margin-bottom: 2.22vw;
  }

  .profile-history-copy p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(13px, 1.27vw, 17px);
    line-height: 1.28;
    margin-inline: auto;
    max-width: 58.1vw;
  }

  .profile-vision-mission {
    height: 26.4731vw;
    grid-template-columns: 49.5% 50.5%;
  }

  .profile-vision {
    background-size: 7.68574vw 6.234vw;
  }

  .profile-vision h2,
  .profile-mission h2 {
    font-size: clamp(24px, 2.56vw, 34px);
    line-height: 1;
  }

  .profile-vision h2 {
    margin-bottom: 2.55vw;
  }

  .profile-vision p {
    font-size: clamp(13px, 1.34vw, 18px);
    line-height: 1.62;
  }

  .profile-mission h2 {
    margin-bottom: 2.15vw;
  }

  .profile-mission ul {
    width: 39.1vw;
  }

  .profile-mission li {
    gap: 0.88vw;
    margin-bottom: 0.5vw;
  }

  .profile-mission li:last-child {
    margin-bottom: 0;
  }

  .profile-mission li > span {
    font-size: 1.8vw;
    line-height: 1.3;
  }

  .profile-mission li p {
    font-size: clamp(12px, 1.27vw, 17px);
    line-height: 1.72;
  }

  .profile-reasons {
    height: 53.20239vw;
  }

  .profile-reasons-cloud {
    height: 38.59949vw;
    left: 17.5064vw;
    top: 16.56704vw;
    width: 65.32878vw;
  }

  .profile-reasons-cloud::before {
    box-shadow:
      21.77626vw 0 0 var(--brown),
      43.55252vw 0 0 var(--brown),
      65.32878vw 0 0 var(--brown),
      0 19.29974vw 0 var(--brown),
      65.32878vw 19.29974vw 0 var(--brown),
      0 38.59949vw 0 var(--brown),
      65.32878vw 38.59949vw 0 var(--brown);
    height: 28.18104vw;
    left: -14.09052vw;
    top: -14.09052vw;
    width: 28.18104vw;
  }

  .profile-reasons-content {
    padding-top: 11.6994vw;
  }

  .profile-reasons-content > h2 {
    font-size: clamp(29px, 3.16vw, 42px);
    line-height: 1;
  }

  .profile-reasons-grid {
    gap: 0;
    grid-template-columns: repeat(3, 20.83689vw);
    margin-left: 12.55337vw;
    margin-top: 3.54vw;
    width: 75.57643vw;
  }

  .profile-reason-card {
    border-radius: 8px;
    height: 28.52263vw;
    padding-top: 4.69684vw;
  }

  .profile-reason-card--first {
    transform: translateY(0.427vw);
  }

  .profile-reason-icon {
    height: 6.49018vw;
    width: 6.49018vw;
  }

  .profile-reason-main-icon {
    height: 4.15vw;
    width: 4.15vw;
  }

  .profile-reason-main-icon--dress {
    height: 4.55vw;
    width: 4.55vw;
  }

  .profile-reason-blossom {
    bottom: 1.25vw;
    font-size: 1.3vw;
    right: 1.3vw;
  }

  .profile-reason-blossom--dress {
    bottom: 0.9vw;
    left: 1.75vw;
    right: auto;
  }

  .profile-reason-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(12px, 1.1vw, 15px);
    font-weight: 400;
    line-height: 1.05;
    margin-top: 2.42vw;
  }

  .profile-reason-card p {
    color: #81746b;
    font-size: clamp(9px, 0.82vw, 11px);
    line-height: 1.24;
    margin-top: 2.32vw;
  }

  .profile-page .site-footer {
    min-height: 4.69684vw;
    padding: 0 40px;
  }

  .profile-page .site-footer p {
    font-size: clamp(11px, 1.02vw, 14px);
  }

  .profile-page .social-links {
    gap: 15px;
  }

  .profile-page .social-links a {
    font-size: clamp(23px, 2.3vw, 30px);
  }
}

@media (max-width: 900px) {
  .profile-intro {
    height: 620px;
  }

  .profile-intro-image {
    object-position: 53% center;
  }

  .profile-intro-panel {
    min-height: 360px;
    padding: 46px 28px;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-intro-copy h1 {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .profile-intro-copy p {
    font-size: 14px;
    line-height: 1.55;
    margin-inline: auto;
    max-width: 620px;
  }

  .profile-history {
    min-height: 500px;
    padding: 120px 26px;
  }

  .profile-history::before,
  .profile-history::after {
    background-size: 310px auto;
    height: 90px;
  }

  .profile-history-copy h2 {
    font-size: 29px;
    margin-bottom: 28px;
  }

  .profile-history-copy p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.45;
    margin-inline: auto;
    max-width: 680px;
  }

  .profile-vision-mission {
    grid-template-columns: 1fr;
  }

  .profile-vision,
  .profile-mission {
    min-height: 390px;
    padding: 60px 28px;
  }

  .profile-vision {
    background-size: 90px 73px;
  }

  .profile-vision h2,
  .profile-mission h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .profile-vision p,
  .profile-mission li p {
    font-size: 15px;
    line-height: 1.7;
  }

  .profile-mission ul {
    max-width: 500px;
    width: 100%;
  }

  .profile-mission li {
    gap: 12px;
    margin-bottom: 8px;
  }

  .profile-mission li > span {
    font-size: 22px;
  }

  .profile-reasons {
    background: var(--brown);
    overflow: visible;
    padding: 70px 24px 84px;
  }

  .profile-reasons-cloud {
    display: none;
  }

  .profile-reasons-content > h2 {
    font-size: 34px;
  }

  .profile-reasons-grid {
    gap: 28px;
    grid-template-columns: 1fr;
    margin: 46px auto 0;
    max-width: 360px;
  }

  .profile-reason-card,
  .profile-reason-card--first {
    border-radius: 10px;
    min-height: 340px;
    padding: 52px 24px;
    transform: none;
  }

  .profile-reason-icon {
    height: 78px;
    width: 78px;
  }

  .profile-reason-main-icon {
    height: 50px;
    width: 50px;
  }

  .profile-reason-main-icon--dress {
    height: 55px;
    width: 55px;
  }

  .profile-reason-blossom {
    bottom: 15px;
    font-size: 16px;
    right: 16px;
  }

  .profile-reason-blossom--dress {
    bottom: 10px;
    left: 21px;
    right: auto;
  }

  .profile-reason-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 28px;
  }

  .profile-reason-card p {
    color: #81746b;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 26px;
  }
}


/* Produk desktop follows the supplied 1171 × 2048 composition. */
@media (min-width: 901px) {
  .products-page {
    --header-height: 54px;
  }

  .products-page .header-shell {
    max-width: none;
    padding-inline: 61px 72px;
  }

  .products-page .brand-logo {
    width: 116px;
  }

  .products-page .nav {
    gap: 49px;
  }

  .products-page .nav-link {
    font-size: 14px;
    opacity: 1;
  }

  .products-page .nav-link::after {
    display: none;
  }

  .products-page .page-hero--produk {
    aspect-ratio: auto;
    height: 44.40649vw;
  }

  .products-page .page-hero--produk .page-hero-image {
    object-position: center center;
  }

  .products-page .page-hero--produk .hero-shade {
    display: none;
  }

  .products-page .page-hero--produk .hero-copy {
    left: 50%;
    top: 70%;
  }

  .products-page .page-hero--produk .hero-title {
    font-size: clamp(27px, 2.82vw, 38px);
  }

  .products-page .page-hero--produk .hero-script {
    font-size: clamp(43px, 4.55vw, 61px);
  }

  .products-page .new-products-section {
    height: 52.17763vw;
    padding: 4.87vw 0 0;
  }

  .products-page .new-products-section .content-shell,
  .products-page .collection-section .content-shell {
    max-width: none;
    width: 100%;
  }

  .products-page .centered-section-heading h2 {
    font-size: clamp(31px, 3.25vw, 44px);
    line-height: 1.1;
    margin-bottom: 0.52vw;
  }

  .products-page .centered-section-heading p {
    font-size: clamp(17px, 1.71vw, 23px);
  }

  .products-page .featured-carousel {
    height: 31vw;
    margin-top: 4.1vw;
    padding: 0;
  }

  .products-page .featured-stage {
    gap: 3.35vw;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    width: 59vw;
  }

  .products-page .featured-item {
    opacity: 1;
    transform: scale(0.82);
  }

  .products-page .featured-item--active {
    transform: scale(1.08);
  }

  .products-page .featured-frame {
    aspect-ratio: 1995 / 2048;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .products-page .featured-image {
    object-fit: contain;
  }

  .products-page .carousel-arrow {
    font-size: 6.75vw;
    top: 9.7vw;
  }

  .products-page .carousel-arrow--left {
    left: 10.5vw;
  }

  .products-page .carousel-arrow--right {
    right: 10.5vw;
  }

  .products-page .featured-caption {
    bottom: auto;
    gap: 0;
    height: 4.95vw;
    min-width: 21.43vw;
    padding: 0 2vw;
    top: 23.6vw;
  }

  .products-page .featured-caption strong {
    font-size: clamp(16px, 1.5vw, 20px);
  }

  .products-page .collection-section {
    background-position: left top;
    background-size: 26.4731vw auto;
    height: 69.94022vw;
    padding: 4.42vw 0 0;
  }

  .products-page .collection-carousel {
    margin: 8.25vw auto 0;
    padding: 0;
    width: 53.8vw;
  }

  .products-page .collection-row {
    outline: none;
    position: relative;
    touch-action: pan-y;
  }

  .products-page .collection-row + .collection-row {
    margin-top: 6.35vw;
  }

  .products-page .product-grid {
    column-gap: 3.2vw;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0;
  }

  .products-page .product-image-wrap {
    aspect-ratio: 1;
    border-radius: 0.72vw;
  }

  .products-page .product-details {
    gap: 0.8vw;
    padding-top: 0.6vw;
  }

  .products-page .product-details h3 {
    font-size: clamp(11px, 1.08vw, 15px);
    line-height: 1.08;
  }

  .products-page .product-details p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(8px, 0.75vw, 10px);
    line-height: 1.05;
    margin-top: 0.18vw;
  }

  .products-page .cart-link {
    cursor: default;
    flex-basis: 2.3vw;
    font-size: 1.28vw;
    height: 2.3vw;
    pointer-events: none;
  }

  .products-page .collection-arrow {
    font-size: 4.55vw;
    top: 7.9vw;
  }

  .products-page .collection-row--pink .collection-arrow {
    color: #f1b5bd;
  }

  .products-page .collection-row--green .collection-arrow {
    color: var(--green);
  }

  .products-page .collection-arrow--left {
    left: -5.55vw;
  }

  .products-page .collection-arrow--right {
    right: -5.55vw;
  }

  .products-page .site-footer {
    min-height: 4.69684vw;
    padding: 0 40px;
  }

  .products-page .site-footer p {
    font-size: clamp(11px, 1.02vw, 14px);
  }

  .products-page .social-links {
    gap: 15px;
  }

  .products-page .social-links a {
    font-size: clamp(23px, 2.3vw, 30px);
  }
}

@media (max-width: 900px) {
  .products-page .featured-frame {
    aspect-ratio: 1995 / 2048;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .products-page .featured-image {
    object-fit: contain;
  }

  .products-page .collection-carousel {
    margin-inline: auto;
    max-width: 690px;
  }

  .products-page .collection-row {
    outline: none;
    position: relative;
    touch-action: pan-y;
  }

  .products-page .collection-row + .collection-row {
    margin-top: 72px;
  }

  .products-page .collection-row--pink .collection-arrow {
    color: #f1b5bd;
  }

  .products-page .collection-row--green .collection-arrow {
    color: var(--green);
  }
}

@media (max-width: 720px) {
  .products-page .collection-carousel {
    padding-inline: 52px;
  }

  .products-page .collection-row .product-grid {
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-page .product-details {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .products-page .product-details h3 {
    font-size: 11px;
  }

  .products-page .product-details p {
    font-size: 8px;
  }

  .products-page .cart-link {
    flex-basis: 28px;
    height: 28px;
    width: 28px;
  }

  .products-page .collection-arrow {
    font-size: 48px;
    top: 35%;
  }

  .products-page .collection-arrow--left {
    left: -48px;
  }

  .products-page .collection-arrow--right {
    right: -48px;
  }
}

/* Kontak desktop follows the supplied 1755 × 2048 composition. */
@media (min-width: 901px) {
  .contact-page {
    --header-height: 54px;
  }

  .contact-page .header-shell {
    max-width: none;
    padding-inline: 61px 72px;
  }

  .contact-page .brand-logo {
    width: 116px;
  }

  .contact-page .nav {
    gap: 49px;
  }

  .contact-page .nav-link {
    font-size: 14px;
    opacity: 1;
  }

  .contact-page .nav-link::after {
    display: none;
  }

  .contact-page .page-hero--kontak {
    height: 62.849vw;
  }

  .contact-page .page-hero--kontak .page-hero-image {
    object-position: 55% center;
  }

  .contact-page .page-hero--kontak .hero-shade {
    display: none;
  }

  .contact-page .page-hero--kontak .hero-copy {
    left: 6.2vw;
    top: 75.4%;
  }

  .contact-page .page-hero--kontak .hero-title {
    font-size: clamp(29px, 2vw, 38px);
  }

  .contact-page .page-hero--kontak .hero-script {
    font-size: clamp(49px, 3.8vw, 70px);
  }

  .contact-page .contact-section {
    background-position: left top;
    background-size: 13.68vw auto;
    height: 45.3561vw;
    padding: 0;
  }

  .contact-page .contact-shell {
    align-items: center;
    gap: 7vw;
    grid-template-columns: 31vw 31vw;
    height: 100%;
    max-width: none;
    width: 69vw;
  }

  .contact-page .contact-copy {
    position: relative;
  }

  .contact-page .eyebrow {
    font-size: clamp(15px, 1.18vw, 22px);
    margin-bottom: 0.58vw;
  }

  .contact-page .contact-copy h2 {
    font-size: clamp(34px, 2.45vw, 46px);
    line-height: 1.08;
  }

  .contact-page .contact-copy h3 {
    font-size: clamp(20px, 1.45vw, 27px);
    margin: 2.1vw 0 0.65vw;
  }

  .contact-page .contact-copy address {
    font-size: clamp(12px, 0.9vw, 17px);
    line-height: 1.48;
  }

  .contact-page .heart-arrow {
    font-size: 5.4vw;
    left: 24.6vw;
    margin-top: -3.5vw;
    position: absolute;
    top: 11.8vw;
  }

  .contact-page .contact-copy .social-links {
    gap: 1.05vw;
    margin-top: 0.95vw;
  }

  .contact-page .contact-copy .social-links a {
    font-size: 1.62vw;
  }

  .contact-page .map-card {
    justify-self: center;
    width: 27.2vw;
  }

  .contact-page .map-image {
    border-radius: 0.3vw;
  }

  .contact-page .map-button {
    font-size: clamp(14px, 1.18vw, 22px);
    height: 3vw;
    margin-top: 1.15vw;
    min-height: 0;
    min-width: 0;
    padding: 0;
    width: 13.4vw;
  }

  .contact-page .site-footer {
    min-height: 4.7863vw;
    padding: 0 3.1vw;
  }

  .contact-page .site-footer p {
    font-size: clamp(12px, 0.98vw, 18px);
  }

  .contact-page .site-footer .social-links {
    gap: 1.25vw;
  }

  .contact-page .site-footer .social-links a {
    font-size: clamp(27px, 2.2vw, 40px);
  }
}

@media (max-width: 900px) {
  .contact-page .contact-copy .social-links {
    justify-content: center;
  }

  .contact-page .map-card {
    margin-inline: auto;
    width: min(100%, 560px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
