:root {
  --navy-950: #192725;
  --navy-900: #263936;
  --navy-800: #314944;
  --navy-700: #4b625d;
  --gold: #c99a52;
  --gold-light: #efd6aa;
  --cream: #f3eadf;
  --paper: #fffdf9;
  --ink: #283633;
  --muted: #6d7773;
  --line: rgba(40, 54, 51, .12);
  --line-dark: rgba(255, 255, 255, .14);
  --green: #08b74f;
  --serif: "Mitr", "Anuphan", system-ui, sans-serif;
  --sans: "Anuphan", "Noto Sans Thai", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(65, 49, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: white; color: var(--navy-900); padding: 10px 16px; border-radius: 6px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 82px; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; background: rgba(7, 26, 43, .96); box-shadow: 0 10px 35px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(214,180,106,.55); border-radius: 50%; }
.brand-mark svg { width: 24px; height: 24px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: flex; flex-direction: column; line-height: 1.3; }
.brand-text strong { font-family: var(--serif); font-weight: 500; font-size: 17px; letter-spacing: .02em; }
.brand-text small { font-size: 10px; letter-spacing: .14em; color: rgba(255,255,255,.62); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 32px; }
.site-nav a { position: relative; font-size: 14px; color: rgba(255,255,255,.76); font-weight: 500; transition: color .2s; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .2s; }
.site-nav a:hover { color: white; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: flex; align-items: center; gap: 10px; }
.header-phone svg { width: 19px; height: 19px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-phone span { display: flex; flex-direction: column; line-height: 1.25; }
.header-phone small { font-size: 10px; color: rgba(255,255,255,.58); }
.header-phone strong { font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.nav-toggle { display: none; }

.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 2px; padding: 13px 22px; font-weight: 600; font-size: 15px; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-sm { min-height: 42px; padding: 9px 17px; font-size: 13px; }
.btn-line { color: white; background: var(--green); }
.btn-line:hover { background: #079b44; }
.btn-gold { color: var(--navy-950); background: var(--gold); box-shadow: 0 12px 30px rgba(214,180,106,.2); }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { color: white; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.04); }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,.08); }
.line-dot { display: grid; place-items: center; width: 34px; height: 22px; color: white; background: var(--green); border-radius: 4px; font-size: 8px; font-weight: 800; letter-spacing: -.02em; }

.hero { position: relative; min-height: 880px; padding-top: 82px; color: white; background: var(--navy-900); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 800px; height: 800px; left: -370px; top: 40px; border: 1px solid rgba(214,180,106,.12); border-radius: 50%; box-shadow: 0 0 0 140px rgba(214,180,106,.025), 0 0 0 280px rgba(214,180,106,.018); }
.hero-pattern { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, black 30%, black 100%); }
.hero-grid { position: relative; z-index: 1; min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding-top: 58px; }
.hero-copy { padding: 28px 0 50px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--gold-light); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9a7435; }
.hero h1, .section h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.19; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(44px, 5.3vw, 72px); max-width: 660px; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 590px; margin: 26px 0 30px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-note { margin: 18px 0 0; font-size: 12px; color: rgba(255,255,255,.5); }
.domain-note { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 16px 0 0; color: #65716c; font-size: 12px; }
.domain-note span { color: #8f632e; font-weight: 600; }
.domain-note strong,
.domain-note b { padding: 6px 10px; color: var(--ink); background: rgba(255,253,249,.72); border: 1px solid rgba(40,54,51,.12); border-radius: 999px; font-weight: 600; line-height: 1.2; }
.hero-visual { position: relative; height: 620px; align-self: end; }
.hero-visual::before { content: ""; position: absolute; inset: 28px -40px -28px 55px; border: 1px solid rgba(214,180,106,.22); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; filter: saturate(.78) contrast(1.05); box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(4,17,29,.42)); pointer-events: none; }
.rate-card { position: absolute; z-index: 2; left: -56px; top: 58px; width: 190px; padding: 21px 24px; color: var(--navy-950); background: var(--gold); box-shadow: 0 18px 45px rgba(4,17,29,.3); }
.rate-card span, .rate-card small { display: block; }
.rate-card span { font-size: 12px; font-weight: 600; }
.rate-card strong { display: block; margin: -3px 0 -2px; font-family: var(--serif); font-size: 56px; line-height: 1.1; font-weight: 500; }
.rate-card sup { font-size: 22px; }
.rate-card small { font-size: 11px; }
.speed-card { position: absolute; z-index: 3; right: -20px; bottom: 28px; display: flex; align-items: center; gap: 12px; max-width: 250px; padding: 15px 18px; color: white; background: rgba(7,26,43,.92); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(4,17,29,.24); }
.speed-card svg { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.speed-card span { display: flex; flex-direction: column; line-height: 1.45; }
.speed-card strong { font-size: 14px; }
.speed-card small { font-size: 10px; color: rgba(255,255,255,.62); }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy-800); border-top: 1px solid var(--line-dark); }
.trust-strip > div { display: flex; align-items: center; gap: 18px; min-height: 120px; padding: 24px 32px; border-right: 1px solid var(--line-dark); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip > div > span { font-family: var(--serif); font-size: 28px; color: var(--gold); opacity: .78; }
.trust-strip p { display: flex; flex-direction: column; margin: 0; line-height: 1.5; }
.trust-strip strong { font-size: 14px; font-weight: 600; }
.trust-strip small { margin-top: 2px; color: rgba(255,255,255,.54); font-size: 11px; }

.section-heading h2, .process h2 { font-size: clamp(36px, 4.2vw, 54px); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.split-heading > p { max-width: 480px; margin: 0 0 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 58px; }
.service-card { position: relative; min-height: 360px; padding: 42px; background: white; border: 1px solid var(--line); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(7,26,43,.1); border-color: rgba(214,180,106,.55); }
.service-card.featured { color: white; background: var(--navy-900); border-color: var(--navy-900); }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(16,32,46,.06); border-radius: 50%; right: -80px; top: -80px; }
.service-card.featured::after { border-color: rgba(214,180,106,.16); box-shadow: 0 0 0 50px rgba(214,180,106,.025); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(214,180,106,.4); }
.service-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; }
.service-number { position: absolute; top: 40px; right: 40px; margin: 0; color: var(--gold); font-family: var(--serif); font-size: 18px; }
.service-card h3 { margin: 28px 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.3; }
.service-card > p:not(.service-number) { max-width: 480px; margin: 0; color: var(--muted); }
.service-card.featured > p:not(.service-number) { color: rgba(255,255,255,.64); }
.service-card a { position: absolute; left: 42px; bottom: 35px; color: #9a7435; font-size: 14px; font-weight: 600; }
.service-card.featured a { color: var(--gold-light); }
.service-card a span { margin-left: 7px; }
.asset-types { display: grid; grid-template-columns: 160px 1fr; align-items: center; margin-top: 22px; padding: 20px 28px; border: 1px solid var(--line); background: var(--cream); }
.asset-types > p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; }
.asset-types ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.asset-types li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.asset-types svg { width: 22px; height: 22px; fill: none; stroke: #9a7435; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

.process { color: white; background: var(--navy-900); }
.process-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 115px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 26px; color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(214,180,106,.42); padding-bottom: 4px; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 12px 0 42px; margin-bottom: 30px; border-bottom: 1px solid var(--line-dark); }
.steps li:last-child { margin-bottom: 0; }
.step-number { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(214,180,106,.5); color: var(--gold); font-family: var(--serif); font-size: 18px; }
.steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.steps p { max-width: 500px; margin: 0; color: rgba(255,255,255,.58); }

