/* Cồn Phụng River House & Rice Estate — Marty Cummings Taylor
   Editorial-luxury Mekong Delta. Warm cream + indigo deep + paddy green +
   vermilion stamp + clay terracotta. The joke is the proprietor. */

:root {
  --bg: #f5ecd6;
  --bg-elev: #ede0bf;
  --bg-paper: #faf3df;
  --bg-deep: #ddc999;
  --bg-noir: #1d2c4a;
  --bg-green: #2d4632;
  --bg-green-soft: #3e6a3f;
  --ink: #1d1408;
  --ink-soft: #3a2d18;
  --ink-muted: #6c5a3a;
  --ink-dim: #a89164;
  --vermilion: #a8261a;
  --vermilion-bright: #c93a2a;
  --indigo: #1d2c4a;
  --indigo-soft: #3a4a72;
  --paddy: #3e6a3f;
  --paddy-deep: #2d4632;
  --clay: #c8632a;
  --gold: #c89a3a;
  --cream: #faf3df;
  --thread: #c4ad77;
  --thread-soft: #d8c294;
  --font-display: "Playfair Display", "Didot", serif;
  --font-serif: "Cormorant Garamond", "Garamond", "Georgia", serif;
  --font-mono: "JetBrains Mono", "SF Mono", "Menlo", monospace;
  --font-typewriter: "Special Elite", "Courier New", monospace;
  --maxw: 1180px;
  --pad-x: clamp(1.25rem, 5vw, 4rem);
  --transition: 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg); color: var(--ink); font-family: var(--font-serif); font-size: 18px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  margin: 0; min-height: 100dvh; line-height: 1.65;
  background:
    radial-gradient(ellipse 80% 45% at 50% 0%, rgba(168, 38, 26, 0.05), transparent 70%),
    var(--bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--vermilion); }
a:focus-visible { outline: 1px solid var(--vermilion); outline-offset: 4px; }

.mono { font-family: var(--font-mono); font-size: 0.84em; letter-spacing: 0.02em; }
.display { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.005em; line-height: 1.08; color: var(--ink); margin: 0; }
.display em { font-family: var(--font-display); font-style: italic; font-weight: 400; color: var(--vermilion); }
.eyebrow { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--vermilion); margin: 0 0 1.75rem; }

/* ---- standing strip banner ---- */
.standing-strip { background: var(--indigo); color: var(--cream); padding: 0.55rem var(--pad-x); display: flex; gap: 1rem; font-size: 0.7rem; letter-spacing: 0.06em; text-align: center; justify-content: center; align-items: center; flex-wrap: wrap; text-transform: uppercase; }
.standing-strip__sep { color: var(--gold); }

/* ---- nav ---- */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--pad-x); background: rgba(245, 236, 214, 0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--thread); gap: 1.5rem; }
.nav__brand { display: inline-flex; align-items: center; gap: 0.85rem; }
.nav__stamp { width: 40px; height: 40px; flex-shrink: 0; filter: drop-shadow(0 1px 2px rgba(168, 38, 26, 0.18)); }
.nav__wordmark { display: flex; flex-direction: column; line-height: 1.1; }
.nav__name { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; font-style: italic; color: var(--ink); }
.nav__sub { color: var(--ink-muted); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: lowercase; }
.nav__links { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; align-items: center; }
.nav__links a { color: var(--ink-muted); font-weight: 500; }
.nav__links a:hover { color: var(--vermilion); }
@media (max-width: 960px) { .nav__sub { display: none; } }
@media (max-width: 760px) { .nav__links { gap: 0.85rem; font-size: 0.6rem; letter-spacing: 0.1em; } .nav__name { font-size: 0.85rem; } .nav__stamp { width: 32px; height: 32px; } }

