@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/cormorant-garamond.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

:root {
  --ivory: #f6f0e7;
  --espresso: #2d1c13;
  --muted: #705a4a;
  --rule: #bea58e;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --header-height: 94px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body { margin: 0; color: var(--espresso); background: var(--ivory); font-family: var(--serif); font-size: 1.125rem; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ivory); background: var(--espresso); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--espresso); outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 20; padding: 1rem 1.5rem; background: var(--espresso); color: var(--ivory); font-family: sans-serif; font-size: 1rem; }
.skip-link:focus { top: 1rem; }
.section-shell { width: calc(100% - 6rem); max-width: 1440px; margin-inline: auto; }

.site-header { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: 100%; min-height: var(--header-height); margin: auto; padding: 0 6.5%; gap: 2rem; color: var(--ivory); background: var(--espresso); }
.small-note { color: var(--muted); font-family: Georgia, serif; font-size: .75rem; font-weight: 400; line-height: 1.9; letter-spacing: .24em; text-transform: uppercase; }
.note-rule { display: block; width: 30px; height: 1px; margin-bottom: .875rem; background: var(--rule); }
.header-note { display: none; }
.brand { display: block; width: 100px; height: 48px; max-width: 100%; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 1.7rem; }
.main-nav a { padding-block: .75rem; font-size: 1.25rem; white-space: nowrap; text-underline-offset: 6px; }
.main-nav a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: rgba(246,240,231,.65); }

