:root {
  --ink: #20241f;
  --paper: #f4efe7;
  --cream: #e8dfd2;
  --clay: #a86c4c;
  --moss: #66705f;
  --line: rgba(32,36,31,.15);
  --serif: Baskerville, 'Iowan Old Style', 'Palatino Linotype', Palatino, serif;
  --sans: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
img { width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(32,36,31,.07); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: 225px; height: 62px; background: url('assets/myrtleberry-wordmark.png') center / contain no-repeat; text-indent: -9999px; overflow: hidden; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--clay); }
.menu-button { display: none; border: 0; background: none; font: inherit; }

.hero { min-height: 84vh; display: grid; grid-template-columns: 1.08fr .92fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(70px, 8vw, 130px) max(7vw, 40px); align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 20px; color: var(--clay); font-family: var(--serif); font-size: 1rem; font-style: italic; font-weight: 400; text-transform: none; letter-spacing: .02em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3rem, 5.8vw, 5.6rem); letter-spacing: -.025em; }
h2 { font-size: clamp(2rem, 3.1vw, 3.2rem); letter-spacing: -.02em; }
h3 { font-size: clamp(1.4rem, 1.8vw, 1.85rem); }
.hero-copy .intro { max-width: 600px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); margin: 32px 0; color: #3e433d; }
.hero-image { min-height: 600px; }
.hero-image img { height: 100%; }
.home-page .hero { min-height: 0; }
.home-page .hero-copy { padding-top: 56px; padding-bottom: 56px; }
.home-page .hero-image { min-height: 520px; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 13px 19px; border: 1px solid var(--ink); font-size: .77rem; text-transform: uppercase; letter-spacing: .13em; transition: .2s ease; }
.button:hover { color: var(--paper); background: var(--ink); }
.button.light { border-color: var(--paper); }
.button.light:hover { background: var(--paper); color: var(--ink); }

.section { padding: clamp(58px, 6.5vw, 94px) 0; }
.section-head { display: block; max-width: 760px; margin-bottom: 40px; }
.section-head p { margin: 18px 0 0; max-width: 650px; color: #50564f; }
.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pillar-grid .feature-card { min-height: 460px; }
.home-pillars .section-head { margin-bottom: 28px; }
.home-instagram { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--cream); }
.home-instagram-image { height: 540px; }
.home-instagram-image img { height: 100%; object-position: center 8%; }
.home-instagram-copy { align-self: center; padding: clamp(44px, 7vw, 100px); }
.home-instagram-copy h2 { max-width: 560px; }
.home-instagram-copy p:not(.eyebrow) { max-width: 480px; margin: 22px 0 28px; color: #4f554e; }
.feature-card { position: relative; min-height: 640px; overflow: hidden; background: #ddd; }
.feature-card.small { min-height: 306px; }
.feature-card img { height: 100%; position: absolute; inset: 0; transition: transform .7s ease; }
.feature-card:hover img { transform: scale(1.025); }
.feature-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(12,14,12,.78)); }
.feature-copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: white; }
.feature-copy p { margin: 9px 0 0; max-width: 460px; }
.stack { display: grid; gap: 28px; }