/* ---- hero ---- */
.hero { position: relative; min-height: 92vh; display: grid; align-items: center; padding: 6rem var(--pad-x) 5rem; overflow: hidden; background: var(--indigo); color: var(--cream); }
.hero__image { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: brightness(0.72) saturate(0.95) contrast(1.04); }
.hero__overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(29, 44, 74, 0.92) 0%, rgba(29, 44, 74, 0.55) 45%, rgba(29, 44, 74, 0.15) 100%), linear-gradient(to bottom, rgba(29, 44, 74, 0.4) 0%, transparent 30%, rgba(29, 44, 74, 0.85) 100%); }
.hero__content { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; width: 100%; padding-right: 30%; }
@media (max-width: 820px) { .hero__content { padding-right: 0; } }
.hero .eyebrow { color: var(--gold); }
.hero__title { font-size: clamp(2.8rem, 7vw, 5.8rem); margin: 0 0 1rem; font-weight: 600; color: var(--cream); }
.hero__title em { color: var(--gold); font-weight: 500; }
.hero__motto { font-family: var(--font-display); font-style: italic; font-size: clamp(1.15rem, 2.2vw, 1.6rem); color: var(--gold); margin: 0 0 1.5rem; }
.hero__motto em { color: var(--cream); font-style: italic; }
.hero__sub { font-family: var(--font-serif); font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: #e8dab6; max-width: 56ch; margin: 0 0 1.5rem; line-height: 1.65; font-style: italic; }
.hero__sub em, .hero__sub strong { color: var(--gold); font-style: italic; font-weight: 600; }
.hero__byline { color: var(--gold); margin: 0 0 2.5rem; font-size: 0.82rem; }
.hero__byline strong { font-weight: 700; }
.hero__cta { display: flex; gap: 0.85rem; flex-wrap: wrap; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; padding: 0.95rem 1.85rem; font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid transparent; background: transparent; font-weight: 500; transition: all var(--transition); cursor: pointer; }
.btn--primary { background: var(--vermilion); color: var(--cream); border-color: var(--vermilion); }
.btn--primary:hover { background: var(--vermilion-bright); transform: translateY(-1px); }
.btn--ghost { border-color: var(--gold); color: var(--gold); }
.btn--ghost:hover { background: rgba(200, 154, 58, 0.1); color: var(--cream); }

/* ---- sections ---- */
.section { padding: 7rem var(--pad-x); max-width: var(--maxw); margin: 0 auto; }
.section--paper { background: var(--bg-paper); max-width: none; margin: 0; padding: 7rem var(--pad-x); border-top: 1px solid var(--thread); border-bottom: 1px solid var(--thread); }
.section--paper > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section--alt { background: var(--bg-elev); max-width: none; margin: 0; padding: 7rem var(--pad-x); border-top: 1px solid var(--thread); border-bottom: 1px solid var(--thread); }
.section--alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section__header { text-align: center; margin-bottom: 5rem; max-width: 800px; margin-left: auto; margin-right: auto; }
.section__title { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin: 0 0 1.5rem; }
.section__lede { color: var(--ink-soft); font-style: italic; font-size: 1.1rem; line-height: 1.7; max-width: 64ch; margin: 0 auto; }
.section__lede em { color: var(--vermilion); }
.section__lede strong { color: var(--ink); font-weight: 600; }

/* ---- practice split (about + estate split) ---- */
.practice__split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
@media (max-width: 820px) { .practice__split { grid-template-columns: 1fr; gap: 3rem; } }
.practice__detail { display: grid; gap: 1.5rem; font-size: 1.08rem; line-height: 1.75; color: var(--ink-soft); }
.practice__detail p { margin: 0; }
.practice__detail em { color: var(--vermilion); font-style: italic; }
.practice__detail strong { color: var(--ink); }
.practice__caption { color: var(--ink-muted); font-size: 0.78rem; font-style: italic; margin-top: 0.5rem !important; }
.practice__image { margin: 0; border: 1px solid var(--thread); padding: 6px; background: var(--bg-paper); overflow: hidden; box-shadow: 0 8px 24px rgba(29, 20, 8, 0.18); }
.practice__image img { width: 100%; height: auto; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.practice__image figcaption { display: block; text-align: center; padding: 0.85rem 0.5rem 0.3rem; font-size: 0.7rem; letter-spacing: 0.14em; color: var(--ink-muted); }

/* ---- services ---- */
.services { display: grid; gap: 5rem; }
.service { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.service--reverse .service__img { order: 2; }
@media (max-width: 820px) { .service, .service--reverse { grid-template-columns: 1fr; } .service--reverse .service__img { order: 0; } }
.service__img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-deep); border: 1px solid var(--thread); }
.service__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.97); }
.service__number { color: var(--vermilion); font-size: 0.74rem; letter-spacing: 0.22em; margin: 0 0 1rem; }
.service__name { font-family: var(--font-display); font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 500; margin: 0 0 1.25rem; color: var(--ink); line-height: 1.1; }
.service__desc { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; margin: 0 0 1.5rem; max-width: 54ch; }
.service__desc em { color: var(--vermilion); font-style: italic; }
.service__desc strong { color: var(--ink); }
.service__tier { font-family: var(--font-mono); font-size: 0.76rem; color: var(--ink-muted); letter-spacing: 0.04em; margin: 0; padding-top: 1rem; border-top: 1px dashed var(--thread); }

