/*
 * Fleet Field Guide visual layer — Thailand default reference implementation.
 * Resolve TOKENS.template.yaml into the :root values below. This file is valid
 * standalone CSS; font files are loaded by the host using {fonts.css-url}.
 * Do not move guide-required rules into a second stylesheet.
 */
:root {
  /* Slot-backed semantic tokens: Thailand defaults */
  --palette-primary: #271513; /* {palette.primary} */
  --palette-primary-dark: #1D0C0B; --palette-primary-mid: #402624;
  --palette-primary-action: #562D2A; --palette-primary-light: #814E49; --palette-primary-pale: #F2E0DD;
  --palette-action: #BB3F5C; --palette-action-dark: #A32749; --palette-action-light: #D35570;
  --palette-focus: #CD3E62; --palette-focus-pale: #E4D8AB; --palette-focus-deep: #922943;
  --canvas: #F7F5EF; --canvas-deep: #EAE8E0; --surface: #FFFDF8;
  --ink: #100C0A; --ink-soft: #4E4640; --ink-muted: #76706C; --line: #DBD7CF; --line-light: #EAE8E0;
  --on-dark: #FFF; --disclosure-canvas: #F7EFD8; --disclosure-ink: #66552C; --disclosure-line: #DFD0A9;
  --overlay-dark: rgba(23,13,12,.92); --overlay-mid: rgba(23,13,12,.68); --overlay-light: rgba(23,13,12,.18);
  --line-on-dark: rgba(255,255,255,.18); --text-on-dark: rgba(255,255,255,.76); --text-on-dark-soft: rgba(255,255,255,.63);
  --shadow: 0 18px 45px rgba(23,13,12,.12); --action-shadow: 0 9px 24px rgba(163,39,73,.20); --action-shadow-hover: 0 14px 30px rgba(163,39,73,.26);
  --display: 'Fraunces', Georgia, serif; /* {fonts.display} */
  --body: 'Switzer', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; /* {fonts.body} */
  --wordmark: 'Cabinet Grotesk', 'Switzer', sans-serif; /* {fonts.wordmark} */
  --type-display-size: clamp(3.2rem,5.5vw,5.45rem); --type-display-weight: 700; --type-display-line-height: 1.16; --type-display-letter-spacing: -.04em;
  --type-headline-size: clamp(2rem,3.7vw,3.2rem); --type-headline-weight: 700; --type-headline-line-height: 1.16; --type-headline-letter-spacing: -.025em;
  --type-title-size: clamp(1.35rem,2.2vw,1.8rem); --type-title-weight: 700; --type-title-line-height: 1.16; --type-title-letter-spacing: -.025em;
  --type-body-size: 17px; --type-body-weight: 400; --type-body-line-height: 1.7; --type-body-letter-spacing: normal;
  --type-label-size: .88rem; --type-label-weight: 600; --type-label-line-height: 1.3; --type-label-letter-spacing: normal;
  --type-wordmark-size: 1.32rem; --type-wordmark-weight: 800; --type-wordmark-line-height: 1; --type-wordmark-letter-spacing: -.02em;
  --identity-author-mark: ''; /* {identity.author-mark}: optional quoted initials */
  --shell-max: 1180px; --shell: min(var(--shell-max),calc(100% - 40px)); --article-shell: min(1040px,calc(100% - 40px)); --reading: 68ch;
  --nav-height: 70px; --nav-height-mobile: 64px; --radius-sm: 8px; --radius: 14px; --radius-lg: 20px; --radius-pill: 999px;
  --space-xl: 2.5rem; --space-2xl: 4rem; --space-md: 1.5rem; --space-lg: 2rem;
  --ease: cubic-bezier(.22,1,.36,1);

  /* Legacy aliases: generated HTML and dna.css compatibility */
  --forest-950: var(--palette-primary); --forest-900: var(--palette-primary-dark); --forest-800: var(--palette-primary-mid); --forest-700: var(--palette-primary-action); --forest-500: var(--palette-primary-light);
  --leaf-100: var(--palette-primary-pale); --clay-700: var(--palette-action-dark); --clay-600: var(--palette-action); --clay-500: var(--palette-action-light);
  --gold-500: var(--palette-focus); --gold-200: var(--palette-focus-pale);
  --primary: var(--palette-primary-action); --primary-dark: var(--palette-primary-dark); --primary-light: var(--palette-primary-light);
  --secondary: var(--palette-action); --secondary-light: var(--palette-action-light); --accent: var(--palette-action); --accent-light: var(--palette-action-light);
  --gold: var(--palette-focus); --gold-light: var(--palette-focus-pale); --deep-gold: var(--palette-focus-deep);
  --sacred: var(--palette-primary); --sacred-light: var(--palette-primary-mid);
  --stone: var(--ink-muted); --stone-light: var(--line-light); --bg: var(--canvas); --bg-muted: var(--canvas-deep);
  --sand: var(--canvas-deep); --border: var(--line); --border-light: var(--line-light);
  --text: var(--ink); --text-secondary: var(--ink-soft); --text-muted: var(--ink-muted);
  --radius-md: var(--radius); --max-width: var(--shell-max); --content-width: var(--reading);
  --font-display: var(--display); --font-body: var(--body);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;color:var(--ink);background:var(--canvas);font-family:var(--body);font-size:var(--type-body-size);font-weight:var(--type-body-weight);line-height:var(--type-body-line-height);letter-spacing:var(--type-body-letter-spacing);-webkit-font-smoothing:antialiased;overflow-x:clip}
