.hero { background: var(--cream); }
.hero-copy { padding: 4rem var(--page) 3.5rem; }
.hero-copy .eyebrow { color: var(--wine); }
.hero h1 { max-width: 8ch; margin-top: 1.25rem; font-size: clamp(3.65rem, 17vw, 5.5rem); letter-spacing: -.06em; line-height: .82; }
.hero h1 span { display: block; }
.hero-lede { max-width: 29rem; margin-top: 1.5rem; color: var(--muted); font-size: 1.05rem; }
.hero-table { position: relative; min-height: 560px; overflow: hidden; background: var(--wine-deep); }
.hero-table picture, .hero-table img { min-height: 560px; height: 100%; }
.hero-table img { object-fit: cover; object-position: center top; }
.year-marker { position: absolute; z-index: 2; top: 1rem; left: 1rem; width: 96px; min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: .85rem; color: var(--cream); background: var(--wine); border: 1px solid rgb(255 255 255 / 70%); }
.year-marker strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.year-marker span { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.motion-ready:not(.motion-fallback) .hero-eyebrow, .motion-ready:not(.motion-fallback) .hero h1 span, .motion-ready:not(.motion-fallback) .hero-lede, .motion-ready:not(.motion-fallback) .hero-action { opacity: 0; transform: translateY(1.1rem); }
.motion-ready:not(.motion-fallback) .hero-table img { opacity: .35; transform: scale(1.045); }
.motion-ready:not(.motion-fallback) .year-marker { opacity: 0; transform: translateX(-1rem); }
.motion-ready .hero.is-entered .hero-eyebrow, .motion-ready .hero.is-entered h1 span, .motion-ready .hero.is-entered .hero-lede, .motion-ready .hero.is-entered .hero-action, .motion-fallback .hero-eyebrow, .motion-fallback .hero h1 span, .motion-fallback .hero-lede, .motion-fallback .hero-action { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s cubic-bezier(.2,.75,.25,1); }
.motion-ready .hero.is-entered h1 span:nth-child(1) { transition-delay: 80ms; }
.motion-ready .hero.is-entered h1 span:nth-child(2) { transition-delay: 145ms; }
.motion-ready .hero.is-entered h1 span:nth-child(3) { transition-delay: 210ms; }
.motion-ready .hero.is-entered .hero-lede { transition-delay: 270ms; }
.motion-ready .hero.is-entered .hero-action { transition-delay: 325ms; }
.motion-ready .hero.is-entered .hero-table img, .motion-fallback .hero-table img { opacity: 1; transform: none; transition: opacity .8s ease 100ms, transform 1.1s cubic-bezier(.2,.75,.25,1) 100ms; }
.motion-ready .hero.is-entered .year-marker, .motion-fallback .year-marker { opacity: 1; transform: none; transition: opacity .45s ease 360ms, transform .45s ease 360ms; }
.fact-rail { display: grid; color: var(--cream); background: var(--wine); }
.fact-rail > div { display: grid; grid-template-columns: 5.7rem 1fr; align-items: center; gap: 1rem; padding: 1rem var(--page); border-bottom: 1px solid var(--line-light); }
.fact-rail dt { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact-rail dd { font-family: var(--serif); font-size: 1.05rem; }
.fact-rail a { min-height: 44px; display: inline-flex; align-items: center; gap: .75rem; }
.story { background: var(--cream); }
.story-heading .eyebrow { color: var(--wine); }
.story-heading h2, .rooms-copy h2, .contact-heading h2 { margin-top: 1rem; font-size: clamp(3.35rem, 15vw, 5.8rem); letter-spacing: -.055em; line-height: .88; }
.story-heading > p:last-child { max-width: 36rem; margin-top: 1.5rem; color: var(--muted); font-size: 1.02rem; }
.family-line { position: relative; display: grid; margin-top: 3.25rem; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.family-line::before { content: ""; position: absolute; top: 0; bottom: 0; left: 4.5rem; width: 1px; background: var(--line-dark); }
.family-line li { position: relative; display: grid; grid-template-columns: 4.5rem 1fr; min-height: 250px; border-bottom: 1px solid var(--line-dark); }
.line-label { display: flex; align-items: flex-start; padding: 1.5rem .85rem 1.5rem 0; color: var(--wine); font-family: var(--serif); font-size: 1.15rem; line-height: 1; writing-mode: vertical-rl; transform: rotate(180deg); }
.family-line li > div { padding: 1.5rem 0 2rem 1.25rem; }
.family-line h3 { max-width: 14ch; font-size: 2rem; letter-spacing: -.035em; line-height: 1; }
.family-line p { max-width: 35rem; margin-top: 1rem; color: var(--muted); }
.rooms { color: var(--cream); background: var(--olive); }
.rooms-visual { position: relative; min-height: 520px; overflow: hidden; }
.rooms-visual picture, .rooms-visual img { min-height: 520px; height: 100%; }
.rooms-visual img { object-fit: cover; object-position: center; }
.rooms-copy { padding: 4.5rem var(--page) 5rem; }
.rooms-copy .eyebrow { color: var(--brass); }
.rooms-copy > p:not(.eyebrow) { max-width: 34rem; margin-top: 1.5rem; }
.rooms-copy dl { margin-top: 2.5rem; border-top: 1px solid var(--line-light); }
.rooms-copy dl > div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line-light); }
.rooms-copy dt { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rooms-copy dd { font-family: var(--serif); font-size: 1.1rem; }
.proposal { background: var(--linen); }
.proposal .eyebrow { color: var(--wine); }
.proposal h2 { display: flex; flex-direction: column; margin-top: 1rem; font-size: clamp(3.15rem, 14vw, 6rem); letter-spacing: -.055em; line-height: .9; }
.proposal h2 span:nth-child(2) { color: var(--wine); }
.proposal-copy { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--ink); }
.proposal-copy p { max-width: 35rem; color: var(--muted); }
.contact { color: var(--cream); background: var(--wine-deep); }
.contact-heading .eyebrow { color: var(--brass); }
.contact-heading > p:last-child { max-width: 34rem; margin-top: 1.5rem; }
.contact-actions { margin-top: 3rem; }
.phone-panel { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; color: var(--white); background: var(--wine-mid); border: 1px solid var(--brass); text-decoration: none; }
.phone-panel > span, .contact-links span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phone-panel strong { font-family: var(--serif); font-size: clamp(2.55rem, 11vw, 5rem); font-weight: 400; letter-spacing: -.04em; }
.phone-panel small, .contact-links small { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgb(255 255 255 / 65%); font-size: .88rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.contact-links { display: grid; margin-top: 1rem; border-top: 1px solid var(--line-light); }
.contact-links a { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.contact-links strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1.2; overflow-wrap: anywhere; }
@media (min-width: 760px) {
    .hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 780px; }
    .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 5rem 4vw; }
    .hero h1 { font-size: clamp(5.1rem, 8.2vw, 7.5rem); }
    .hero-table, .hero-table picture, .hero-table img { min-height: 780px; height: 100%; }
    .year-marker { top: 2rem; left: 2rem; }
    .fact-rail { grid-template-columns: repeat(3, 1fr); }
    .fact-rail > div { grid-template-columns: 1fr; gap: .4rem; padding: 1.25rem 2rem; border-right: 1px solid var(--line-light); border-bottom: 0; }
    .story { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 6vw; padding-block: 7rem; }
    .story-heading { position: sticky; top: 2rem; align-self: start; }
    .story-heading h2, .rooms-copy h2, .contact-heading h2 { font-size: clamp(4.6rem, 7vw, 7.5rem); }
    .family-line { margin-top: 0; }
    .family-line li { grid-template-columns: 5.5rem 1fr; min-height: 310px; }
    .family-line::before { left: 5.5rem; }
    .line-label { padding-left: 1rem; font-size: 1.35rem; }
    .family-line li > div { display: flex; flex-direction: column; justify-content: center; padding: 2rem 0 2rem 2rem; }
    .family-line h3 { font-size: 2.65rem; }
    .rooms { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); min-height: 760px; }
    .rooms-visual, .rooms-visual picture, .rooms-visual img { min-height: 760px; height: 100%; }
    .rooms-copy { display: flex; flex-direction: column; justify-content: center; padding: 6rem 4vw; }
    .proposal { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(20rem, .75fr); align-items: end; gap: 7vw; padding-block: 8rem; }
    .proposal h2 { font-size: clamp(5rem, 8.5vw, 9rem); }
    .proposal-copy { margin: 0; }
    .contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 2rem 6vw; padding-block: 8rem; }
    .contact-actions { margin-top: 0; }
    .phone-panel { min-height: 300px; padding: 2rem; }
    .contact-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-links a { padding: 1.5rem; }
    .contact-links a:first-child { border-right: 1px solid var(--line-light); }
}
@media (min-width: 1180px) {
    .hero { min-height: 900px; }
    .hero-copy { padding-left: var(--page); }
    .hero-table, .hero-table picture, .hero-table img { min-height: 900px; }
    .rooms-copy { padding-right: var(--page); }
}
@media (min-width: 760px) and (max-width: 999px) {
    .contact { display: block; }
    .contact-actions { margin-top: 3rem; }
}
@media (max-width: 359px) {
    .site-header { padding-left: .75rem; padding-right: .75rem; }
    .brand { width: 104px; height: 52px; }
    .header-call { padding-left: .65rem; }
    .header-call strong { font-size: .82rem; }
    .site-header nav a { font-size: .7rem; padding-inline: .2rem; }
    .hero h1 { font-size: 3.35rem; }
    .family-line h3 { font-size: 1.85rem; }
    .phone-panel strong { font-size: 2.35rem; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-eyebrow, .hero h1 span, .hero-lede, .hero-action, .hero-table img, .year-marker { opacity: 1 !important; transform: none !important; }
}