.hero { position: relative; isolation: isolate; min-height: calc(100vh - var(--header-height)); min-height: calc(100svh - var(--header-height)); min-height: calc(100dvh - var(--header-height)); margin-inline: auto; overflow: hidden; color: var(--ivory); background: var(--espresso); }
.hero-art { position: absolute; z-index: -2; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--espresso) 0%, var(--espresso) 27%, rgba(45,28,19,.98) 34%, rgba(45,28,19,.86) 40%, rgba(45,28,19,.60) 47%, rgba(45,28,19,.30) 55%, rgba(45,28,19,.10) 63%, rgba(45,28,19,0) 75%); }
.hero-content { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 1536px; min-height: inherit; margin: auto; padding: 5rem 6.5%; }
h1 { max-width: 100%; white-space: nowrap; font-size: clamp(3.25rem, 5.7vw, 5.7rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.01; }
.hero-description { margin-top: 1.4rem; color: #f2e5d7; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 400; line-height: 1.4; }
.mobile-break { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.65rem; min-height: 58px; margin-top: 1.75rem; padding: 1rem 2.5rem; color: var(--ivory); background: transparent; border: 1px solid rgba(246,240,231,.75); font-size: 1.125rem; line-height: 1.2; letter-spacing: .11em; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { color: var(--espresso); background: var(--ivory); transform: translateY(-2px); }
.button span { font-family: Georgia, serif; font-size: 1.4rem; letter-spacing: 0; }
.hero-note { margin-top: 2.6rem; }

.collection { width: 100%; max-width: 1700px; border-top: 0; padding: 3.2rem 6.5% 4.25rem; }
.section-title { display: flex; align-items: center; justify-content: flex-start; gap: 2.5rem; }
.section-title h2 { font-size: clamp(2.35rem, 3.7vw, 3.8rem); font-weight: 400; line-height: 1.2; text-align: left; white-space: nowrap; }
.section-title > span { flex: 1; width: auto; max-width: none; height: 1px; background: var(--rule); }
.flavor-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.5rem; margin-top: .8rem; }
.flavor { text-align: center; }
.flavor-photo { aspect-ratio: 1; }
.flavor-photo img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) { .flavor:hover img { transform: translateY(-5px); } }
.flavor h3 { margin-top: -.125rem; font-size: clamp(1.2rem, 1.6vw, 1.55rem); font-weight: 500; line-height: 1.3; }
.flavor p { max-width: 175px; margin: .45rem auto 0; color: var(--muted); font-size: 1rem; line-height: 1.4; }

.our-story { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; border-top: 1px solid var(--rule); padding: 5.5rem 5%; }
.eyebrow { margin-bottom: 1.4rem; color: var(--muted); font-family: Georgia, serif; font-size: .75rem; line-height: 1.7; letter-spacing: .21em; text-transform: uppercase; }
.story-heading h2 { font-size: clamp(2.75rem, 4.3vw, 4.25rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.06; }
.story-copy { max-width: 490px; padding-top: .1rem; }
.story-copy p { font-size: 1.375rem; line-height: 1.5; }
.story-copy p + p { margin-top: 1.15rem; }
.miami { border-top: 1px solid var(--rule); padding: 4.4rem 1rem 5rem; text-align: center; }
.miami h2 { font-size: clamp(2.5rem, 4vw, 3.75rem); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.miami > p:last-child { margin-top: 1.25rem; color: var(--muted); font-size: 1.375rem; line-height: 1.5; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; border-top: 1px solid var(--rule); padding-block: 1.65rem; font-size: 1rem; }
.site-footer p { color: var(--muted); }
.footer-name { font-weight: 600; }
.site-footer a:hover { text-decoration: underline; }

@media (max-width: 1100px) {
  .site-header { padding-inline: 4.5%; gap: 1rem; }
  .brand { width: 96px; height: 46px; }
  .main-nav { column-gap: 1.15rem; row-gap: 0; }
  .main-nav a { font-size: 1.125rem; }
  .section-shell { width: calc(100% - 3.5rem); }
  .hero-content { padding: 4rem 4.5%; }
  .hero-description { max-width: 440px; }
  .collection { padding-inline: 4.5%; }
  .flavor-grid { column-gap: .75rem; }
  .flavor p { font-size: 1rem; }
  .our-story { gap: 3rem; padding-inline: 3%; }
}

@media (max-width: 760px) {
  :root { --header-height: 126px; }
  html { scroll-padding-top: 0; }
  .site-header { display: flex; flex-direction: column; justify-content: center; gap: 0; min-height: var(--header-height); width: 100%; padding: .4rem 1.25rem 0; }
  .brand { width: 160px; height: 50px; margin-left: 0; }
  .main-nav { justify-content: center; gap: 1.8rem; border-top: 1px solid rgba(246,240,231,.28); width: 100%; padding-block: .1rem .35rem; }
  .main-nav a { font-size: 1.125rem; }
  .hero { display: flex; flex-direction: column; overflow: hidden; }
  .hero-content { min-height: auto; flex: 0 0 auto; order: 0; width: 100%; margin: 0; padding: 2rem 1.5rem 1.4rem; text-align: left; background: var(--espresso); }
  h1 { white-space: normal; font-size: clamp(2.7rem, 8.8vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
  .hero-description { max-width: none; margin-top: 1.1rem; font-size: 1.45rem; line-height: 1.3; }
  .mobile-break { display: block; }
  .button { min-height: 54px; margin-top: 1.5rem; padding-inline: 1.7rem; font-size: 1.05rem; }
  .hero-note { display: none; }
  .hero-art { position: relative; order: 1; z-index: 0; inset: auto; width: 100%; min-height: calc(100vw * 2 / 3); flex: 1 0 auto; }
  .hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .hero-art::after { background: linear-gradient(180deg, var(--espresso) 0%, rgba(45,28,19,.60) 7%, rgba(45,28,19,0) 20%, rgba(45,28,19,0) 88%, var(--espresso) 100%); }
  .section-shell { width: calc(100% - 2.5rem); }
  .collection { width: 100%; padding: 2.5rem 1.25rem 2.75rem; }
  .section-title { gap: .9rem; }
  .section-title h2 { font-size: 2.25rem; }
  .section-title > span { min-width: 20px; }
  .flavor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem .8rem; margin-top: 1.25rem; }
  .flavor h3 { margin-top: .1rem; font-size: 1.25rem; }
  .flavor p { max-width: 145px; font-size: 1rem; line-height: 1.35; }
  .our-story { grid-template-columns: 1fr; gap: 1.8rem; padding: 3.5rem .5rem; }
  .story-heading h2 { font-size: 3.2rem; }
  .story-copy { max-width: 100%; }
  .story-copy p { font-size: 1.25rem; }
  .eyebrow { margin-bottom: 1.1rem; }
  .miami { padding: 3.5rem .25rem; }
  .miami h2 { font-size: 2.75rem; }
  .miami > p:last-child { font-size: 1.25rem; }
  .site-footer { flex-direction: column; gap: .7rem; text-align: center; padding-block: 1.75rem; }
}

@media (max-width: 440px) {
  .flavor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 1rem; }
  .flavor h3 { font-size: 1.375rem; }
  .flavor p { font-size: 1.0625rem; }
  .hero-content { padding-inline: 1rem; }
  .main-nav { gap: 1.5rem; }
}

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