.clarity { padding: 78px 0; background: var(--cream); }
.clarity-grid { display: grid; grid-template-columns: .72fr 1.18fr .9fr; align-items: center; gap: 70px; }
.clarity-number { padding: 10px 42px 12px 0; border-right: 1px solid rgba(16,32,46,.18); }
.clarity-number span, .clarity-number small { display: block; color: var(--muted); }
.clarity-number span { font-size: 12px; font-weight: 600; }
.clarity-number strong { display: block; margin: -5px 0 -11px; color: var(--navy-900); font-family: var(--serif); font-size: 82px; line-height: 1.2; font-weight: 500; }
.clarity-number sup { color: #9a7435; font-size: 28px; }
.clarity-number small { font-size: 13px; }
.clarity-copy h2 { font-size: clamp(32px, 3.8vw, 45px); }
.clarity-copy > p:last-child { margin: 15px 0 0; color: var(--muted); }
.clarity-checks { display: grid; gap: 14px; }
.clarity-checks p { display: flex; align-items: center; gap: 11px; margin: 0; font-size: 14px; font-weight: 600; }
.clarity-checks span { width: 25px; height: 25px; display: grid; place-items: center; color: #8c6a31; border: 1px solid rgba(154,116,53,.45); border-radius: 50%; font-size: 12px; }

.quick-answers { background: #f8f2e9; }
.answer-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 88px; }
.answer-heading h2 { font-size: clamp(38px, 4.2vw, 54px); }
.answer-heading > p { max-width: 520px; margin: 0 0 7px; color: var(--muted); }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 52px 0 0; }
.answer-grid > div { padding: 28px 30px; background: rgba(255,253,249,.92); border: 1px solid rgba(76,67,53,.11); border-radius: 20px; box-shadow: 0 12px 38px rgba(69,49,27,.04); }
.answer-grid dt { margin-bottom: 8px; color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 500; }
.answer-grid dd { margin: 0; color: var(--muted); }
.official-sources { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; margin-top: 20px; padding: 34px 38px; color: white; background: #344a45; border-radius: 24px; }
.official-sources h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.4; }
.official-sources p:not(.mini-label) { margin: 0; color: rgba(255,255,255,.68); }
.source-links { display: grid; gap: 10px; }
.source-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 17px; color: #f7e3bd; border: 1px solid rgba(240,211,160,.24); border-radius: 13px; font-size: 13px; font-weight: 600; transition: background .2s, border-color .2s; }
.source-links a:hover { background: rgba(255,255,255,.06); border-color: rgba(240,211,160,.5); }
.legal-note { max-width: 920px; margin: 18px auto 0; color: #7a817e; text-align: center; font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq .section-heading { position: sticky; top: 120px; align-self: start; }
.faq .section-heading > p:last-child { max-width: 390px; margin-top: 20px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 4px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.45; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 24px; height: 24px; flex: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; background: #9a7435; transition: transform .2s; }
.accordion summary span::before { width: 14px; height: 1px; left: 5px; top: 11px; }
.accordion summary span::after { width: 1px; height: 14px; left: 11px; top: 5px; }
.accordion details[open] summary span::after { transform: rotate(90deg); }
.accordion details p { margin: -6px 48px 25px 4px; color: var(--muted); }

.contact { padding: 86px 0; color: white; background: var(--navy-800); border-top: 1px solid var(--line-dark); }
.contact-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.contact h2 { font-size: clamp(38px, 4.5vw, 58px); }
.contact-domain { max-width: 430px; margin: 18px 0 0; color: rgba(255,255,255,.64); font-size: 14px; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 104px; padding: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); transition: background .2s, border-color .2s, transform .2s; }
.contact-option:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); border-color: rgba(214,180,106,.48); }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(214,180,106,.38); }
.contact-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contact-icon.line { color: white; background: var(--green); border: 0; }
.contact-icon.line b { font-size: 9px; }
.contact-option > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.5; }
.contact-option small { color: rgba(255,255,255,.54); font-size: 11px; }
.contact-option strong { font-size: 14px; }
.contact-option > b { color: var(--gold); font-size: 15px; }