body.nav-is-open{overflow:hidden} img{display:block;max-width:100%;height:auto} figure{margin:0}
a{color:var(--forest-700);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--clay-700)}
button,a{-webkit-tap-highlight-color:transparent}p{margin:0 0 1.15em;color:var(--ink-soft)}
h1,h2,h3,h4{margin:0;color:var(--ink);font-family:var(--display);line-height:var(--type-headline-line-height);letter-spacing:var(--type-headline-letter-spacing);text-wrap:balance}
h1{font-size:clamp(2.6rem,5.2vw,4.9rem)}h2{font-size:var(--type-headline-size);font-weight:var(--type-headline-weight)}h3{font-size:var(--type-title-size);font-weight:var(--type-title-weight);line-height:var(--type-title-line-height);letter-spacing:var(--type-title-letter-spacing)}ul,ol{color:var(--ink-soft)}
:focus-visible{outline:3px solid var(--gold-500);outline-offset:4px}
.skip-link{position:fixed;z-index:1000;top:10px;left:12px;transform:translateY(-160%);padding:.7rem 1rem;border-radius:var(--radius-sm);color:var(--on-dark);background:var(--clay-600);font-weight:700;text-decoration:none;transition:transform .2s var(--ease)}
.skip-link:focus{transform:translateY(0)}

/* Navigation: requires .site-nav, .nav-inner, .nav-logo, .nav-links,
   three-span .nav-toggle, and .nav-scrim. The logo is Home; the link list is
   the receiving site's base hubs plus its existing About destination. */
.site-nav{position:sticky;z-index:100;top:0;min-height:var(--nav-height);color:var(--on-dark);background:var(--forest-950);border-bottom:1px solid var(--line-on-dark)}
.nav-inner{display:flex;align-items:center;width:var(--shell);min-height:var(--nav-height);margin-inline:auto}
.nav-logo{color:var(--surface);font-family:var(--wordmark);font-size:var(--type-wordmark-size);font-weight:var(--type-wordmark-weight);letter-spacing:var(--type-wordmark-letter-spacing);line-height:var(--type-wordmark-line-height);text-decoration:none}
.nav-logo::before{display:inline-block;width:8px;height:26px;margin-right:12px;vertical-align:middle;background:var(--gold-500);border-radius:8px 8px 2px 2px;content:'';transform:translateY(-1px) rotate(7deg)}
.nav-logo:hover,.nav-logo.active{color:var(--on-dark)}
.nav-links{display:flex;align-items:center;gap:clamp(1.15rem,2.6vw,2.25rem);margin:0 0 0 auto;padding:0;list-style:none}
.nav-links a{position:relative;display:block;padding:24px 0 21px;color:var(--text-on-dark);font-size:var(--type-label-size);font-weight:var(--type-label-weight);line-height:var(--type-label-line-height);letter-spacing:var(--type-label-letter-spacing);text-decoration:none}
.nav-links a::after{position:absolute;right:0;bottom:15px;left:0;height:2px;background:var(--gold-500);content:'';transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}
.nav-links a:hover,.nav-links a[aria-current='page']{color:var(--on-dark)}.nav-links a:hover::after,.nav-links a[aria-current='page']::after{transform:scaleX(1)}
.nav-toggle{display:none;width:46px;height:46px;margin-left:auto;padding:11px;border:0;background:transparent;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:var(--on-dark);border-radius:2px;transition:transform .25s var(--ease),opacity .2s ease}
.nav-toggle[aria-expanded='true'] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded='true'] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded='true'] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-scrim{display:none}

