@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');

:root { --ink:#171512; --ivory:#f7f4ed; --paper:#fffdf8; --cobalt:#2147b7; --wood:#543125; --line:rgba(23,21,18,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Syne,Arial,sans-serif; font-size:16px; }
img { display:block; width:100%; }
a { color:inherit; }
.shell { width:min(100% - 48px, 1240px); margin-inline:auto; }
.section { padding:104px 0; }
.nav { position:absolute; z-index:10; inset:0 0 auto; height:88px; display:flex; justify-content:space-between; align-items:center; color:#fff; }
.wordmark { display:block; width:132px; text-decoration:none; }
.wordmark img { width:100%; height:auto; object-fit:contain; }
.hostCredit { margin:0; color:#ededdd; text-align:right; font-size:18px; line-height:1.25; font-weight:600; }
.hostCredit span { display:block; margin-bottom:4px; font-size:18px; font-weight:400; opacity:.82; }
.hero { min-height:94svh; position:relative; display:flex; align-items:flex-end; overflow:hidden; background:#0e120d; }
.hero>img { position:absolute; inset:0; height:100%; object-fit:cover; object-position:center 58%; }
.heroShade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.13),rgba(0,0,0,.06) 35%,rgba(0,0,0,.78)); }
.heroCopy { position:relative; z-index:1; color:#fff; padding-bottom:54px; }
.eyebrow { margin:0 0 18px; color:var(--cobalt); text-transform:uppercase; letter-spacing:.15em; font-size:14px; line-height:1.3; font-weight:600; }
.eyebrow.light { color:#fff; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(59px,8.3vw,120px); line-height:1.02; letter-spacing:-.015em; font-weight:700; margin-bottom:28px; }
.heroT { display:inline-block; margin-right:.04em; }
h2 { font-size:clamp(38px,3.3vw,46px); line-height:1.04; letter-spacing:-.045em; font-weight:700; margin:0; }
.heroDek { max-width:670px; font-size:clamp(18px,2vw,27px); line-height:1.4; margin-bottom:30px; }
.button { display:inline-flex; justify-content:center; align-items:center; min-height:52px; padding:0 24px; border:1px solid; font:800 14px/1 Syne,sans-serif; letter-spacing:.03em; text-decoration:none; cursor:pointer; }
.lightButton { background:#fff; color:var(--ink); border-color:#fff; }
.darkButton { background:var(--ink); color:#fff; border-color:var(--ink); }
.intro { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; }
.prose p { font-family:Syne,Arial,sans-serif; font-size:20px; line-height:1.6; }
.lead, .settingNote, .roomsHead p { font-family:Syne,Arial,sans-serif; font-size:20px; line-height:1.6; }
.experienceGrid p, .fine, form { font-family:Syne,Arial,sans-serif; font-size:16px; line-height:1.65; }
.prose p { margin-bottom:22px; }
.prose .lead, .lead { font-size:20px; line-height:1.52; }
.host { background:var(--ivory); }
.hostGrid { display:grid; grid-template-columns:1.03fr .97fr; gap:72px; align-items:center; }
.hostCollage { display:grid; grid-template-columns:1.04fr .76fr; gap:16px; align-items:end; }
.hostPrimary { height:660px; object-fit:cover; }
.hostSecondary { height:450px; object-fit:cover; margin-bottom:50px; }
.hostCopy h2 { margin-bottom:24px; }
.role { font-weight:600; color:var(--wood); }
.ymmLogoWrap { margin-top:34px; border-top:1px solid var(--line); padding:28px 0 10px; }
.ymmLogoWrap img { width:260px; max-width:100%; height:auto; object-fit:contain; }
.experience { background:var(--ivory); }
.vineyard { height:min(43vw,520px); object-fit:cover; }
.experienceHead { margin-bottom:58px; }
.experienceHead .lead { margin:0; max-width:540px; }
.experienceGrid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.experienceGrid article { padding:34px 30px; min-height:210px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,253,248,.55); }
.experienceGrid span { display:block; font-family:Syne,Arial,sans-serif; font-size:14px; line-height:1.3; font-weight:600; color:var(--cobalt); letter-spacing:.15em; margin-bottom:28px; }
.experienceGrid h3 { font-size:22px; letter-spacing:-.03em; margin-bottom:10px; }
.settingTitle { margin-bottom:42px; }
@media (min-width:901px) { .settingTitle h2 { white-space:nowrap; } }
.settingImages { display:grid; grid-template-columns:1.18fr .82fr; gap:14px; width:min(100%,1120px); }
.settingImages img { width:100%; height:100%; object-fit:cover; }
.settingImages .settingLarge { min-height:514px; }
.settingStack { display:grid; grid-template-rows:1fr 1fr; gap:14px; min-height:514px; }
.settingStack img { min-height:0; }
.facts { display:grid; grid-template-columns:repeat(4,1fr); border-block:1px solid var(--line); margin-top:54px; }
.facts div { padding:28px 18px; border-right:1px solid var(--line); }
.facts div:last-child { border:0; }
.facts strong { display:block; font-size:27px; margin-bottom:8px; letter-spacing:-.03em; }
.facts span { font-size:14px; text-transform:uppercase; letter-spacing:.1em; }
.look { padding-top:24px; }
.look h2 { margin-bottom:22px; }
.lookIntro { max-width:720px; }
.detailGrid { display:grid; grid-template-columns:repeat(12,1fr); gap:12px; margin-top:42px; }
figure { margin:0; overflow:hidden; background:#e9e3d8; }
.detailGrid figure { grid-column:span 4; aspect-ratio:4/3; }
.detailGrid figure:nth-child(1) { grid-column:span 7; aspect-ratio:7/5; }
.detailGrid figure:nth-child(2) { grid-column:span 5; aspect-ratio:1/1; }
.detailGrid figure:nth-child(6) { grid-column:span 5; aspect-ratio:1/1; }
.detailGrid figure:nth-child(7) { grid-column:span 7; aspect-ratio:7/5; }
.detailGrid figure:nth-child(8) { grid-column:span 5; aspect-ratio:1/1; }
.detailGrid figure:nth-child(9) { grid-column:span 7; aspect-ratio:7/5; }
.detailGrid figure:nth-child(10),.detailGrid figure:nth-child(11) { grid-column:span 6; aspect-ratio:3/2; }
.detailGrid img, .roomGrid img { height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.2,.7,.2,1); }
.detailGrid figure:hover img, .roomGrid figure:hover img { transform:scale(1.025); }
.rooms { padding-top:30px; }
.roomsHead { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:34px; }
.roomsHead p { margin:0; max-width:520px; }
.roomsHead .roomCue { display:flex; align-items:center; gap:10px; color:var(--wood); font-size:14px; line-height:1.3; font-weight:600; letter-spacing:.12em; text-transform:uppercase; white-space:nowrap; }
.roomCue span { font-size:22px; line-height:1; transition:transform .25s ease; }
.rooms:hover .roomCue span { transform:translateX(5px); }
.roomGrid { display:grid; grid-auto-flow:column; grid-auto-columns:clamp(300px,31vw,430px); gap:14px; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:x mandatory; padding-bottom:18px; scrollbar-width:thin; }
.roomGrid figure { aspect-ratio:4/3; scroll-snap-align:start; }
.priority { background:#e7e1d7; color:var(--ink); }
.priorityGrid { display:grid; grid-template-columns:.88fr 1.12fr; gap:90px; align-items:start; }
.priority h2 { max-width:590px; margin-bottom:34px; font-size:clamp(54px,5.4vw,74px); line-height:.96; letter-spacing:-.055em; }
.priority .lead { max-width:520px; }
.priority .fine { color:var(--ink); opacity:.68; }
form,.success { background:#fff; color:var(--ink); padding:36px; border:1px solid rgba(23,21,18,.14); box-shadow:0 18px 45px rgba(60,40,25,.06); }
form label { display:block; margin-bottom:18px; text-transform:uppercase; font-weight:800; font-size:14px; letter-spacing:.08em; }
input,select,textarea { display:block; width:100%; border:0; border-bottom:1px solid #aaa198; border-radius:0; background:transparent; padding:12px 0; font:500 16px/1.4 Syne,sans-serif; color:var(--ink); margin-top:5px; }
textarea { min-height:88px; resize:vertical; }
.consent { display:flex; gap:10px; text-transform:none; letter-spacing:0; font-weight:400; align-items:flex-start; }
.consent input { width:auto; margin-top:4px; }
.consent span { font-size:14px; line-height:1.45; }
.success { min-height:400px; display:flex; justify-content:center; flex-direction:column; }
.success h3 { font-size:38px; letter-spacing:-.04em; }
footer { background:#25221e; color:#f2eee5; padding:38px 0; }
.footerInner { display:flex; justify-content:space-between; align-items:center; gap:40px; }
.footerBrands { display:flex; align-items:center; gap:30px; }
.footerBrands img { width:164px; height:auto; object-fit:contain; }
.ymmFooter { font-size:16px; font-weight:700; letter-spacing:.04em; line-height:1.05; }
.ymmFooter small { font-size:14px; letter-spacing:.2em; }
.footerInner>p { text-align:right; margin:0; font-size:14px; line-height:1.55; opacity:.78; }

@media (max-width:900px) {
  .section { padding:80px 0; }
  .intro,.hostGrid,.experienceHead,.priorityGrid { grid-template-columns:1fr; gap:42px; }
  .hostCollage { max-width:680px; }
  .experienceGrid { grid-template-columns:1fr 1fr; }
  .settingImages .settingLarge,.settingStack { min-height:460px; }
  .detailGrid { grid-template-columns:1fr 1fr; }
  .detailGrid figure,.detailGrid figure:nth-child(n) { grid-column:span 1; aspect-ratio:4/3; }
  .detailGrid figure:nth-child(1),.detailGrid figure:nth-child(7),.detailGrid figure:nth-child(10) { grid-column:span 2; aspect-ratio:16/9; }
  .facts { grid-template-columns:1fr 1fr; }
  .facts div:nth-child(2) { border-right:0; }
  .facts div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}

@media (max-width:620px) {
  .shell { width:min(100% - 28px,1240px); }
  .nav { height:72px; }
  .wordmark { width:96px; }
  .hostCredit,.hostCredit span { font-size:18px; }
  .hostCredit { max-width:128px; }
  .hero { min-height:760px; }
  .hero>img { object-position:58% center; }
  .heroCopy { padding-bottom:38px; }
  h1 { font-size:58px; line-height:1.02; letter-spacing:-.015em; }
  h2 { font-size:clamp(34px,9vw,44px); }
  .heroDek { font-size:18px; }
  .section { padding:68px 0; }
  .prose .lead,.lead { font-size:18px; }
  .hostPrimary { height:460px; }
  .hostSecondary { height:320px; margin-bottom:22px; }
  .hostCollage { gap:9px; }
  .vineyard { height:320px; }
  .experienceGrid { grid-template-columns:1fr; }
  .experienceGrid article { min-height:0; }
  .settingImages { grid-template-columns:1fr; gap:9px; }
  .settingImages .settingLarge { min-height:0; height:auto; aspect-ratio:4/3; }
  .settingStack { grid-template-columns:1fr 1fr; grid-template-rows:1fr; min-height:0; gap:9px; }
  .settingStack img { aspect-ratio:4/3; }
  .facts { grid-template-columns:1fr; }
  .facts div { border-right:0; border-bottom:1px solid var(--line)!important; }
  .facts div:last-child { border-bottom:0!important; }
  .detailGrid { gap:9px; }
  .detailGrid figure,.detailGrid figure:nth-child(n) { grid-column:auto; aspect-ratio:3/4; }
  .detailGrid figure:first-child,.detailGrid figure:last-child { grid-column:span 2; aspect-ratio:4/3; }
  .roomsHead { display:block; }
  .roomsHead p { margin-top:18px; }
  .roomGrid { grid-auto-columns:82vw; gap:9px; }
  .priorityGrid { gap:38px; }
  .priority h2 { font-size:clamp(46px,13vw,58px); }
  form,.success { padding:24px; }
  .footerInner { display:block; }
  .footerBrands { margin-bottom:22px; gap:20px; }
  .footerBrands img { width:126px; }
  .footerInner>p { text-align:left; }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .detailGrid img,.roomGrid img { transition:none; } }

/* One exact treatment for every blue section label. */
p.eyebrow:not(.light),
.prose p.eyebrow:not(.light) {
  margin:0 0 18px;
  color:var(--cobalt);
  font-family:Syne,Arial,sans-serif;
  font-size:14px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.priority p.eyebrow { color:var(--cobalt); }

.formMessage { margin:20px 0 0; font-size:14px; line-height:1.5; }
