:root {
  --plum: #43253a;
  --plum-dark: #24141f;
  --cream: #fffaf3;
  --paper: #f7efe7;
  --ink: #211718;
  --muted: #75625e;
  --rose: #d6a18f;
  --line: rgba(33, 23, 24, 0.14);
  --shadow: 0 24px 70px rgba(36, 20, 31, 0.16);
  --radius: 8px;
  --header-height: 86px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.is-entry-active,
body.is-locked {
  height: 100svh;
  overflow: hidden;
}

body,
button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  line-height: 1.08;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  min-height: 100svh;
  background: #050303;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.entry-gate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-action {
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(24px, 7vh, 82px);
}

.entry-button {
  min-width: 154px;
  min-height: 60px;
  border: 0;
  border-radius: var(--radius);
  color: var(--cream);
  background: var(--plum);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.entry-gate.is-exiting {
  opacity: 0;
  visibility: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 14px clamp(18px, 4vw, 62px);
  color: var(--cream);
  background: var(--plum);
  border-bottom: 3px solid var(--rose);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background: var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(214, 161, 143, 0.8);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.24rem, 2vw, 1.7rem);
  line-height: 1;
}

.brand-copy small {
  color: rgba(255, 250, 243, 0.86);
  font-size: 0.83rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  font-weight: 950;
}

.site-nav a {
  padding: 8px 0;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--rose);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 250, 243, 0.68);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--cream);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.button-dark {
  color: var(--cream);
  background: var(--plum);
  border-color: var(--plum);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--plum-dark);
  border-color: var(--plum-dark);
}

.button-light {
  color: var(--plum);
  background: transparent;
  border-color: currentColor;
}

.button-light:hover,
.button-light:focus-visible {
  background: rgba(67, 37, 58, 0.08);
}

.eyebrow {
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transition: opacity 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  min-height: calc(100svh - var(--header-height));
  background: var(--cream);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: clamp(58px, 7vw, 110px) clamp(22px, 5vw, 78px);
}

.hero-copy h1 {
  max-width: 780px;
  font-size: clamp(3.7rem, 6.4vw, 6.7rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.4vw, 1.26rem);
  font-weight: 720;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--plum-dark);
}

.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.today-card {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(18px, 4vw, 56px);
  display: grid;
  gap: 5px;
  width: min(370px, calc(100% - 36px));
  padding: 20px 22px;
  color: var(--ink);
  background: rgba(255, 250, 243, 0.94);
  border-left: 8px solid var(--plum);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.today-card span {
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.today-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.05;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--cream);
  background: var(--plum);
}

.strip-item {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 18px;
  border-right: 1px solid rgba(255, 250, 243, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 900;
  text-align: center;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 132px) 0;
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 880px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.section-head h2,
.split-copy h2,
.bread-copy h2,
.shop-card h2,
.contact-band h2 {
  font-size: clamp(2.7rem, 5.4vw, 6.2rem);
}

.product-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-tile {
  display: grid;
  grid-template-rows: 280px 1fr;
  overflow: hidden;
  min-height: 500px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(33, 23, 24, 0.08);
}

.product-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-tile div {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.product-tile p {
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-tile h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(76px, 9vw, 128px) clamp(18px, 5vw, 72px);
  color: var(--cream);
  background: var(--plum-dark);
}

.split-copy {
  display: grid;
  gap: 22px;
}

.split-copy .eyebrow {
  color: var(--rose);
}

.split-copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 250, 243, 0.84);
  font-weight: 680;
  line-height: 1.65;
}

.split-copy .button-dark {
  width: fit-content;
  color: var(--plum-dark);
  background: var(--rose);
  border-color: var(--rose);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item.big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.bread-focus {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 132px) 0;
}

.bread-focus figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.bread-focus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bread-copy {
  display: grid;
  gap: 22px;
}

.bread-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 680;
  line-height: 1.65;
}

.shop-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(70px, 8vw, 112px) clamp(18px, 5vw, 72px);
  background: var(--cream);
}