/* Shared actions */
.primary-action,.tour-card__cta,.cta-btn,.hero-cta{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:.75rem;padding:.82rem 1.4rem;border:0;border-radius:var(--radius-sm);color:var(--on-dark);background:var(--clay-600);box-shadow:var(--action-shadow);font-family:var(--body);font-size:var(--type-label-size);font-weight:700;line-height:var(--type-label-line-height);text-decoration:none;transition:background .2s ease,transform .25s var(--ease),box-shadow .25s ease}
.primary-action:hover,.tour-card__cta:hover,.cta-btn:hover,.hero-cta:hover{color:var(--on-dark);background:var(--clay-700);box-shadow:var(--action-shadow-hover);transform:translateY(-2px)}
.primary-action span,.base-item__arrow,.section-intro--row>a span{position:relative;width:17px;height:14px;flex:0 0 17px;overflow:hidden;color:transparent;font-size:0}
.primary-action span::before,.base-item__arrow::before,.section-intro--row>a span::before{position:absolute;top:6px;left:1px;width:13px;height:2px;background:currentColor;color:var(--on-dark);content:''}
.primary-action span::after,.base-item__arrow::after,.section-intro--row>a span::after{position:absolute;top:3px;right:2px;width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;color:var(--on-dark);content:'';transform:rotate(45deg)}

/* Homepage: split hero, trust strip, base list, planning panel, guide picks */
.home-main{width:100%}.home-hero{display:grid;min-height:min(690px,calc(100vh - var(--nav-height)));grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);background:var(--surface)}
.home-hero__copy{position:relative;z-index:2;display:flex;max-width:590px;justify-self:end;flex-direction:column;justify-content:center;padding:clamp(3.5rem,7vw,6.5rem) clamp(2rem,5vw,5.5rem) clamp(3rem,6vw,5rem) 20px}
.home-hero__copy::after{position:absolute;right:-14px;bottom:58px;width:78px;height:78px;border:1px solid var(--clay-500);border-radius:50%;content:'';opacity:.24;pointer-events:none}
.home-hero h1{max-width:9.3ch;color:var(--forest-950);font-size:var(--type-display-size);font-weight:var(--type-display-weight);line-height:var(--type-display-line-height);letter-spacing:var(--type-display-letter-spacing)}.home-hero h1::after{display:block;width:48px;height:3px;margin:1.35rem 0 1.25rem;background:var(--clay-600);content:''}
.home-hero__copy>p{max-width:43ch;font-size:1.08rem;line-height:1.65}.home-hero .primary-action{align-self:flex-start;margin-top:.35rem}
.home-author{display:flex;align-items:center;gap:.85rem;margin-top:2.1rem}.home-author__mark{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:50%;color:var(--surface);background:var(--forest-800);font-family:var(--wordmark);font-weight:800}
.home-author p{margin:0;color:var(--ink-muted);font-size:.82rem;line-height:1.45}.home-author strong{color:var(--ink);font-size:.88rem}
.home-hero__media{position:relative;min-height:560px;overflow:hidden;background:var(--forest-900)}.home-hero__media::after{position:absolute;inset:0;background:linear-gradient(90deg,var(--overlay-light),transparent 35%),linear-gradient(0deg,var(--overlay-mid),transparent 30%);content:'';pointer-events:none}
.home-hero__media img{width:100%;height:100%;min-height:inherit;object-fit:cover}.home-hero__media figcaption{position:absolute;z-index:2;right:24px;bottom:22px;padding:.42rem .75rem;border:1px solid var(--line-on-dark);border-radius:var(--radius-pill);color:var(--on-dark);background:var(--forest-950);font-size:.74rem}
.trust-strip{display:grid;width:min(980px,calc(100% - 40px));grid-template-columns:repeat(3,1fr);margin:0 auto;padding:1.5rem 0}.trust-strip p{display:flex;align-items:center;justify-content:center;gap:.7rem;margin:0;padding:0 1rem;color:var(--ink-soft);font-size:.82rem;font-weight:600;text-align:center}.trust-strip p+p{border-left:1px solid var(--line)}.trust-strip p::before{width:9px;height:9px;flex:0 0 9px;border:2px solid var(--forest-700);border-radius:50%;content:''}
.home-section{padding:clamp(4.5rem,9vw,8rem) max(20px,calc((100% - 1180px)/2))}.section-intro{max-width:690px;margin-bottom:2.8rem}.section-intro h2{color:var(--forest-950)}.section-intro p{max-width:58ch;margin:1rem 0 0;font-size:1.04rem}
.base-guide{position:relative;overflow:hidden;background:var(--canvas-deep)}.base-guide::before{position:absolute;top:70px;right:max(20px,calc((100% - 1180px)/2));width:170px;height:1px;background:var(--clay-600);box-shadow:48px 28px 0 var(--clay-500),108px 54px 0 var(--clay-500);content:'';opacity:.45;transform:rotate(-12deg)}
.base-list{border-top:1px solid var(--line)}.base-item{display:grid;min-height:190px;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr) 42px;align-items:center;gap:clamp(1.4rem,4vw,4rem);padding:1.2rem 0;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none}.base-item img{width:100%;height:166px;border-radius:var(--radius);object-fit:cover}.base-item__body{display:flex;flex-direction:column;gap:.45rem}.base-item__body strong{color:var(--forest-950);font-family:var(--display);font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.15}.base-item__body span{max-width:56ch;color:var(--ink-soft);font-size:.96rem}
.base-item__arrow{display:block;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;transition:background .2s ease,transform .25s var(--ease)}.base-item__arrow::before{top:19px;left:12px;color:var(--forest-700)}.base-item__arrow::after{top:16px;right:12px;color:var(--forest-700)}.base-item:hover{color:var(--ink)}.base-item:hover img{filter:saturate(1.08) contrast(1.03)}.base-item:hover .base-item__arrow{background:var(--forest-800);transform:translateX(3px)}.base-item:hover .base-item__arrow::before,.base-item:hover .base-item__arrow::after{color:var(--on-dark)}
.start-plan{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:clamp(2.5rem,7vw,7rem);align-items:center;color:var(--on-dark);background:var(--forest-950)}.start-plan__image{position:relative}.start-plan__image::before{position:absolute;z-index:0;top:-18px;right:-18px;width:42%;height:42%;border:2px solid var(--gold-500);content:''}.start-plan__image img{position:relative;z-index:1;width:100%;aspect-ratio:4/3;border-radius:var(--radius-lg);object-fit:cover}.start-plan h2{color:var(--on-dark)}.start-plan__content>p{margin:1.2rem 0 1.8rem;color:var(--text-on-dark)}.start-plan ul{margin:0;padding:0;list-style:none}.start-plan li{display:grid;grid-template-columns:minmax(120px,.45fr) 1fr;gap:1rem;padding:1.05rem 0;border-top:1px solid var(--line-on-dark)}.start-plan li strong{color:var(--gold-200)}.start-plan li span{color:var(--text-on-dark);font-size:.9rem}
.guide-picks{background:var(--surface)}.section-intro--row{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:2rem}.section-intro--row>a{display:inline-flex;align-items:center;gap:.55rem;flex:0 0 auto;font-size:.9rem;font-weight:700}.section-intro--row>a span::before,.section-intro--row>a span::after{color:var(--forest-700)}
.guide-picks__grid{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:repeat(2,225px);gap:18px}.guide-pick{position:relative;display:block;min-height:0;overflow:hidden;border-radius:var(--radius);color:var(--on-dark);text-decoration:none}.guide-pick--large{grid-row:1/3}.guide-pick::after{position:absolute;inset:0;background:linear-gradient(0deg,var(--overlay-dark),transparent 70%);content:''}.guide-pick img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.guide-pick>span{position:absolute;z-index:2;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:1.4rem}.guide-pick strong{color:var(--on-dark);font-family:var(--display);font-size:1.35rem;line-height:1.2}.guide-pick small{margin-top:.35rem;color:var(--text-on-dark);font-size:.83rem}.guide-pick:hover{color:var(--on-dark)}.guide-pick:hover img{transform:scale(1.035)}