footer { padding: 44px 0 48px; color: rgba(255,255,255,.58); background: var(--navy-950); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.footer-inner > p { margin: 0; font-size: 11px; line-height: 1.7; }
.footer-inner > p:not(.copyright) { max-width: 660px; }
.copyright { white-space: nowrap; }
.mobile-contact-bar { display: none; }

@media (max-width: 1080px) {
  .header-inner { gap: 24px; }
  .site-nav { gap: 20px; }
  .header-phone { display: none; }
  .hero-grid { gap: 40px; }
  .hero-visual { height: 570px; }
  .rate-card { left: -30px; }
  .process-grid, .faq-grid { gap: 65px; }
  .clarity-grid { gap: 40px; }
  .answer-heading { gap: 50px; }
  .contact-inner { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 82px 0; }
  .site-header, .site-header.scrolled { height: 70px; background: rgba(7,26,43,.97); }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .nav-toggle { position: relative; z-index: 3; width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 1px solid rgba(255,255,255,.18); background: transparent; color: white; }
  .nav-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 36px; background: var(--navy-900); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 28px; color: white; }
  .site-nav a::after { display: none; }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 10px; padding-top: 45px; }
  .hero-copy { padding: 28px 0 42px; }
  .hero h1 { font-size: clamp(45px, 10vw, 64px); }
  .hero-lead { max-width: 620px; }
  .hero-visual { width: calc(100% - 30px); height: 560px; margin-left: 30px; }
  .rate-card { left: -30px; top: 28px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr; margin-top: 45px; }
  .trust-strip > div { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .split-heading, .process-grid, .faq-grid, .clarity-grid, .answer-heading, .official-sources, .contact-inner { grid-template-columns: 1fr; }
  .split-heading { gap: 26px; }
  .service-grid { margin-top: 45px; }
  .asset-types { grid-template-columns: 1fr; gap: 16px; }
  .process-grid, .faq-grid { gap: 50px; }
  .process-intro, .faq .section-heading { position: static; }
  .clarity-grid { gap: 28px; }
  .clarity-number { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid rgba(16,32,46,.18); }
  .answer-heading { gap: 24px; }
  .official-sources { gap: 26px; }
  .contact-inner { gap: 42px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .copyright { margin-top: 4px !important; }
}

@media (max-width: 600px) {
  body { padding-bottom: 66px; }
  .container { width: calc(100% - 32px); }
  .section { padding: 68px 0; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-text strong { font-size: 15px; }
  .hero { min-height: 0; }
  .hero-grid { padding-top: 24px; }
  .hero-copy { padding: 26px 0 28px; }
  .hero h1 { font-size: clamp(40px, 12vw, 52px); line-height: 1.2; }
  .hero-lead { margin: 19px 0 24px; font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .contact-note { font-size: 11px; line-height: 1.6; }
  .domain-note { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-visual { width: calc(100% - 18px); height: 450px; margin-left: 18px; }
  .hero-visual::before { inset: 18px -18px -18px 28px; }
  .rate-card { left: -18px; top: 22px; width: 164px; padding: 15px 18px; }
  .rate-card strong { font-size: 47px; }
  .speed-card { right: -1px; bottom: 15px; max-width: 220px; padding: 12px 14px; }
  .trust-strip { margin-top: 36px; }
  .trust-strip > div { min-height: 89px; padding: 20px 24px; }
  .section-heading h2, .process h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; padding: 32px 28px; }
  .service-number { top: 31px; right: 28px; }
  .service-card a { left: 28px; bottom: 28px; }
  .asset-types { padding: 22px; }
  .asset-types ul { grid-template-columns: 1fr 1fr; gap: 16px 10px; }
  .process-grid, .faq-grid { gap: 40px; }
  .steps li { grid-template-columns: 53px 1fr; gap: 16px; padding-bottom: 32px; margin-bottom: 24px; }
  .step-number { width: 46px; height: 46px; }
  .steps h3 { font-size: 22px; }
  .clarity-number strong { font-size: 68px; }
  .answer-heading h2 { font-size: 36px; }
  .answer-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .answer-grid > div { padding: 24px; }
  .official-sources { padding: 28px 24px; border-radius: 20px; }
  .official-sources h3 { font-size: 24px; }
  .accordion summary { padding: 22px 0; font-size: 19px; }
  .accordion details p { margin-left: 0; margin-right: 30px; }
  .contact { padding: 68px 0; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-option { min-height: 90px; }
  footer { padding-bottom: 44px; }
  .mobile-contact-bar { position: fixed; z-index: 1100; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; color: white; background: var(--navy-950); box-shadow: 0 -8px 25px rgba(4,17,29,.18); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 14px; }
  .mobile-contact-bar a:first-child { color: var(--navy-950); background: var(--gold); }
  .mobile-contact-bar a:last-child { background: var(--green); }
  .mobile-contact-bar svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-contact-bar span { font-size: 9px; }
}

/* Warm, reassuring visual direction */
body { background: var(--paper); }
.section { padding: 118px 0; }
.site-header,
.site-header.scrolled { color: var(--ink); background: rgba(255, 253, 249, .94); border-bottom-color: var(--line); box-shadow: 0 8px 32px rgba(57, 45, 31, .06); backdrop-filter: blur(16px); }
.brand-mark { background: rgba(255,255,255,.7); border-color: rgba(166, 117, 55, .42); }
.brand-text strong { color: var(--ink); }
.brand-text small { color: var(--muted); }
.site-nav a { color: #65706c; }
.site-nav a:hover { color: var(--ink); }
.site-nav a::after { height: 2px; border-radius: 999px; }
.header-phone small { color: var(--muted); }
.header-phone strong { color: var(--ink); }
.btn { border-radius: 12px; }
.btn-line { background: #15956f; box-shadow: 0 10px 26px rgba(21,149,111,.16); }
.btn-line:hover { background: #107c5d; }
.btn-gold { color: #2e332f; background: #d9b16f; box-shadow: 0 12px 28px rgba(164,115,51,.16); }
.btn-gold:hover { background: #e7c98f; }
.btn-outline { color: var(--ink); border-color: rgba(40,54,51,.28); background: rgba(255,255,255,.46); }
.btn-outline:hover { border-color: rgba(40,54,51,.52); background: white; }

.hero { color: var(--ink); background: radial-gradient(circle at 18% 22%, #fffdfa 0, #fff9f0 33%, transparent 66%), linear-gradient(135deg, #fffdf9 0%, #f7ede0 64%, #ecd9bd 100%); }
.hero::before { border-color: rgba(174,125,61,.11); box-shadow: 0 0 0 140px rgba(174,125,61,.022), 0 0 0 280px rgba(174,125,61,.016); }
.hero-pattern { opacity: .28; background-image: linear-gradient(rgba(109,80,43,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(109,80,43,.045) 1px, transparent 1px); }
.hero .eyebrow { color: #93672f; }
.hero h1 { color: var(--ink); font-weight: 500; }
.hero h1 em { color: #a87330; }
.hero-lead { color: #65716c; }
.contact-note { color: #7a837f; }
.hero-visual::before { border-color: rgba(161,112,49,.28); border-radius: 28px; }
.hero-visual img { border-radius: 28px; filter: saturate(.78) contrast(.97) sepia(.07); }
.hero-visual::after { border-radius: 28px; background: linear-gradient(180deg, transparent 55%, rgba(29,39,37,.28)); }
.rate-card { background: #e8ca93; border-radius: 18px; box-shadow: 0 18px 42px rgba(68,48,25,.19); }
.speed-card { border-radius: 16px; background: rgba(38,57,54,.94); }
.trust-strip { color: var(--ink); background: rgba(255,253,249,.86); border: 1px solid rgba(78,67,52,.1); border-radius: 22px 22px 0 0; box-shadow: 0 -14px 42px rgba(69,49,27,.07); backdrop-filter: blur(14px); overflow: hidden; }
.trust-strip > div { border-right-color: var(--line); }
.trust-strip small { color: var(--muted); }
.eyebrow { letter-spacing: .08em; }
.eyebrow.dark { color: #93672f; }
.hero h1,
.section h2,
.contact h2 { letter-spacing: -.012em; }

.services { background: #fffdf9; }
.service-card { border-radius: 24px; border-color: rgba(76,67,53,.11); box-shadow: 0 12px 42px rgba(69,49,27,.045); }
.service-card.featured { background: #344a45; border-color: #344a45; }
.service-card:hover { box-shadow: 0 22px 55px rgba(69,49,27,.09); }
.service-icon { border-radius: 14px; background: rgba(236,214,177,.25); }
.asset-types { border-radius: 18px; background: #f6efe6; }

.process { color: var(--ink); background: #f0e7db; }
.process .eyebrow { color: #93672f; }
.process-intro > p:not(.eyebrow) { color: var(--muted); }
.process .text-link { color: #8f632e; border-bottom-color: rgba(143,99,46,.35); }
.steps li { border-bottom-color: rgba(40,54,51,.13); }
.steps h3 { color: var(--ink); }
.steps p { color: var(--muted); }
.step-number { color: #9b6f36; background: rgba(255,253,249,.6); border-color: rgba(155,111,54,.35); border-radius: 14px; }

.clarity { background: #fffdf9; border-bottom: 1px solid var(--line); }
.clarity-number { border-right-color: rgba(40,54,51,.13); }
.clarity-checks span { background: #fbf5ea; }
.faq { background: #faf6f0; }
.accordion details { border-top-color: rgba(40,54,51,.12); }
.accordion details:last-child { border-bottom-color: rgba(40,54,51,.12); }

.stories { position: relative; background: #f3eadf; overflow: hidden; }
.stories::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -260px; border: 1px solid rgba(161,112,49,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(161,112,49,.025), 0 0 0 180px rgba(161,112,49,.018); }
.story-heading { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 88px; }
.story-heading h2 { font-size: clamp(38px, 4.2vw, 54px); }
.story-heading > p { max-width: 500px; margin: 0 0 7px; color: var(--muted); }
.story-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; margin-top: 54px; }
.story-card { position: relative; padding: 38px; background: rgba(255,253,249,.94); border: 1px solid rgba(76,67,53,.11); border-radius: 26px; box-shadow: 0 16px 50px rgba(69,49,27,.055); }
.story-featured { min-height: 610px; display: flex; flex-direction: column; }
.story-label { display: flex; align-items: center; gap: 11px; color: #8d642f; font-size: 13px; font-weight: 600; }
.story-label span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: #a8783c; border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.story-card h3 { margin: 25px 0 15px; color: var(--ink); font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.45; }
.story-summary { max-width: 570px; margin: 0; color: var(--muted); font-size: 17px; }
.story-details { display: grid; gap: 0; margin: 32px 0; }
.story-details > div { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.story-details > div:last-child { border-bottom: 1px solid var(--line); }
.story-details dt { color: #8d642f; font-size: 13px; font-weight: 700; }
.story-details dd { margin: 0; color: #596560; }
.story-link { align-self: flex-start; margin-top: auto; color: #805927; border-bottom: 1px solid rgba(128,89,39,.35); font-weight: 600; font-size: 14px; }
.story-link span { margin-left: 5px; }
.story-side { display: grid; grid-template-rows: 1fr auto; gap: 22px; }
.story-compact p { margin: 0; color: var(--muted); }
.story-note { display: flex; flex-direction: column; gap: 3px; margin-top: 27px; padding: 18px 20px; background: #f6eee3; border-radius: 16px; }
.story-note b { color: #8d642f; font-size: 12px; }
.story-note span { font-size: 14px; font-weight: 600; }
.trust-note { padding: 33px 36px; color: white; background: #344a45; border-radius: 26px; }
.mini-label { margin: 0; color: #e5c791; font-size: 12px; font-weight: 600; letter-spacing: .07em; }
.trust-note h3 { margin: 12px 0 20px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.45; }
.trust-note ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.trust-note li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: 14px; }
.trust-note li span { width: 22px; height: 22px; display: grid; place-items: center; flex: none; color: #f0d3a0; border: 1px solid rgba(240,211,160,.4); border-radius: 50%; font-size: 10px; }
.review-policy { margin: 22px 0 0; padding-top: 18px; color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; line-height: 1.7; }
.story-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; padding: 24px 28px; background: rgba(255,253,249,.84); border: 1px solid rgba(76,67,53,.11); border-radius: 20px; }
.story-cta > div { display: flex; align-items: center; gap: 14px; }
.story-cta-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: #8d642f; background: #f2e3cd; border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.story-cta p { display: flex; flex-direction: column; margin: 0; line-height: 1.55; }
.story-cta strong { font-size: 15px; }
.story-cta small { color: var(--muted); font-size: 12px; }
.btn-soft { color: var(--ink); background: white; border-color: rgba(40,54,51,.2); }
.btn-soft:hover { background: #f8f3eb; }

.portfolio { background: #fffdf9; overflow: hidden; }
.portfolio-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 88px; }
.portfolio-heading h2 { font-size: clamp(38px, 4.2vw, 54px); }
.portfolio-heading > p { max-width: 520px; margin: 0 0 7px; color: var(--muted); }
.portfolio-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 44px; }
.portfolio-toolbar > p { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--muted); font-size: 13px; }
.portfolio-toolbar > p strong { color: #805927; font-weight: 600; }
.portfolio-arrows { display: flex; gap: 9px; }
.portfolio-arrows button { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--ink); background: white; border: 1px solid rgba(40,54,51,.18); border-radius: 50%; cursor: pointer; transition: color .2s, background .2s, border-color .2s, opacity .2s; }
.portfolio-arrows button:hover:not(:disabled) { color: white; background: #405852; border-color: #405852; }
.portfolio-arrows button:disabled { opacity: .32; cursor: default; }
.portfolio-arrows svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.portfolio-track { display: flex; align-items: flex-start; gap: 20px; margin: 18px -6px 0; padding: 10px 6px 30px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scroll-padding-inline: 6px; scrollbar-width: none; }
.portfolio-track::-webkit-scrollbar { display: none; }
.portfolio-track:focus-visible { outline: 3px solid rgba(201,154,82,.62); outline-offset: 5px; border-radius: 18px; }
.portfolio-card { aspect-ratio: 3 / 4; flex: 0 0 calc((100% - 60px) / 4); display: grid; place-items: center; margin: 0; overflow: hidden; background: #ede4d8; border: 1px solid rgba(76,67,53,.11); border-radius: 20px; box-shadow: 0 14px 38px rgba(69,49,27,.06); scroll-snap-align: start; scroll-snap-stop: always; transition: transform .22s, box-shadow .22s, border-color .22s; }
.portfolio-card:hover { transform: translateY(-4px); border-color: rgba(161,112,49,.25); box-shadow: 0 20px 48px rgba(69,49,27,.09); }
.portfolio-card img { width: 100%; height: 100%; display: block; object-fit: contain; background: #ede4d8; }
.portfolio-note { max-width: 900px; margin: 24px auto 0; color: #7c827f; text-align: center; font-size: 12px; }

.mock-reviews { background: #faf6f0; }
.review-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.review-heading h2 { font-size: clamp(38px, 4.2vw, 54px); }
.mock-disclosure { display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; background: #f6eee3; border: 1px solid rgba(141,100,47,.15); border-radius: 18px; }
.mock-icon { width: 30px; height: 30px; display: grid; place-items: center; flex: none; color: #835b29; background: #ead4b3; border-radius: 50%; font-family: var(--serif); font-size: 14px; }
.mock-disclosure p { display: flex; flex-direction: column; gap: 3px; margin: 0; line-height: 1.55; }
.mock-disclosure strong { color: #65471f; font-size: 14px; }
.mock-disclosure small { color: var(--muted); font-size: 12px; }
.review-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 44px; }
.review-toolbar > p { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--muted); font-size: 13px; }
.review-toolbar > p strong { color: #805927; font-weight: 600; }
.review-arrows { display: flex; gap: 9px; }
.review-arrows button { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--ink); background: white; border: 1px solid rgba(40,54,51,.18); border-radius: 50%; cursor: pointer; transition: color .2s, background .2s, border-color .2s, opacity .2s; }
.review-arrows button:hover:not(:disabled) { color: white; background: #405852; border-color: #405852; }
.review-arrows button:disabled { opacity: .32; cursor: default; }
.review-arrows svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.review-grid { display: flex; gap: 18px; margin: 16px -6px 0; padding: 10px 6px 28px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-grid::-webkit-scrollbar { display: none; }
.review-grid:focus-visible { outline: 3px solid rgba(201,154,82,.62); outline-offset: 5px; border-radius: 18px; }
.review-card { min-height: 302px; flex: 0 0 calc((100% - 36px) / 3); display: flex; flex-direction: column; padding: 28px; background: white; border: 1px solid rgba(76,67,53,.11); border-radius: 22px; box-shadow: 0 14px 42px rgba(69,49,27,.045); scroll-snap-align: start; scroll-snap-stop: always; transition: transform .22s, box-shadow .22s, border-color .22s; }
.review-card:nth-child(3n + 2) { background: #fbf6ef; }
.review-card:hover { transform: translateY(-4px); border-color: rgba(161,112,49,.25); box-shadow: 0 20px 48px rgba(69,49,27,.08); }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.stars { color: #b98238; font-size: 17px; letter-spacing: .13em; line-height: 1; }
.sample-badge { padding: 5px 9px; color: #835b29; background: #f2e4cf; border-radius: 999px; font-size: 10px; font-weight: 700; }
.review-card blockquote { margin: 24px 0 28px; color: #58645f; font-size: 15px; line-height: 1.85; }
.review-person { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.review-avatar { width: 40px; height: 40px; display: grid; place-items: center; flex: none; color: white; background: #405852; border-radius: 50%; font-family: var(--serif); font-size: 11px; }
.review-person p { display: flex; flex-direction: column; margin: 0; line-height: 1.55; }
.review-person strong { color: var(--ink); font-size: 13px; }
.review-person small { color: var(--muted); font-size: 11px; }
.review-footnote { max-width: 820px; margin: 24px auto 0; color: #7c827f; text-align: center; font-size: 12px; }

.contact { background: #314944; }
.contact .eyebrow { color: #efd6aa; }
footer { background: #192725; }
.footer-brand .brand-text strong { color: white; }
.footer-brand .brand-text small { color: rgba(255,255,255,.55); }

@media (max-width: 1080px) {
  .story-heading { gap: 50px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card { padding: 32px; }
  .portfolio-heading,
  .review-heading { gap: 50px; }
  .portfolio-card { flex-basis: calc((100% - 40px) / 3); }
  .review-card { flex-basis: calc((100% - 18px) / 2); }
}

@media (max-width: 820px) {
  .section { padding: 88px 0; }
  .site-header,
  .site-header.scrolled { background: rgba(255,253,249,.97); }
  .nav-toggle { color: var(--ink); border-color: rgba(40,54,51,.2); }
  .site-nav { background: #fffaf3; }
  .site-nav a { color: var(--ink); }
  .story-heading,
  .story-grid,
  .portfolio-heading,
  .review-heading { grid-template-columns: 1fr; }
  .story-heading { gap: 24px; }
  .story-featured { min-height: auto; }
  .story-link { margin-top: 12px; }
  .story-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .story-cta { align-items: flex-start; flex-direction: column; }
  .portfolio-heading,
  .review-heading { gap: 24px; }
  .portfolio-card { flex-basis: calc((100% - 20px) / 2); }
}

@media (max-width: 600px) {
  .section { padding: 72px 0; }
  .hero .eyebrow { font-size: 11px; }
  .hero-visual img,
  .hero-visual::after,
  .hero-visual::before { border-radius: 20px; }
  .trust-strip { border-radius: 18px 18px 0 0; }
  .story-heading h2 { font-size: 36px; }
  .story-grid { margin-top: 38px; }
  .story-side { grid-template-columns: 1fr; }
  .story-card,
  .trust-note { padding: 28px 24px; border-radius: 20px; }
  .story-card h3 { font-size: 25px; }
  .story-summary { font-size: 16px; }
  .story-details > div { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .story-cta { padding: 22px; }
  .story-cta > div:last-child { width: 100%; display: grid; grid-template-columns: 1fr; }
  .portfolio-heading h2,
  .review-heading h2 { font-size: 36px; }
  .portfolio-toolbar,
  .review-toolbar { margin-top: 32px; }
  .portfolio-toolbar > p,
  .review-toolbar > p { align-items: flex-start; flex-direction: column; gap: 2px; }
  .portfolio-arrows button,
  .review-arrows button { width: 42px; height: 42px; }
  .portfolio-track,
  .review-grid { margin-top: 10px; padding-bottom: 22px; }
  .portfolio-track { gap: 14px; }
  .portfolio-card { flex-basis: min(72vw, 280px); border-radius: 18px; }
  .review-card { min-height: 0; flex-basis: min(86vw, 340px); padding: 25px 23px; }
  .mobile-contact-bar { background: #192725; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
