/* Shared styles for the localized region landing pages (es/*.html).
   Extracted from portland.html rather than inlined per page: there are five
   of these and counting, and five copies of the same 150 lines is how they
   drift apart. One cached request covers the whole set. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --rg: #04402A; --tan: #C8A96E; --dtan: #8A6A3A;
  --page: #F7F3ED; --card: #FFFFFF; --surf: #F0EBE1;
  --tx: #04402A; --txm: rgba(4,64,42,.65); --txd: rgba(4,64,42,.4);
  --bdr: rgba(4,64,42,.12); --bdrt: rgba(200,169,110,.42);
}

body { font-family: 'DM Sans', sans-serif; background: var(--page); color: var(--tx); line-height: 1.7; }

nav { background: var(--rg); padding: 18px 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid rgba(200,169,110,.18); }
nav a.brand { display: inline-flex !important; align-items: center; gap: 12px; color: var(--tan); text-decoration: none; }
.nav-wordmark { font-family: 'Playfair Display', serif; font-weight: 500; font-size: clamp(20px, 2vw, 24px); letter-spacing: .04em; color: var(--tan); line-height: 1; white-space: nowrap; }
nav a.brand img { display: block; height: 44px; width: auto; }
.crumb { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.crumb a { font-size: 12px; color: rgba(247,243,237,.7); text-decoration: none; letter-spacing: .12em; text-transform: uppercase; }
.crumb a:hover { color: var(--tan); }

/* Language switch — always names the target language in that language, so a
   Spanish speaker looking for English (or vice versa) recognizes it. */
.lang-switch { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--tan) !important; border: 1px solid rgba(200,169,110,.45); border-radius: 100px; padding: 5px 13px; }
.lang-switch:hover { background: rgba(200,169,110,.14); }

.hero { padding: 80px 24px 56px; text-align: center; max-width: 760px; margin: 0 auto; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--dtan); margin-bottom: 16px; }
h1 { font-family: 'Playfair Display', serif; font-weight: 400; font-size: clamp(38px, 6vw, 58px); line-height: 1.06; color: var(--rg); margin-bottom: 18px; }
h1 em { font-style: normal; color: var(--tan); }
.lede { font-size: 17px; color: var(--txm); max-width: 600px; margin: 0 auto 32px; }
.actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { padding: 14px 28px; background: var(--rg); color: var(--tan); border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: .08em; transition: transform .2s, background .2s; }
.btn-primary:hover { background: #254a25; transform: translateY(-2px); }
.btn-ghost { padding: 14px 28px; border: 1.5px solid var(--bdr); border-radius: 100px; color: var(--txm); text-decoration: none; font-weight: 600; font-size: 13px; letter-spacing: .08em; transition: border-color .2s, color .2s; }
.btn-ghost:hover { border-color: var(--tan); color: var(--rg); }

.tbar { background: var(--surf); border-top: 1px solid rgba(4,64,42,.08); border-bottom: 1px solid rgba(4,64,42,.08); padding: 15px 22px; }
.tbar-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 11px 30px; }
.tbar-item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--rg); white-space: nowrap; }
.tbar-item::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border-radius: 50%; background: var(--tan); color: #fff; font-size: 10px; font-weight: 800; flex: none; }

section.local { max-width: 880px; margin: 0 auto; padding: 32px 24px 88px; }
h2 { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 28px; color: var(--rg); margin: 40px 0 12px; }
p { font-size: 15.5px; color: var(--txm); margin-bottom: 14px; }

ul.places { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin: 18px 0; }
ul.places li { background: var(--card); border: 1px solid var(--bdr); border-radius: 10px; padding: 12px 16px; font-size: 14px; color: var(--rg); }

ol.steps { counter-reset: step; list-style: none; padding: 0; margin: 20px 0; }
ol.steps li { position: relative; padding: 2px 0 20px 52px; font-size: 15.5px; color: var(--txm); }
ol.steps li:last-child { padding-bottom: 0; }
ol.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--rg); color: var(--tan); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; }
ol.steps li strong { color: var(--rg); display: block; margin-bottom: 2px; }

.faq-list { margin: 18px 0 4px; }
.faq-list details { background: var(--card); border: 1px solid var(--bdr); border-radius: 12px; padding: 16px 20px; margin-bottom: 10px; }
.faq-list summary { cursor: pointer; font-weight: 600; color: var(--rg); font-size: 15.5px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; float: right; color: var(--tan); font-weight: 700; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details[open] summary { margin-bottom: 10px; }
.faq-list .fa { margin: 0; font-size: 15px; }

/* Honest note about which parts of the funnel are Spanish and which aren't.
   Shown near the CTA so nobody is surprised after they click. */
.lang-note { background: var(--card); border: 1px solid var(--bdrt); border-left: 3px solid var(--tan); border-radius: 10px; padding: 14px 18px; margin: 26px 0 0; }
.lang-note p { margin: 0; font-size: 14.5px; }

.related { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--bdr); }
.related a { display: inline-block; font-size: 14px; color: var(--dtan); font-weight: 600; text-decoration: none; margin: 0 18px 8px 0; border-bottom: 1.5px solid var(--bdrt); }
.related a:hover { color: var(--rg); }

.cta-band { background: var(--rg); color: var(--page); padding: 56px 24px; text-align: center; }
.cta-band h2 { color: var(--page); margin-top: 0; }
.cta-band em { font-style: normal; color: var(--tan); }
.cta-band .btn-primary { background: var(--tan); color: var(--rg); }
.cta-band .btn-primary:hover { background: #d4b87a; }

footer { background: var(--rg); color: rgba(247,243,237,.6); text-align: center; padding: 24px; font-size: 12px; }
footer a { color: var(--tan); margin: 0 8px; text-decoration: none; }

@media (max-width: 600px) {
  nav { padding: 14px 16px; }
  .tbar { padding: 13px 16px; }
  .tbar-item { font-size: 12px; }
  .tbar-inner { gap: 9px 18px; }
  .hero { padding: 56px 20px 44px; }
}