/* Long-form guides: header-image and standalone-image hero structures */
body:not(.home-page){background:var(--canvas-deep)}body:not(.home-page)>article{width:var(--article-shell);margin:clamp(2rem,5vw,4.5rem) auto;padding:0 0 clamp(2.5rem,6vw,5rem);background:var(--surface);box-shadow:var(--shadow)}
article>header{display:grid;grid-template-columns:minmax(0,1fr);gap:1.3rem;padding:clamp(2rem,6vw,4.5rem) clamp(1.4rem,6vw,5rem);color:var(--on-dark);background:var(--forest-950)}
article>header:has(.hero-img){position:relative;display:flex;min-height:570px;flex-direction:column;justify-content:end;padding:clamp(2.4rem,6vw,5rem);overflow:hidden;isolation:isolate}article>header:has(.hero-img)::after{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,var(--overlay-dark) 0%,var(--overlay-mid) 48%,var(--overlay-light) 82%),linear-gradient(0deg,var(--overlay-mid),transparent 55%);content:''}article>header h1{max-width:15ch;color:var(--on-dark);font-size:clamp(2.45rem,5vw,4.4rem)}article>header:has(.hero-img) h1{max-width:14ch;font-size:clamp(2.7rem,4.2vw,4rem)}article>header .hero-img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;min-height:0;margin:0;border-radius:0;object-fit:cover}.byline{max-width:72ch;margin:0;color:var(--text-on-dark);font-size:.91rem;line-height:1.55}article>header:has(.hero-img) .byline{max-width:58ch;margin-top:1.1rem}
.affiliate-disclosure,.disclosure{position:relative;max-width:var(--reading);margin:2rem auto;padding:1rem 1.2rem 1rem 2.8rem;border:1px solid var(--disclosure-line);border-radius:var(--radius-sm);color:var(--disclosure-ink);background:var(--disclosure-canvas);font-size:.79rem;line-height:1.55}.affiliate-disclosure::before,.disclosure::before{position:absolute;top:1.15rem;left:1.2rem;width:10px;height:10px;border:2px solid var(--gold-500);border-radius:50%;content:''}
article>.hero-img{width:min(900px,calc(100% - 48px));max-height:520px;margin:2rem auto;border-radius:var(--radius);object-fit:cover}
article>main,article>.faq,article>footer{width:min(var(--reading),calc(100% - 48px));margin-inline:auto}article main{padding-top:.4rem}article main h2{margin-top:clamp(3.5rem,8vw,5.5rem);margin-bottom:1.15rem;color:var(--forest-950);font-size:clamp(2rem,4vw,2.85rem)}article main>h2:first-child{margin-top:2.5rem}article main h3{margin-top:2.7rem;margin-bottom:.8rem;color:var(--forest-800)}article main p,article>.faq p{margin-bottom:1.35rem;color:var(--ink-soft);font-size:1.04rem;line-height:1.79}article main li{margin-bottom:.65rem}article main a{font-weight:600}
.product-cards,.product-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:2rem 0}.product-card,.comp-card{position:relative;margin:2rem 0;padding:clamp(1.5rem,4vw,2.35rem);overflow:hidden;border-radius:var(--radius);color:var(--on-dark);background:var(--forest-900)}.product-card::after,.comp-card::after{position:absolute;top:-60px;right:-60px;width:150px;height:150px;border:1px solid var(--gold-500);border-radius:50%;content:'';opacity:.35}.product-card h3,.product-card .product-card-title,.comp-card h3{position:relative;z-index:1;margin:0 0 .8rem;color:var(--on-dark)}.product-card p,.comp-card p{position:relative;z-index:1;color:var(--text-on-dark);font-size:.96rem}.product-card a:not(.tour-card__cta),.comp-card a:not(.tour-card__cta){color:var(--gold-200)}.tour-card__cta{position:relative;z-index:2;margin-top:.4rem}.product-card img,.product-card-img,.comp-card-img{width:calc(100% + 4.7rem);max-width:none;height:260px;margin:-2.35rem -2.35rem 1.6rem;object-fit:cover}
.featured-image{margin:2.5rem 0;overflow:hidden;border-radius:var(--radius)}.featured-image img{width:100%;max-height:500px;object-fit:cover}.featured-image figcaption{padding:.65rem 1rem;color:var(--ink-muted);background:var(--canvas-deep);font-size:.78rem}
.verdict,.honesty{margin:2.2rem 0;padding:1.4rem 1.5rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--canvas-deep)}.verdict-label{display:inline-block;margin-bottom:.6rem;color:var(--clay-700);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.honesty h4{margin-bottom:.5rem;color:var(--clay-700);font-family:var(--body);font-size:1rem;letter-spacing:0}
.explore-more{margin-top:4.5rem;padding:2rem;border-radius:var(--radius);background:var(--canvas-deep)}.explore-more h3{margin-top:0;color:var(--forest-950)}.explore-more ul{margin:1.1rem 0 0;padding:0;list-style:none}.explore-more li{padding:.75rem 0;border-top:1px solid var(--line)}.explore-more a{display:block;color:var(--forest-800);font-weight:650;text-decoration:none}
article>.faq{margin-top:4.8rem;padding-top:3.2rem;border-top:1px solid var(--line)}.faq h2{margin-bottom:1.5rem;color:var(--forest-950)}.faq p,.faq-item{padding:1.1rem 0;border-bottom:1px solid var(--line)}.faq p strong,.faq-item h3{display:block;margin-bottom:.55rem;color:var(--ink);font-family:var(--body);font-size:1rem;letter-spacing:0}
article>footer{position:relative;margin-top:4rem;padding:2rem 2rem 2rem 5.8rem;border-radius:var(--radius);background:var(--forest-950)}article>footer::before{position:absolute;top:2rem;left:2rem;display:grid;width:48px;height:48px;place-items:center;border-radius:50%;color:var(--forest-950);background:var(--gold-500);content:var(--identity-author-mark);font-family:var(--wordmark);font-weight:var(--type-wordmark-weight)}article>footer p{margin:0;color:var(--text-on-dark);font-size:.88rem;line-height:1.6}

/* Site footer */
.site-footer{padding:3.5rem max(20px,calc((100% - 1180px)/2));color:var(--text-on-dark);background:var(--forest-950);border-top:1px solid var(--line-on-dark)}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:.7rem 3rem;align-items:start}.footer-wordmark{color:var(--on-dark);font-family:var(--wordmark);font-size:1.25rem;font-weight:800;text-decoration:none}.footer-tagline{margin:0;color:var(--text-on-dark-soft);font-size:.88rem}.footer-links{display:flex;grid-column:2;grid-row:1/3;flex-wrap:wrap;gap:.7rem 1.4rem}.footer-links a{color:var(--text-on-dark);font-size:.88rem;text-decoration:none}.footer-disclosure{grid-column:1/-1;max-width:94ch;margin:2.2rem 0 0;padding-top:1.4rem;border-top:1px solid var(--line-on-dark);color:var(--text-on-dark-soft);font-size:.76rem;line-height:1.6}

