:root {
  --background: #f2eee8;
  --foreground: #211f1c;
  --ink: #211f1c;
  --muted: #77716a;
  --cream: #f2eee8;
  --paper: #faf8f4;
  --terracotta: #b35342;
  --terracotta-dark: #8d3e33;
  --line: rgba(33, 31, 28, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

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

.site-shell { overflow: hidden; }
.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 27px 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.wordmark { align-items: center; display: flex; font-size: 15px; font-weight: 700; gap: 12px; letter-spacing: .02em; }
.wordmark em { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.wordmark__monogram { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-family: Georgia, serif; font-size: 11px; height: 33px; justify-content: center; letter-spacing: -.08em; width: 33px; }
.site-nav { display: flex; gap: 34px; margin-left: 7vw; }
.site-nav a, .header-cta { font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a { color: var(--muted); transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.header-cta { align-items: center; border-bottom: 1px solid var(--ink); display: flex; gap: 10px; padding-bottom: 6px; }
.header-cta span, .text-link span { font-size: 16px; line-height: 0; }

.hero { background: var(--cream); display: grid; grid-template-columns: .92fr 1.08fr; min-height: 880px; padding: 150px 5vw 78px; }
.hero__copy { align-self: center; max-width: 545px; padding: 28px 0 35px; position: relative; z-index: 1; }
.eyebrow { color: var(--terracotta-dark); font-size: 10px; font-weight: 700; letter-spacing: .19em; margin: 0 0 24px; text-transform: uppercase; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(57px, 7vw, 108px); line-height: .93; margin: 0; max-width: 620px; }
.hero h1 span { color: var(--terracotta); display: block; font-style: italic; padding-left: 8%; }
.hero__intro { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 42px 0 30px; max-width: 390px; }
.whatsapp-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0 0 22px; max-width: 390px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 27px; }
.button { align-items: center; border: 1px solid transparent; cursor: pointer; display: inline-flex; font-size: 11px; font-weight: 700; gap: 12px; justify-content: center; letter-spacing: .12em; min-height: 50px; padding: 0 22px; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--terracotta); color: #fff; }
.button--primary:hover, .button--primary:focus-visible { background: var(--terracotta-dark); }
.button--light { background: var(--paper); color: var(--ink); margin-top: 15px; }
.button--light:hover, .button--light:focus-visible { background: #fff; }
.button--large { min-height: 57px; padding: 0 28px; }
.button__dot { background: #8fe0b2; border-radius: 50%; height: 7px; width: 7px; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 11px; letter-spacing: .13em; padding: 0 0 7px; text-transform: uppercase; }
.hero__note { align-items: center; color: var(--muted); display: flex; font-size: 11px; gap: 8px; letter-spacing: .03em; margin-top: 86px; }
.status-dot { background: #6eaa7d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(110,170,125,.14); height: 6px; width: 6px; }
.hero__visual { align-self: center; justify-self: end; max-width: 615px; position: relative; width: 100%; }
.hero__frame { border: 1px solid rgba(179,83,66,.42); height: 91%; position: absolute; right: -24px; top: -24px; width: 74%; }
.hero__frame--back { z-index: 0; }
.hero__image-wrap { aspect-ratio: .79; margin: 0 4% 0 13%; overflow: hidden; position: relative; z-index: 1; }
.hero__image { display: block; height: 100%; object-fit: cover; object-position: 54% center; width: 100%; }
.hero__caption { align-items: center; bottom: -34px; color: var(--muted); display: flex; font-size: 10px; gap: 12px; letter-spacing: .15em; position: absolute; right: 4%; text-transform: uppercase; }
.caption-line { background: var(--terracotta); display: block; height: 1px; width: 48px; }
.hero__stamp { align-items: center; background: var(--terracotta); border-radius: 50%; color: #f7eee7; display: flex; flex-direction: column; font-family: Georgia, serif; font-size: 29px; height: 118px; justify-content: center; left: 0; line-height: .88; position: absolute; text-align: center; top: 20%; transform: rotate(-13deg); width: 118px; z-index: 2; }
.hero__stamp span { font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .12em; line-height: 1.4; margin-top: 8px; text-transform: uppercase; }

.section-grid { display: grid; grid-template-columns: .8fr 1.2fr; }
.intro-section { background: var(--paper); gap: 4vw; padding: 165px 11vw 150px 5vw; }
.section-kicker { align-items: center; color: var(--muted); display: flex; font-size: 10px; gap: 15px; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker__line { background: var(--terracotta); display: block; height: 1px; width: 46px; }
.intro-section__content { max-width: 650px; }
h2 { font-size: clamp(42px, 5vw, 74px); line-height: .98; margin: 0; }
.intro-section h2 { max-width: 600px; }
.intro-section__content > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 31px 0 50px; max-width: 500px; }
.values-list { border-top: 1px solid var(--line); display: grid; gap: 0; }
.values-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 40px 1fr 1.3fr; padding: 18px 0; }
.values-list span { color: var(--terracotta); font-size: 10px; letter-spacing: .12em; }
.values-list strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.values-list p { color: var(--muted); font-size: 11px; margin: 0; }
.quote-band { align-items: center; background: var(--terracotta); color: #f8eee7; display: flex; flex-direction: column; padding: 93px 20px; text-align: center; }
.quote-band p { font-family: Georgia, serif; font-size: clamp(28px, 4vw, 52px); font-style: italic; letter-spacing: -.035em; line-height: 1.1; margin: 0; max-width: 760px; }
.quote-band span { font-size: 10px; letter-spacing: .15em; margin-top: 25px; text-transform: uppercase; }

.gallery-section { background: var(--cream); padding: 150px 5vw 170px; }
.gallery-heading { gap: 4vw; margin-bottom: 68px; }
.gallery-heading h2 { margin-top: 10px; }
.gallery-heading h2 em, .contact-section h2 em { color: var(--terracotta); font-style: italic; }
.gallery-grid { display: grid; gap: 15px; grid-auto-rows: 260px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1400px; }
.gallery-card { background: #d5cdc4; margin: 0; overflow: hidden; position: relative; }
.gallery-card img { display: block; height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.gallery-wide img { object-fit: contain; }
.gallery-card:hover img, .gallery-card:focus-within img { transform: scale(1.04); }
.gallery-card figcaption { bottom: 16px; color: #fff; font-size: 9px; left: 16px; letter-spacing: .14em; opacity: 0; position: absolute; text-transform: uppercase; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; z-index: 1; }
.gallery-card::after { background: linear-gradient(transparent, rgba(0,0,0,.55)); bottom: 0; content: ''; height: 35%; left: 0; opacity: 0; position: absolute; right: 0; transition: opacity .3s ease; }
.gallery-card:hover figcaption, .gallery-card:hover::after, .gallery-card:focus-within figcaption, .gallery-card:focus-within::after { opacity: 1; }
.gallery-card:hover figcaption, .gallery-card:focus-within figcaption { transform: translateY(0); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-featured { grid-row: span 3; }

.contact-section { background: #292622; color: #f5eee6; overflow: hidden; padding: 155px 11vw 130px 5vw; position: relative; }
.contact-section__halo { border: 1px solid rgba(227,166,146,.25); border-radius: 50%; height: 780px; position: absolute; right: -10%; top: -2%; width: 780px; }
.contact-section__halo::after { border: 1px solid rgba(227,166,146,.18); border-radius: 50%; content: ''; inset: 40px; position: absolute; }
.contact-section .section-kicker { color: rgba(245,238,230,.55); position: relative; }
.contact-section__content { margin: 82px 0 80px 30%; max-width: 660px; position: relative; }
.contact-section .eyebrow { color: #dc917a; }
.contact-section h2 { font-size: clamp(48px, 6vw, 88px); }
.contact-section__content > p:not(.eyebrow) { color: rgba(245,238,230,.62); font-size: 15px; line-height: 1.7; margin: 30px 0 34px; max-width: 390px; }
.contact-section__content .whatsapp-note { color: rgba(245,238,230,.66); margin: -12px 0 24px; }
.social-proof { color: rgba(245,238,230,.66); font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.45; margin: 0 0 26px 30%; max-width: 520px; position: relative; }
.social-links { border-top: 1px solid rgba(245,238,230,.21); display: grid; grid-template-columns: repeat(2, 1fr); margin-left: 30%; max-width: 760px; position: relative; }
.social-links a { align-items: center; border-bottom: 1px solid rgba(245,238,230,.21); display: grid; grid-template-columns: .7fr 1.3fr 20px; padding: 22px 0; }
.social-links a > span { color: rgba(245,238,230,.52); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.social-links strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.social-links a > span:last-child { color: #dc917a; font-size: 16px; }

.site-footer { align-items: center; background: #292622; border-top: 1px solid rgba(245,238,230,.13); color: rgba(245,238,230,.45); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .13em; padding: 22px 5vw; text-transform: uppercase; }
.site-footer a { color: #dc917a; }

.age-gate { align-items: center; background: #292622; color: #f7eee7; display: flex; justify-content: center; min-height: 100vh; overflow: hidden; padding: 30px; position: relative; text-align: center; }
.age-gate__glow { background: radial-gradient(circle, rgba(179,83,66,.4), transparent 67%); height: 700px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 700px; }
.age-gate__content { align-items: center; display: flex; flex-direction: column; max-width: 430px; position: relative; }
.age-gate .eyebrow { color: #dc917a; }
.age-gate__mark { align-items: center; border: 1px solid rgba(247,238,231,.62); border-radius: 50%; display: flex; font-family: Georgia, serif; font-size: 25px; height: 92px; justify-content: center; letter-spacing: -.08em; margin: 20px 0 32px; transform: rotate(-12deg); width: 92px; }
.age-gate h1 { font-family: Georgia, serif; font-size: clamp(42px, 7vw, 70px); font-weight: 400; letter-spacing: -.055em; line-height: .98; margin: 0; }
.age-gate p:not(.eyebrow) { color: rgba(247,238,231,.64); font-size: 14px; line-height: 1.7; margin: 24px 0 5px; max-width: 360px; }
.age-gate small { color: rgba(247,238,231,.42); font-size: 10px; letter-spacing: .03em; margin-top: 21px; }

@media (max-width: 900px) {
  .site-nav { gap: 17px; margin-left: 0; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero__copy { margin-bottom: 40px; }
  .hero__visual { justify-self: center; max-width: 600px; }
  .section-grid { grid-template-columns: 1fr; gap: 50px; }
  .intro-section { padding: 110px 8vw; }
  .gallery-grid { grid-auto-rows: 220px; }
  .contact-section__content, .social-links, .social-proof { margin-left: 15%; }
}

@media (max-width: 620px) {
  .site-header { padding: 20px 6vw; }
  .site-header { align-items: flex-start; flex-direction: column; gap: 16px; }
  .site-nav { display: flex; flex-wrap: wrap; gap: 18px; order: 3; }
  .header-cta { order: 2; }
  .header-cta { font-size: 9px; }
  .hero { min-height: auto; padding: 115px 6vw 95px; }
  .hero h1 { font-size: clamp(53px, 15vw, 80px); }
  .hero__intro { font-size: 14px; margin-top: 30px; }
  .hero__note { margin-top: 54px; }
  .hero__visual { margin-top: 18px; width: 94%; }
  .hero__frame { right: -12px; top: -12px; }
  .hero__stamp { height: 86px; width: 86px; font-size: 21px; }
  .hero__stamp span { font-size: 6px; }
  .intro-section { padding: 90px 6vw; }
  .intro-section__content > p:not(.eyebrow) { font-size: 14px; }
  .values-list > div { align-items: start; grid-template-columns: 30px 1fr; }
  .values-list p { grid-column: 2; }
  .quote-band { padding: 72px 25px; }
  .gallery-section { padding: 90px 6vw 105px; }
  .gallery-heading { margin-bottom: 46px; }
  .gallery-grid { gap: 9px; grid-auto-rows: 170px; grid-template-columns: repeat(2, 1fr); }
  .gallery-tall, .gallery-featured { grid-row: span 2; }
  .gallery-wide { grid-column: span 2; grid-row: span 1; }
  .contact-section { padding: 95px 6vw 82px; }
  .contact-section__halo { height: 500px; right: -55%; top: 10%; width: 500px; }
  .contact-section__content, .social-links, .social-proof { margin-left: 0; }
  .contact-section__content { margin-bottom: 62px; margin-top: 60px; }
  .social-links { grid-template-columns: 1fr; }
  .social-links a { grid-template-columns: .75fr 1.2fr 20px; }
  .site-footer { align-items: start; flex-direction: column; gap: 13px; line-height: 1.5; padding: 22px 6vw; }
}
