@charset "utf-8";

:root { --ivory: #f5efe5; --paper: #fbf8f2; --sand: #d5b68b; --maroon: #5e171d; --wine: #3f0e13; --gold: #b58a3c; --ink: #2e2925; --soft: #7a7067; --line: rgba(94,23,29,.18); }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0px; background: var(--paper); color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.55; }

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

img { display: block; width: 100%; height: 100%; object-fit: cover; }

.eyebrow { letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.76rem; color: var(--maroon); font-family: Arial, Helvetica, sans-serif; font-weight: 600; }

.wrap { width: min(1180px, 92vw); margin: auto; }

header { position: absolute; z-index: 10; left: 0px; right: 0px; top: 0px; color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 14px; }

.brand-mark { width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 50%; display: grid; place-items: center; font-size: 1rem; letter-spacing: 0.04em; }

.brand-name { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.78rem; font-family: Arial, Helvetica, sans-serif; }

.navlinks { display: flex; gap: 28px; font-family: Arial, Helvetica, sans-serif; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }

.hero { min-height: 92vh; position: relative; display: flex; align-items: flex-end; background: linear-gradient(90deg, rgba(20, 10, 8, 0.56), rgba(20, 10, 8, 0.1) 62%), linear-gradient(0deg, rgba(20, 10, 8, 0.55), transparent 50%), url("assets/hero.jpg") center 52% / cover no-repeat; color: white; }

.hero-content { padding: 0px 0px 9vh; max-width: 780px; }

.hero h1 { margin: 0.25rem 0px 0.7rem; font-weight: 400; font-size: clamp(4rem, 8vw, 7.8rem); line-height: 0.9; font-style: italic; letter-spacing: -0.04em; }

.hero p { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 660px; margin: 0px 0px 28px; color: rgb(243, 237, 229); }

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

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0px 22px; border: 1px solid white; font-family: Arial, Helvetica, sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; }

.btn.fill { background: white; color: var(--wine); }

.btn.ghost { background: rgba(255, 255, 255, 0.04); }

section { padding: 110px 0px; }

.intro { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 8vw; align-items: start; }

.intro h2, .section-head h2 { font-weight: 400; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: 0.98; margin: 0.25rem 0px 1rem; color: var(--wine); letter-spacing: -0.035em; }

.intro-copy { font-size: 1.18rem; color: rgb(76, 69, 64); max-width: 650px; }

.intro-copy p:first-child { font-size: 1.45rem; color: var(--ink); }

.seal-row { display: flex; align-items: center; gap: 18px; margin-top: 34px; }

.seal-row .seal-mark { width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; font-family: Arial, Helvetica, sans-serif; font-size: 0.82rem; letter-spacing: 0.05em; color: var(--gold); flex-shrink: 0; }

.seal-row span { font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; color: var(--soft); }

.photo-band { height: min(64vw, 760px); background: url("assets/photo-band.jpg") center 65% / cover no-repeat; position: relative; }

.photo-band::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(0deg, rgba(22, 12, 8, 0.35), transparent 55%); }

.photo-caption { position: absolute; z-index: 2; bottom: 34px; left: max(4vw, -590px + 50vw); color: white; max-width: 520px; font-size: 1.3rem; }

.features { background: var(--ivory); }

.section-head { max-width: 750px; margin-bottom: 56px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }

.feature { padding: 34px 28px 26px 0px; border-bottom: 1px solid var(--line); }

.feature + .feature { padding-left: 28px; border-left: 1px solid var(--line); }

.feature .num { font-size: 2.2rem; color: var(--gold); font-style: italic; }

.feature h3 { font-weight: 400; color: var(--wine); font-size: 1.35rem; margin: 0.25rem 0px 0.5rem; }

.feature p { margin: 0px; color: rgb(98, 90, 83); font-size: 0.96rem; }

.gallery { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 18px; }

.gallery-main { height: 700px; }

.gallery-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }

.gallery-side > div { min-height: 341px; }

.addons { background: var(--wine); color: white; }

.addons .eyebrow { color: rgb(215, 178, 106); }

.addons h2 { color: white; }

.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }

.addon { border: 1px solid rgba(255, 255, 255, 0.22); padding: 38px 34px; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }

.addon h3 { font-weight: 400; font-size: 1.6rem; margin: 0px; color: rgb(248, 241, 232); }

.addon p { color: rgb(216, 204, 194); margin: 10px 0px 0px; }

.addon .plus { font-size: 2rem; color: rgb(198, 156, 85); }

.safety { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }

.safety-photo { height: 580px; }

.safety-copy h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 400; color: var(--wine); line-height: 1; }

.safety-copy p { font-size: 1.08rem; color: rgb(93, 85, 78); }

.rule { height: 1px; background: var(--line); margin: 28px 0px; }

.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; font-family: Arial, Helvetica, sans-serif; font-size: 0.88rem; color: rgb(90, 82, 75); }

.detail-list span::before { content: "— "; color: var(--gold); }

.cta { text-align: center; background: var(--sand); padding: 95px 0px; }

.cta h2 { font-size: clamp(3rem, 6vw, 6rem); font-style: italic; font-weight: 400; color: var(--wine); margin: 0px 0px 12px; }

.cta p { max-width: 620px; margin: 0px auto 28px; color: rgb(87, 76, 68); font-size: 1.1rem; }

.cta .btn { border-color: var(--wine); color: white; background: var(--wine); }

footer { background: rgb(28, 23, 21); color: rgb(214, 206, 199); padding: 48px 0px; }

.foot { display: flex; justify-content: space-between; gap: 30px; align-items: center; }

.foot small { font-family: Arial, Helvetica, sans-serif; letter-spacing: 0.08em; }

@media (max-width: 850px) {
  .navlinks { display: none; }
  .hero { min-height: 82vh; background-position: 58% center; }
  .intro, .safety { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(3) { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; padding-left: 0px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-main { height: 520px; }
  .gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .gallery-side > div { min-height: 260px; }
  .addon-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  section { padding: 78px 0px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature + .feature { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; padding-left: 0px; }
  .gallery-side { grid-template-columns: 1fr; }
  .hero h1 { font-size: 4.2rem; }
  .foot { flex-direction: column; align-items: flex-start; }
  .detail-list { grid-template-columns: 1fr; }
}