/* One bounded entrance animation; motion is disabled below when requested. */
@media (prefers-reduced-motion:no-preference){.home-hero__copy,.home-hero__media{animation:fleet-enter .8s var(--ease) both}.home-hero__media{animation-delay:.08s}@keyframes fleet-enter{from{opacity:.4;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}

@media (max-width:900px){
  :root{--shell:min(100% - 32px,1180px)}.nav-toggle{display:block}.nav-links{position:fixed;z-index:102;top:var(--nav-height);right:0;left:0;display:block;max-height:calc(100vh - var(--nav-height));margin:0;overflow:hidden;background:var(--forest-950);border-top:1px solid var(--line-on-dark);opacity:0;transform:translateY(-12px);visibility:hidden;transition:transform .3s var(--ease),opacity .2s ease,visibility 0s linear .3s;pointer-events:none}.nav-links.nav-open{padding:.6rem 20px 1.2rem;overflow-y:auto;opacity:1;transform:translateY(0);visibility:visible;transition-delay:0s;pointer-events:auto}.nav-links a{min-height:48px;padding:.82rem 0;border-bottom:1px solid var(--line-on-dark);font-family:var(--display);font-size:1.25rem}.nav-links a::after{display:none}.nav-scrim{position:fixed;z-index:90;inset:var(--nav-height) 0 0;display:block;background:var(--overlay-dark);opacity:0;pointer-events:none;transition:opacity .2s ease}.nav-scrim.open{opacity:1;pointer-events:auto}.home-hero{min-height:0;grid-template-columns:1fr 1fr}.home-hero__copy{padding:4rem 2.5rem 3rem 24px}.home-hero__media{min-height:570px}.home-hero h1{font-size:clamp(3rem,6.6vw,4.5rem)}.start-plan{grid-template-columns:1fr}.start-plan__image img{max-height:560px}article>header:has(.hero-img){min-height:520px}
}
@media (max-width:680px){
  body{font-size:16px}.site-nav,.nav-inner{min-height:var(--nav-height-mobile)}.nav-logo{font-size:1.1rem}.nav-logo::before{width:6px;height:22px;margin-right:9px}.nav-links{top:var(--nav-height-mobile);max-height:calc(100vh - var(--nav-height-mobile))}.nav-scrim{inset-block-start:var(--nav-height-mobile)}
  .home-hero{display:flex;flex-direction:column}.home-hero__copy{max-width:none;order:2;padding:1.7rem 20px 1.9rem}.home-hero__copy::after{display:none}.home-hero h1{max-width:10ch;font-size:clamp(2.55rem,11vw,3.2rem)}.home-hero h1::after{margin:.75rem 0}.home-hero__copy>p{font-size:1rem}.home-author{margin-top:1.15rem}.home-hero__media{min-height:220px;order:1}.home-hero__media figcaption{right:14px;bottom:12px}.trust-strip{width:100%;grid-template-columns:1fr;padding:.45rem 20px 1.2rem;background:var(--surface)}.trust-strip p{justify-content:flex-start;padding:.55rem 0}.trust-strip p+p{border-top:1px solid var(--line);border-left:0}.home-section{padding:4.5rem 20px}.base-guide::before,.base-item__arrow{display:none}.base-item{min-height:0;grid-template-columns:92px minmax(0,1fr);gap:1rem;padding:1rem 0}.base-item img{height:92px;border-radius:10px}.base-item__body strong{font-size:1.45rem}.base-item__body span{font-size:.84rem;line-height:1.45}.start-plan{gap:2.3rem}.start-plan__image::before{top:-10px;right:-10px}.start-plan li{grid-template-columns:1fr;gap:.25rem}.section-intro--row{display:block}.section-intro--row>a{margin-top:1.2rem}.guide-picks__grid{grid-template-columns:1fr;grid-template-rows:330px 220px 220px}.guide-pick--large{grid-row:auto}
  body:not(.home-page)>article{width:100%;margin:0;box-shadow:none}article>header{padding:2.8rem 20px}article>header h1{font-size:clamp(2.35rem,12vw,3.45rem)}article>header:has(.hero-img){min-height:560px;padding:2.4rem 20px}article>header:has(.hero-img)::after{background:linear-gradient(0deg,var(--overlay-dark) 0%,var(--overlay-mid) 58%,var(--overlay-light) 100%)}article>header:has(.hero-img) h1{max-width:12ch;font-size:clamp(2.35rem,10.5vw,3rem)}article>header:not(:has(.hero-img)) .byline{margin-top:.25rem}.affiliate-disclosure,.disclosure{width:calc(100% - 32px);margin:1.4rem auto}article>.hero-img{width:calc(100% - 32px);max-height:360px;margin:1.4rem auto}article>main,article>.faq,article>footer{width:calc(100% - 40px)}article main h2{margin-top:3.7rem;font-size:clamp(1.9rem,9vw,2.45rem)}article main h3{margin-top:2.5rem}article main p,article>.faq p{font-size:1rem;line-height:1.72}.product-card,.comp-card{margin-inline:-4px;padding:1.4rem}.product-card img,.product-card-img,.comp-card-img{width:calc(100% + 2.8rem);margin:-1.4rem -1.4rem 1.3rem}.tour-card__cta{width:100%}.explore-more{padding:1.45rem}article>footer{padding:5.4rem 1.4rem 1.6rem}article>footer::before{top:1.4rem;left:1.4rem}.footer-inner{grid-template-columns:1fr}.footer-links{grid-column:1;grid-row:auto;gap:.55rem 1.1rem;margin-top:.7rem}.footer-disclosure{margin-top:1.5rem}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}
/* ═══════════════════════════════════════════════════════════════════
 * VINESANDPLATES GENERATOR ADAPTATION RULES (24 classes)
 * Port: Field Guide template → vinesandplates generator output.
 * Garden theme: deep wine primary, terracotta accent, Fraunces display.
 * These classes are emitted by page_generator.py but not covered by the
 * Field Guide template; each gets a rule using the Garden token block.
 * Gate 2.1 requires 43/43 class coverage (19 template + 24 here).
 * ═══════════════════════════════════════════════════════════════════ */

/* Author close (P251 two-level pattern) */
.author-block{margin-top:var(--space-2xl);padding:var(--space-xl) 0;border-top:1px solid var(--line-light);display:flex;gap:1rem;align-items:flex-start}
.author-info{display:flex;flex-direction:column;gap:.35rem}
.author-info h3{margin:0;font-family:var(--display);font-size:1.2rem;font-weight:700;color:var(--ink)}
.last-updated{font-size:.82rem;color:var(--ink-muted);font-style:italic}
.author-title{font-size:.9rem;color:var(--ink-soft);font-weight:600}

/* Article shell variants */
.article-header{margin-bottom:var(--space-xl)}
.article-header .byline{margin-top:.5rem}
.article-footer{margin-top:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid var(--line-light);color:var(--ink-soft);font-size:.95rem}
.article-meta{font-size:.85rem;color:var(--ink-muted);margin-bottom:var(--space-md)}

/* Product cards (dark editorial panels per Field Guide contract) */
.product-card{background:var(--palette-primary);color:var(--on-dark);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.35rem);box-shadow:var(--shadow)}
.product-card h3{color:var(--on-dark);font-family:var(--display)}
.product-card h3 a{color:var(--on-dark)}
.product-card p{color:var(--text-on-dark)}
.card-rounded{border-radius:var(--radius-lg)}
.rating{display:inline-block;margin:.5rem 0;padding:.35rem .75rem;border-radius:var(--radius-pill);background:var(--palette-primary-pale);color:var(--palette-primary);font-size:.88rem;font-weight:600;line-height:1.4}
/* P6-C: Thai-anatomy card components (price, rating, duration, best-for/not-for) */
.card-rating{position:relative;z-index:1;margin:.4rem 0 .2rem;color:var(--text-on-dark-soft);font-size:.95rem;font-weight:600;letter-spacing:.01em}
.card-rating .card-duration{color:var(--text-on-dark-soft);font-weight:400;opacity:.85}
.card-price{position:relative;z-index:1;margin:.15rem 0 .5rem;color:var(--gold-200);font-size:1.05rem;font-weight:700}
.card-best-for,.card-not-for{position:relative;z-index:1;margin:.35rem 0;padding:.5rem .85rem;border-left:3px solid var(--palette-action);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--palette-primary-mid);color:var(--text-on-dark);font-size:.92rem;line-height:1.5}
.card-not-for{border-left-color:var(--clay-500);background:var(--clay-600)}
.article-card .cta,.product-card .cta{display:inline-block;margin-top:1rem;padding:.8rem 1.4rem;border-radius:var(--radius-sm);background:var(--palette-action);color:var(--on-dark);font-weight:600;text-decoration:none}
.article-card .cta:hover,.product-card .cta:hover{background:var(--palette-action-dark);transform:translateY(-1px);color:var(--on-dark)}
/* P6-C: article-card / tour-card legacy anatomy on editorial pages (Gate 4.1 residual) */
.tour-card__image-wrap{margin:-2.35rem -2.35rem 1.6rem;overflow:hidden;border-radius:var(--radius-md) var(--radius-md) 0 0}
.tour-card__image{width:100%;height:260px;object-fit:cover;display:block}
.tour-card__title{margin:0 0 .6rem;color:var(--on-dark);font-family:var(--display);font-size:1.35rem;line-height:1.25}
.tour-card__meta{margin:.3rem 0 .7rem;color:var(--text-on-dark-soft);font-size:.88rem}
.tour-card__badge{display:inline-block;padding:.22rem .6rem;border-radius:var(--radius-pill);background:var(--palette-primary-pale);color:var(--palette-primary);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.tour-card__body{margin:.6rem 0;color:var(--text-on-dark);font-size:.95rem;line-height:1.6}
.card-body,.product-card-body{position:relative;z-index:1}
.price,.price-range{display:inline-block;margin:.25rem 0 .5rem;color:var(--gold-200);font-size:1rem;font-weight:700}
.cross-regions{display:inline-block;margin-left:.4rem;padding:.15rem .5rem;border-radius:var(--radius-pill);background:var(--palette-primary-mid);color:var(--text-on-dark-soft);font-size:.78rem}
.region-fixed,.region-fix-notice{font-size:.85rem;color:var(--text-on-dark-soft);margin:.4rem 0}
.span-bold{font-weight:700;color:var(--on-dark)}
.footer-fine{font-size:.78rem;color:var(--text-on-dark-soft);margin-top:.5rem}
.product-image{aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-md);margin-bottom:1rem;background:var(--palette-primary-mid)}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.booking-note{font-size:.8rem;color:var(--text-on-dark-soft);margin-top:.6rem}
.tour-card__cta{display:inline-block;margin-top:1rem;padding:.8rem 1.4rem;border-radius:var(--radius-sm);background:var(--palette-action);color:var(--on-dark);font-weight:700;text-decoration:none;transition:background .2s var(--ease),transform .2s var(--ease)}
.tour-card__cta:hover{background:var(--palette-action-dark);transform:translateY(-1px);color:var(--on-dark)}