/* ---- green section (the craft) ---- */
.section--green { background: var(--paddy-deep); color: #e8dab6; max-width: none; margin: 0; padding: 7rem var(--pad-x); border-top: 6px double var(--gold); border-bottom: 6px double var(--gold); }
.section--green > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section--green .eyebrow { color: var(--gold); }
.section--green .section__title { color: var(--cream); }
.section--green .section__title em { color: var(--gold); }
.section--green .section__lede { color: #c4b58a; }
.section--green .section__lede em { color: var(--gold); }
.section--green .service__name { color: var(--cream); }
.section--green .service__desc { color: #c4b58a; }
.section--green .service__desc strong { color: var(--cream); }
.section--green .service__desc em { color: var(--gold); }
.section--green .service__number { color: var(--gold); }
.section--green .service__tier { color: #a08e60; border-top-color: rgba(200, 154, 58, 0.3); }
.section--green .service__img { border-color: rgba(200, 154, 58, 0.35); background: var(--paddy); }

/* ---- herd feature ---- */
.herd-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; max-width: 1000px; margin: 0 auto 2rem; }
@media (max-width: 820px) { .herd-feature { grid-template-columns: 1fr; } }
.herd-feature__img { margin: 0; border: 1px solid var(--thread); overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-deep); }
.herd-feature__img img { width: 100%; height: 100%; object-fit: cover; }
.herd-feature__copy { display: grid; gap: 0.5rem; font-family: var(--font-typewriter); color: var(--ink-soft); font-size: 1.05rem; line-height: 1.65; }
.herd-feature__copy p { margin: 0; padding: 0.4rem 0; border-bottom: 1px dashed var(--thread-soft); }
.herd-feature__copy p:last-child { border-bottom: none; }
.herd__epilogue { text-align: center; color: var(--ink-muted); font-style: italic; max-width: 70ch; margin: 0 auto; padding-top: 2rem; }
.herd__epilogue strong { color: var(--vermilion); font-weight: 600; }

.herd-video { margin: 4rem auto 0; max-width: 880px; }
.herd-video video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #1a1206; border: 1px solid var(--thread); display: block; }
.herd-video figcaption { padding: 1.25rem 0.25rem; font-size: 0.95rem; line-height: 1.65; color: var(--ink-soft); }
.herd-video figcaption .mono { display: block; padding: 0.45rem 0.7rem; background: rgba(168, 38, 26, 0.08); border-left: 2px solid var(--vermilion); margin-bottom: 0.65rem; color: var(--ink); font-size: 0.78rem; letter-spacing: 0.04em; }
.herd-video figcaption em { color: var(--vermilion); font-style: italic; }
.herd-video figcaption strong { color: var(--ink); font-weight: 600; }

/* ---- noir section (the festival closer) ---- */
.section--noir { background: var(--bg-noir); color: #d8c294; max-width: none; margin: 0; padding: 7rem var(--pad-x); border-top: 1px solid var(--vermilion); border-bottom: 1px solid var(--vermilion); }
.section--noir > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section--noir .eyebrow { color: var(--vermilion-bright); }
.section--noir .section__title { color: var(--cream); }
.section--noir .section__title em { color: var(--vermilion-bright); }
.section--noir .section__lede { color: #c4b58a; }
.section--noir .section__lede em { color: var(--vermilion-bright); }

.closer { margin: 0 auto; max-width: 900px; text-align: center; }
.closer img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--vermilion); background: var(--bg-noir); margin-bottom: 2.5rem; }
.closer figcaption { color: #c4b58a; line-height: 1.7; }
.closer figcaption p { margin: 0 0 1rem; font-style: italic; font-size: 1.1rem; max-width: 60ch; margin-left: auto; margin-right: auto; }
.closer figcaption em { color: var(--vermilion-bright); }
.closer figcaption strong { color: var(--cream); }

/* ---- people (the villagers) ---- */
.people { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 340px)); justify-content: center; gap: 2rem; }
@media (max-width: 900px) { .people { grid-template-columns: repeat(2, minmax(0, 360px)); } }
@media (max-width: 580px) { .people { grid-template-columns: minmax(0, 420px); } }
.people li { padding: 2rem 1.75rem; background: var(--bg); border: 1px solid var(--thread); position: relative; }
.people li::before { content: ""; position: absolute; top: 0.85rem; right: 0.85rem; width: 8px; height: 8px; background: var(--vermilion); border-radius: 50%; }
.people__role { color: var(--vermilion); font-size: 0.66rem; letter-spacing: 0.18em; margin: 0 0 0.65rem; }
.people__name { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; font-weight: 500; margin: 0 0 1rem; color: var(--ink); }
.people__bio { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.65; margin: 0; }
.people__bio em { color: var(--vermilion); font-style: italic; }

/* ---- enquiry ---- */
.enquiry { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.enquiry__card { padding: 2rem 1.75rem; background: var(--bg-paper); border: 1px solid var(--thread); }
.enquiry__label { color: var(--vermilion); font-size: 0.78rem; letter-spacing: 0.06em; margin: 0 0 1rem; }
.enquiry__addr { font-size: 1rem; line-height: 1.7; color: var(--ink-soft); margin: 0; font-style: italic; }
.enquiry__addr a { font-family: var(--font-mono); font-style: normal; color: var(--ink); border-bottom: 1px solid var(--ink-muted); }
.enquiry__addr a:hover { color: var(--vermilion); border-bottom-color: var(--vermilion); }
.enquiry__note { display: block; margin-top: 0.5rem; color: var(--ink-muted); font-size: 0.78rem; }
.section--alt > .enquiry__epilogue { text-align: center; color: var(--ink-muted); font-style: italic; margin: 0 auto; max-width: 70ch; }

/* ---- footer ---- */
.footer { border-top: 1px solid var(--gold); background: var(--indigo); color: #d8c294; padding: 4rem var(--pad-x) 3rem; }
.footer__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; }
@media (max-width: 720px) { .footer__inner { grid-template-columns: 1fr; } }
.footer__brand { display: flex; gap: 1.25rem; align-items: center; }
.footer__stamp { width: 64px; height: 64px; flex-shrink: 0; }
.footer__name { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--gold); margin: 0 0 0.4rem; }
.footer__sub { color: #b9a679; font-size: 0.74rem; margin: 0 0 0.2rem; max-width: 38ch; }
.footer__motto { color: var(--gold); font-style: italic; font-size: 0.78rem; margin: 0; letter-spacing: 0.08em; }
.footer__meta { text-align: right; }
.footer__meta p { margin: 0 0 0.85rem; color: #b9a679; font-size: 0.74rem; line-height: 1.65; }
.footer__disclaimer { color: #88754d; max-width: 64ch; margin-left: auto; font-size: 0.7rem !important; line-height: 1.65; font-style: italic; }
@media (max-width: 720px) { .footer__meta { text-align: left; } .footer__disclaimer { margin-left: 0; } }