.dark { background: var(--ink); color: var(--paper); }
.dark .eyebrow { color: #d69a77; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.split-image img { height: 100%; }
.split-copy { align-self: center; padding: clamp(55px, 8vw, 110px); }
.split-copy p { color: #c9c7bf; margin: 26px 0 34px; }

.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.journal-grid-staggered .article-card:nth-child(2) { margin-top: 64px; }
.article-card { padding-top: 0; }
.article-card img { aspect-ratio: 4/3; margin-bottom: 22px; }
.meta { color: var(--clay); font-size: .7rem; text-transform: uppercase; letter-spacing: .17em; margin: 0 0 10px; }
.article-card p:last-child { color: #575c56; }
.link { display: inline-block; margin-top: 14px; border-bottom: 1px solid currentColor; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.note-card { align-self: start; background: var(--cream); padding: 34px; border-top: 0; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; }
.faq-section { padding: clamp(80px, 10vw, 140px) 0; background: #eee7dc; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; align-items: start; }
.faq-intro { max-width: 420px; color: #555a54; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { cursor: pointer; font-family: var(--serif); font-size: 1.35rem; list-style: none; padding-right: 40px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; font-family: var(--sans); font-weight: 400; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { max-width: 680px; color: #4f554e; margin: 16px 40px 0 0; }
.travel-history { padding: 30px 0 clamp(90px, 12vw, 160px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.travel-history p { max-width: 650px; }
.place-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 22px 0 0; margin: 0; }
.place-list li { border: 1px solid var(--line); padding: 8px 13px; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.callout { padding: clamp(65px, 9vw, 120px); background: var(--cream); display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.callout p { max-width: 660px; }
.callout.dark { background: var(--ink); color: var(--paper); }
.callout.dark p { color: #dedbd2; }
.callout.dark .button.light { color: var(--paper); border-color: rgba(244,239,231,.75); }
.callout.dark .button.light:hover { color: var(--ink); background: var(--paper); }

.page-hero { padding: clamp(58px, 6vw, 82px) 0 clamp(42px, 4.5vw, 58px); display: block; }
.page-hero .eyebrow { margin: 0 0 18px; }
.page-hero h1 { max-width: 780px; font-size: clamp(2.8rem, 4.15vw, 4.2rem); }
.page-hero > p:last-child { max-width: 680px; font-size: 1.06rem; margin: 20px 0 0; color: #4f554e; }
.house-page .page-hero { padding-bottom: 0; }
.house-page .rooms-section { padding-top: 0; }
.house-page .room-showcase:first-of-type { padding-top: 12px; }
.work-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }
.work-hero-copy { padding: clamp(55px, 7vw, 105px) max(7vw, 40px); align-self: center; }
.work-hero-copy h1 { max-width: 650px; font-size: clamp(2.8rem, 4.15vw, 4.2rem); }
.work-hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 26px 0 30px; color: #4f554e; font-size: 1.06rem; }
.work-hero-image img { height: 100%; }
.work-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.work-service-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.work-service-grid article > p:last-child { max-width: 360px; color: #4f554e; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery figure { margin: 0; }
.gallery figure:nth-child(1) { grid-column: span 7; }
.gallery figure:nth-child(2) { grid-column: span 5; }
.gallery figure:nth-child(3) { grid-column: span 5; }
.gallery figure:nth-child(4) { grid-column: span 7; }
.gallery img { height: 520px; }
.gallery figcaption { padding-top: 10px; font-size: .8rem; color: #5b605a; }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
.room-card { display: grid; grid-template-rows: 470px auto; border-bottom: 1px solid var(--line); }
.room-card-wide { grid-column: span 2; grid-template-columns: 1.35fr .65fr; grid-template-rows: 620px; align-items: stretch; }
.room-card img { height: 100%; }
.room-copy { padding: 24px 4px 30px; }
.room-card-wide .room-copy { padding: 56px; background: var(--cream); display: flex; flex-direction: column; justify-content: flex-end; }
.room-copy p:last-child { max-width: 470px; color: #555a54; margin-bottom: 0; }
.rooms-section { padding-top: 30px; }
.room-showcase { padding: 38px 0 74px; }
.room-showcase + .room-showcase { padding-top: 62px; }
.room-heading { display: block; max-width: 760px; margin-bottom: 28px; }
.room-heading > p { max-width: 650px; color: #555a54; margin: 14px 0 0; }
.rooms-section, .room-showcase, .slider-shell { min-width: 0; max-width: 100%; }
.slider-shell { position: relative; overflow: hidden; }
.image-track { min-width: 0; max-width: 100%; display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.image-track::-webkit-scrollbar { display: none; }
.image-track img { min-width: 0; flex: 0 0 72%; height: 610px; scroll-snap-align: start; }
.slider-button { position: absolute; z-index: 2; top: 50%; translate: 0 -50%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(244,239,231,.92); color: var(--ink); font: inherit; font-size: 1.25rem; cursor: pointer; box-shadow: 0 4px 24px rgba(0,0,0,.16); }
.slider-button.previous { left: 18px; }
.slider-button.next { right: 18px; }
.gallery-thumbnails { display: flex; gap: 10px; overflow-x: auto; padding: 14px 0 4px; scrollbar-width: thin; }
.gallery-thumbnail { flex: 0 0 92px; height: 72px; padding: 0; border: 2px solid transparent; background: none; cursor: pointer; opacity: .72; }
.gallery-thumbnail:hover, .gallery-thumbnail[aria-pressed="true"] { border-color: var(--clay); opacity: 1; }
.gallery-thumbnail:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.region-nav { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 24px; }
.travel-disclosure { max-width: none; padding: 18px 22px; border-left: 3px solid var(--clay); background: #eee7dc; color: #3f443e; font-size: .96rem; line-height: 1.65; }
.travel-disclosure strong { color: var(--ink); }
.region-nav a { border: 1px solid var(--line); padding: 9px 14px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.region-nav a:hover { background: var(--ink); color: var(--paper); }
.destination-region { padding: 56px 0 78px; }
.destination-region + .destination-region { padding-top: 74px; }
.region-heading { display: block; max-width: 760px; margin-bottom: 42px; }
.region-heading .eyebrow { margin-bottom: 16px; }
.region-heading p:last-child { max-width: 650px; margin: 14px 0 0; color: #555a54; }
.destination-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.destination-note { min-height: 360px; padding: 44px; background: var(--cream); display: flex; flex-direction: column; justify-content: flex-end; }
.destination-note p { max-width: 520px; }
.open-note { max-width: 760px; }
.agency-note { margin-top: 30px !important; font-size: .82rem; }
.agency-note a { border-bottom: 1px solid currentColor; }
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin: 60px 0 22px; font-size: clamp(2rem, 4vw, 3.4rem); }
.prose .lead { font-family: var(--serif); font-size: 1.55rem; line-height: 1.45; }
.prose img { margin: 55px 0; max-height: 680px; }
.wide-feature { margin: 0; }
.wide-feature img { height: min(72vw, 760px); }
.transformation-section { padding: 30px 0 clamp(90px, 11vw, 150px); }
.stage-track { align-items: stretch; }
.stage-track figure { flex: 0 0 72%; margin: 0; display: grid; grid-template-rows: 560px auto; scroll-snap-align: start; background: var(--cream); }
.stage-track img { width: 100%; height: 560px; }
.stage-track figcaption { padding: 25px 28px 30px; display: grid; grid-template-columns: auto 1fr; gap: 3px 14px; align-content: start; }
.stage-track figcaption span { grid-row: span 2; color: var(--clay); font-size: .75rem; letter-spacing: .15em; }
.stage-track figcaption strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.stage-track figcaption p { grid-column: 2; margin: 5px 0 0; color: #555a54; }
.detail-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 55px 0; }
.prose .detail-pair img { margin: 0; height: 500px; }

footer { padding: 52px 0 42px; background: color-mix(in srgb, var(--cream) 58%, var(--paper)); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-inner p { margin: 0; font-size: .82rem; color: #656962; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-links a { border-bottom: 1px solid transparent; }
.legal-links a:hover { border-color: currentColor; }
.legal-page { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: clamp(80px, 10vw, 140px) 0; }
.legal-page .eyebrow { margin-bottom: 16px; }
.legal-page h1 { margin-bottom: 20px; }
.legal-page h2 { margin: 52px 0 16px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.legal-page h3 { margin: 32px 0 10px; font-size: 1.25rem; }
.legal-page p, .legal-page li { color: #454a44; }
.legal-page ul { padding-left: 22px; }
.legal-page a { border-bottom: 1px solid currentColor; }
.legal-updated { color: var(--clay) !important; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 820px) {
  .nav { min-height: 68px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; inset: 68px 0 auto; padding: 28px 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero, .split { grid-template-columns: 1fr; }
  .work-hero { grid-template-columns: 1fr; }
  .work-hero-copy { order: 2; padding: 40px 20px 58px; }
  .work-hero-image { order: 1; height: 340px; }
  .work-service-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-copy { order: 2; }
  .hero-image { min-height: 62vh; }
  .page-hero { padding: 58px 0 52px; }
  .page-hero .eyebrow { margin-bottom: 20px; }
  .page-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); overflow-wrap: anywhere; }
  .page-hero > p:last-child { margin-top: 24px; font-size: 1rem; }
  .section-head, .callout { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout, .travel-history { grid-template-columns: 1fr; gap: 38px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .pillar-grid { grid-template-columns: 1fr; gap: 18px; }
  .pillar-grid .feature-card { min-height: 370px; }
  .home-instagram { grid-template-columns: 1fr; }
  .home-instagram-image { height: 400px; }
  .home-instagram-copy { padding: 46px 20px 58px; }
  .feature-card { min-height: 520px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-grid-staggered .article-card:nth-child(2) { margin-top: 0; }
  .gallery figure:nth-child(n) { grid-column: 1 / -1; }
  .gallery img { height: 430px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card, .room-card-wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 430px auto; }
  .room-card-wide .room-copy { padding: 28px 4px 32px; background: transparent; }
  .house-page .rooms-section { padding-top: 0; }
  .room-showcase, .room-showcase + .room-showcase { padding: 34px 0 56px; }
  .image-track img { flex-basis: 90%; height: 440px; }
  .slider-button { width: 42px; height: 42px; }
  .gallery-thumbnail { flex-basis: 76px; height: 62px; }
  .destination-grid { grid-template-columns: 1fr; }
  .stage-track figure { flex-basis: 90%; grid-template-rows: 390px auto; }
  .stage-track img { height: 390px; }
  .detail-pair { grid-template-columns: 1fr; }
  .prose .detail-pair img { height: auto; max-height: 540px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-meta { align-items: flex-start; }
  .legal-links { justify-content: flex-start; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .brand { width: 185px; }
  .nav-links { gap: 15px; font-size: .72rem; letter-spacing: .1em; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