/* Footer sections grid (Ft5 Statement + region columns) */
.footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-xl);width:100%}
.footer-section h4{font-family:var(--display);font-size:1rem;font-weight:700;color:var(--on-dark);margin:0 0 .8rem}
.footer-section .footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}
.footer-section .footer-links a{color:var(--text-on-dark-soft);text-decoration:none;font-size:.92rem}
.footer-section .footer-links a:hover{color:var(--on-dark);text-decoration:underline}
.copyright{font-size:.8rem;color:var(--text-on-dark-soft);margin-top:var(--space-lg)}

/* Content figures & injected images (Viator-only per P255) */
.content-img{margin:var(--space-xl) 0;border-radius:var(--radius-md);overflow:hidden}
.content-img img{width:100%;height:auto;display:block}
.injected-product-image{border-radius:var(--radius-md);overflow:hidden;margin:var(--space-lg) 0}
.injected-product-image img{width:100%;height:auto;display:block}
.product-image-figure{margin:var(--space-lg) 0}
.product-image-figure img{width:100%;height:auto;border-radius:var(--radius-md)}
.hero-figure{margin:0 0 var(--space-xl)}
.hero-figure img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:var(--radius-lg)}
.inline-img{border-radius:var(--radius-md);margin:var(--space-md) 0}
.inline-img img{width:100%;height:auto}

/* Trust & sign-off */
.trust-badges{display:flex;gap:.8rem;flex-wrap:wrap;margin:var(--space-xl) 0;padding:var(--space-md);background:var(--canvas-deep);border-radius:var(--radius-md)}
.trust-badges span{font-size:.85rem;color:var(--ink-soft);font-weight:600;padding:.4rem .9rem;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--line-light)}
.sign-off{font-style:italic;color:var(--ink-soft);margin-top:var(--space-lg)}

/* Residual wrappers — layout-only, no visual invention */
.site-header{display:block}
.nav-container{display:contents}
.product-cards-section{margin:var(--space-xl) 0}

/* Header-only pages (barossa-guide etc.) — ensure article header readable */
.article-header .hero-img{margin-bottom:0}