.shop-card {
  display: grid;
  gap: 24px;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
  color: var(--cream);
  background: var(--plum);
  border-radius: var(--radius);
}

.shop-card .eyebrow {
  color: var(--rose);
}

.shop-info {
  display: grid;
  gap: 12px;
}

.shop-info p {
  display: grid;
  gap: 5px;
  color: rgba(255, 250, 243, 0.82);
}

.shop-info strong {
  color: var(--rose);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hours-list {
  display: grid;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 250, 243, 0.18);
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 250, 243, 0.9);
  font-weight: 750;
}

.shop-card .button-dark {
  width: fit-content;
  color: var(--plum);
  background: var(--cream);
  border-color: var(--cream);
}

.shop-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.contact-actions {
  display: grid;
  gap: 12px;
  min-width: min(340px, 100%);
}

.contact-actions a {
  display: grid;
  place-items: center;
  min-height: 58px;
  color: var(--cream);
  background: var(--plum);
  border-radius: var(--radius);
  font-weight: 950;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px clamp(18px, 5vw, 72px);
  color: var(--cream);
  background: var(--ink);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--cream);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  place-items: center;
  padding: 84px 24px 30px;
  background: rgba(10, 6, 4, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox figure {
  display: grid;
  gap: 14px;
  width: min(1080px, 100%);
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 76svh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox figcaption {
  color: var(--cream);
  font-weight: 850;
  text-align: center;
}

.close-button,
.lightbox-nav {
  border: 0;
  color: var(--cream);
  background: var(--plum);
  cursor: pointer;
}

.close-button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.45rem;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .home-hero,
  .split-showcase,
  .bread-focus,
  .shop-block {
    grid-template-columns: 1fr;
  }

  .product-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-photo {
    min-height: 540px;
  }
}

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

  .site-header {
    min-height: var(--header-height);
    padding: 10px 16px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 1.1rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 4px);
    right: 12px;
    left: 12px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--plum-dark);
    border: 2px solid var(--rose);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

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

  .site-nav a {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 250, 243, 0.16);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .quick-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 12vw, 5.2rem);
  }

  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item.big,
  .gallery-item.wide {
    grid-column: span 2;
  }

  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .entry-gate img {
    object-fit: contain;
  }

  .entry-action {
    right: 50%;
    bottom: 28px;
    transform: translateX(50%);
  }

  .entry-button {
    min-width: min(220px, calc(100vw - 44px));
  }

  .hero-copy {
    padding: 54px 18px 40px;
  }

  .hero-actions,
  .product-tiles,
  .contact-actions {
    display: grid;
  }

  .hero-photo {
    min-height: 430px;
  }

  .today-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .quick-strip,
  .product-tiles,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .strip-item {
    min-height: 66px;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 60px 0;
  }

  .section-head h2,
  .split-copy h2,
  .bread-copy h2,
  .shop-card h2,
  .contact-band h2 {
    font-size: clamp(2.45rem, 13vw, 4.1rem);
  }

  .product-tile {
    grid-template-rows: 240px auto;
    min-height: auto;
  }

  .split-showcase,
  .shop-block,
  .contact-band {
    padding: 60px 14px;
  }

  .product-gallery {
    grid-auto-rows: 250px;
  }

  .gallery-item.big,
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .bread-focus {
    width: min(100% - 28px, 1180px);
    padding: 60px 0;
  }

  .bread-focus figure {
    aspect-ratio: 1 / 1;
  }

  .shop-card {
    padding: 34px 20px;
  }

  .shop-image {
    min-height: 330px;
  }

  .site-footer {
    display: grid;
  }

  .lightbox {
    grid-template-columns: 1fr;
    padding: 84px 14px 86px;
  }

  .lightbox-nav {
    position: fixed;
    bottom: 22px;
  }

  .lightbox-nav.previous {
    left: calc(50% - 64px);
  }

  .lightbox-nav.next {
    right: calc(50% - 64px);
  }
}

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