:root {
  --ink: #0e3028;
  --ink-deep: #08231d;
  --paper: #f5f3ed;
  --white: #ffffff;
  --mist: #e9ede7;
  --line: rgba(14, 48, 40, .16);
  --gold: #c99a35;
  --muted: #566962;
  --radius: 18px;
  --shadow: 0 26px 70px rgba(8, 35, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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: -80px; z-index: 100; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: 172px; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .footer-links a, .footer-cookie-link { font: 600 .79rem/1 "Manrope", sans-serif; text-decoration: none; letter-spacing: .02em; }
.site-nav a { position: relative; padding: 12px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--ink); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 8px; padding: 12px 0; font: 600 .79rem/1 "Manrope", sans-serif; letter-spacing: .02em; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nav-dropdown[open] summary::after { transform: rotate(225deg) translate(-1px, -1px); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 8px); left: -22px; z-index: 20; display: none; width: 270px; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(6, 26, 21, .13); }
.nav-dropdown[open] .nav-dropdown-menu { display: grid; }
.site-nav .nav-dropdown-menu a { padding: 13px 12px; line-height: 1.35; }
.site-nav .nav-dropdown-menu a::after { display: none; }
.site-nav .nav-dropdown-menu a:hover, .site-nav .nav-dropdown-menu a:focus-visible, .site-nav .nav-dropdown-menu a[aria-current="page"] { background: rgba(23, 82, 67, .08); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; padding: 10px; border: 0; background: none; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font: 600 .74rem/1 "Manrope", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--ink-deep); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .68rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 600 .76rem/1.3 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .08em; text-underline-offset: 6px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font: 600 .68rem/1.2 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.68); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1, h2 { letter-spacing: -.045em; }

.hero { padding: 66px 0 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; }
.hero-copy h1 { max-width: 670px; margin: 0; font-size: clamp(3rem, 4.7vw, 5rem); line-height: 1.01; font-weight: 600; }
.hero-copy h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: var(--muted); font: 500 clamp(1.08rem, 1.5vw, 1.3rem)/1.55 "Manrope", sans-serif; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero-scope { margin: 28px 0 0; color: var(--muted); font-size: .8rem; letter-spacing: .035em; }
.hero-visual { position: relative; min-height: 570px; }
.hero-visual::before { content: ""; position: absolute; inset: -20px 26px 20px -20px; border: 1px solid rgba(201,154,53,.6); border-radius: var(--radius); }
.hero-visual img { position: relative; width: 100%; height: 570px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.inspection-card { position: absolute; right: -26px; bottom: 26px; width: min(300px, calc(100% - 30px)); padding: 22px 24px; background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.inspection-card-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.inspection-card-top span { font: 600 .67rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .11em; }
.inspection-card-top strong { color: var(--gold); font: 600 .7rem/1 "Manrope", sans-serif; }
.inspection-card ul { display: grid; gap: 10px; margin: 15px 0 0; padding: 0; list-style: none; }
.inspection-card li { display: flex; align-items: center; gap: 9px; font: 500 .78rem/1.3 "Manrope", sans-serif; }
.inspection-card i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.proof { padding: 95px 0 100px; background: var(--white); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; }
.section-intro h2 { max-width: 660px; margin: 0; font-size: clamp(2.5rem, 4vw, 4.3rem); line-height: 1.06; font-weight: 600; }
.proof-lead { max-width: 470px; margin: 52px 0 0; color: var(--muted); font-size: 1.05rem; }
.proof-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 66px; border-top: 1px solid var(--line); }
.proof-point { min-height: 220px; padding: 30px 34px 0 0; }
.proof-point + .proof-point { padding-left: 34px; border-left: 1px solid var(--line); }
.proof-point > span, .service > span { color: var(--gold); font: 600 .7rem/1 "Manrope", sans-serif; letter-spacing: .1em; }
.proof-point h3 { margin: 22px 0 12px; font-size: 1.13rem; line-height: 1.35; }
.proof-point p { margin: 0; color: var(--muted); font-size: .94rem; }

.services { padding: 110px 0; color: var(--white); background: var(--ink); }
.services-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.services-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 4.5vw, 4.7rem); line-height: 1.02; font-weight: 600; }
.services-heading > p { margin: 0; color: rgba(255,255,255,.68); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.service { min-height: 280px; padding: 30px 26px 0 0; }
.service + .service { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.2); }
.service h3 { min-height: 62px; margin: 24px 0 14px; font-size: 1.08rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .02em; }
.service p { margin: 0; color: rgba(255,255,255,.68); font-size: .91rem; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--white); font: 600 .68rem/1.4 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .08em; text-underline-offset: 5px; }

.inspection { padding: 112px 0; background: var(--paper); }
.inspection-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.inspection-copy { position: sticky; top: 125px; }
.inspection-copy h2 { max-width: 470px; margin: 0 0 26px; font-size: clamp(2.7rem, 4vw, 4.3rem); line-height: 1.04; font-weight: 600; }
.inspection-copy > p:not(.eyebrow) { max-width: 470px; margin: 0 0 30px; color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.check-list div { min-height: 120px; padding: 24px 24px 22px 0; border-bottom: 1px solid var(--line); }
.check-list div:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--line); }
.check-list span { color: var(--gold); font: 600 .68rem/1 "Manrope", sans-serif; }
.check-list p { margin: 14px 0 0; font: 500 .95rem/1.5 "Manrope", sans-serif; }

.report { padding: 108px 0; background: var(--white); }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.report-sheet { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(-1deg); }
.report-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.report-head small, .report-head strong { display: block; }
.report-head small { color: var(--gold); font: 600 .68rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.report-head strong { margin-top: 9px; font: 600 1.5rem/1.2 "Manrope", sans-serif; }
.report-head > span { padding: 7px 10px; background: var(--ink); color: var(--white); border-radius: 999px; font: 600 .6rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.report-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.report-meta p { margin: 0; font: 500 .85rem/1.4 "Manrope", sans-serif; }
.report-meta small { display: block; margin-bottom: 6px; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.report-row { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 18px; min-height: 68px; border-bottom: 1px solid var(--line); }
.report-row p { margin: 0; font: 500 .86rem/1.35 "Manrope", sans-serif; }
.status { display: inline-flex; justify-content: center; padding: 6px 8px; border-radius: 99px; font: 600 .58rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.status-pass { background: #dbe9df; color: #205a3e; }
.status-review { background: #f4e4bc; color: #745612; }
.report-foot { padding-top: 20px; color: var(--muted); font-size: .73rem; }
.report-copy h2 { margin: 0 0 28px; font-size: clamp(2.7rem, 4vw, 4.4rem); line-height: 1.04; font-weight: 600; }
.report-copy > p { margin: 0 0 22px; color: var(--muted); }
.report-copy .note, .thailand-copy .note { padding: 18px 0 0 22px; border-left: 2px solid var(--gold); color: var(--ink); font-weight: 500; }

.process { padding: 112px 0; color: var(--white); background: var(--ink-deep); }
.process-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.process-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); line-height: .96; font-weight: 600; }
.process-heading > p { max-width: 490px; margin: 0; color: rgba(255,255,255,.68); }
.process-list { border-top: 1px solid rgba(255,255,255,.2); }
.process-item { display: grid; grid-template-columns: 70px 290px 1fr; gap: 32px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-item > span { color: var(--gold); font: 600 .75rem/1.6 "Manrope", sans-serif; }
.process-item h3 { margin: 0; font-size: 1.16rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .02em; }
.process-item p { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); }

.thailand { padding: 120px 0; }
.thailand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.thailand-visual { position: relative; }
.thailand-visual img { width: 100%; height: 630px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.market-tag { position: absolute; right: -32px; bottom: 36px; min-width: 190px; padding: 22px 24px; background: var(--white); border-radius: 12px; box-shadow: var(--shadow); }
.market-tag span { display: block; color: var(--gold); font: 600 .65rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .13em; }
.market-tag strong { display: block; margin-top: 9px; font: 600 1.4rem/1 "Manrope", sans-serif; }
.thailand-copy h2 { margin: 0 0 30px; font-size: clamp(2.7rem, 4vw, 4.4rem); line-height: 1.04; font-weight: 600; }
.thailand-copy > p { margin: 0 0 20px; color: var(--muted); }
.thailand-copy .note { margin-top: 28px; }

.conversation { padding: 82px 0 86px; color: var(--white); background: var(--ink); text-align: center; }
.conversation-inner { display: flex; flex-direction: column; align-items: center; }
.conversation .eyebrow { justify-content: center; }
.conversation h2 { max-width: 900px; margin: 0; font-size: clamp(2.7rem, 4.4vw, 4.6rem); line-height: 1.03; font-weight: 600; }
.conversation p:not(.eyebrow) { max-width: 740px; margin: 26px auto 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.conversation-actions { display: flex; justify-content: center; gap: 14px; margin-top: 36px; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--gold); border-color: var(--gold); color: var(--ink-deep); }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.58); }
.button-outline-light:hover { background: var(--white); color: var(--ink); }

.contact { padding: 104px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy h2 { margin: 0 0 26px; font-size: clamp(2.7rem, 4vw, 4.35rem); line-height: 1.04; font-weight: 600; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.contact-points { display: grid; max-width: 440px; margin-top: 32px; border-top: 1px solid var(--line); }
.contact-points p { display: flex; align-items: center; gap: 16px; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); font: 500 .86rem/1.4 "Manrope", sans-serif; }
.contact-points span { color: var(--gold); font-size: .67rem; letter-spacing: .08em; }
.email-links { display: grid; gap: 14px; margin-top: 24px; }
.email-links > div { display: grid; gap: 3px; }
.email-links > div > span { color: var(--muted); font: 600 .68rem/1.4 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.email-link { display: inline-flex; gap: 10px; width: fit-content; font: 600 .9rem/1.4 "Manrope", sans-serif; text-underline-offset: 5px; }
.contact-form { display: grid; gap: 23px; padding: 44px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 9px; font: 600 .72rem/1.4 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .07em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 2px; border: 0; border-bottom: 1px solid rgba(14,48,40,.35); border-radius: 0; outline: none; background: transparent; color: var(--ink); font: 400 1rem/1.4 "Inter", sans-serif; text-transform: none; letter-spacing: 0; }
.contact-form textarea { min-height: 126px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font: 400 .78rem/1.5 "Inter", sans-serif; text-transform: none; letter-spacing: 0; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.submit-button { width: 100%; margin-top: 3px; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: -7px 0 0; color: var(--muted); text-align: center; font-size: .75rem; }
.form-success { color: #205a3e; font-weight: 600; }
.form-error { color: #8c2f22; font-weight: 600; }
.consent a { text-underline-offset: 3px; }

.site-footer { color: rgba(255,255,255,.72); background: #061a15; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 56px 0 36px; }
.footer-brand { width: 175px; filter: brightness(0) invert(1); opacity: .92; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 25px; }
.footer-cookie-link { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; }
.footer-cookie-link:hover, .footer-cookie-link:focus-visible { color: var(--white); text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; padding: 28px 0 44px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { margin: 0; font-size: .7rem; line-height: 1.7; }
.footer-bottom p:first-child { max-width: 830px; }
.footer-bottom p:last-child { white-space: nowrap; }

.legal-main { min-height: calc(100vh - 82px); padding: 88px 0 110px; background: var(--white); }
.legal-wrap { max-width: 860px; }
.legal-wrap h1 { margin: 0 0 28px; font: 600 clamp(3rem, 5vw, 5rem)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.legal-wrap h2 { margin: 42px 0 12px; font: 600 1.28rem/1.4 "Manrope", sans-serif; letter-spacing: -.02em; }
.legal-wrap p { margin: 0 0 18px; color: var(--muted); }
.legal-wrap ul { margin: 0 0 22px; padding-left: 1.35rem; color: var(--muted); }
.legal-wrap li { margin: 0 0 12px; padding-left: .25rem; }
.legal-wrap code { padding: .12rem .35rem; background: var(--paper); border: 1px solid var(--line); border-radius: 3px; color: var(--ink); font-size: .9em; }
.legal-wrap a { color: var(--ink); text-underline-offset: 4px; }

.about-hero { padding: 92px 0 104px; overflow: hidden; background: var(--white); }
.about-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: end; }
.about-hero h1 { max-width: 790px; margin: 0; font-size: clamp(3.6rem, 7vw, 7rem); line-height: .94; font-weight: 600; }
.about-hero h1 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.about-hero-copy { padding: 34px 0 8px 34px; border-left: 2px solid var(--gold); }
.about-hero-copy p { max-width: 520px; margin: 0 0 26px; color: var(--muted); font-size: 1.05rem; }
.about-foundation { padding: 108px 0; color: var(--white); background: var(--ink-deep); }
.about-foundation-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; }
.about-foundation h2 { max-width: 490px; margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.7rem); line-height: 1.02; font-weight: 600; }
.about-foundation-copy { display: grid; gap: 28px; }
.about-foundation-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 1rem; }
.about-principles { padding: 110px 0; background: var(--paper); }
.about-principles-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.about-principles-heading h2 { margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.5rem); line-height: 1.03; font-weight: 600; }
.about-principles-heading > p { margin: 0; color: var(--muted); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle { min-height: 280px; padding: 30px 28px 0 0; }
.principle + .principle { padding-left: 28px; border-left: 1px solid var(--line); }
.principle > span { color: var(--gold); font: 600 .68rem/1 "Manrope", sans-serif; }
.principle h3 { margin: 28px 0 14px; font-size: 1.12rem; text-transform: uppercase; letter-spacing: .02em; }
.principle p { margin: 0; color: var(--muted); font-size: .91rem; }
.about-role { padding: 110px 0; background: var(--white); }
.about-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about-role h2 { margin: 0; font-size: clamp(2.8rem, 4.4vw, 4.5rem); line-height: 1.03; font-weight: 600; }
.about-role-copy { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.about-role-copy p { margin: 0 0 18px; color: var(--muted); }
.about-role-copy p:last-child { margin-bottom: 0; }

.service-page-hero { padding: 90px 0 105px; background: var(--white); }
.service-page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.service-page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.3rem, 6.4vw, 6.5rem); line-height: .96; font-weight: 600; }
.service-page-intro { padding: 28px 0 6px 32px; border-left: 2px solid var(--gold); }
.service-page-intro p { margin: 0 0 26px; color: var(--muted); font-size: 1.04rem; }
.service-detail { padding: 108px 0; background: var(--paper); }
.service-detail-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.service-detail h2 { margin: 0; font-size: clamp(2.7rem, 4.3vw, 4.4rem); line-height: 1.03; font-weight: 600; }
.service-detail-copy { display: grid; gap: 22px; }
.service-detail-copy p { margin: 0; color: var(--muted); }
.scope-list { margin-top: 18px; border-top: 1px solid var(--line); }
.scope-list div { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.scope-list span { color: var(--gold); font: 600 .68rem/1.6 "Manrope", sans-serif; }
.scope-list p { color: var(--ink); font: 500 .92rem/1.5 "Manrope", sans-serif; }
.service-boundary { padding: 96px 0; color: var(--white); background: var(--ink-deep); }
.service-boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.service-boundary h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1.05; font-weight: 600; }
.service-boundary p { margin: 0; color: rgba(255,255,255,.7); }

.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; z-index: 1000; right: 24px; bottom: 24px; left: 24px; color: var(--white); }
.cookie-banner__content { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; width: min(1120px, 100%); margin: 0 auto; padding: 24px 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: var(--ink-deep); box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.cookie-banner h2 { margin: 0 0 6px; font-size: 1rem; letter-spacing: -.01em; }
.cookie-banner p { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.55; }
.cookie-banner a { color: var(--white); text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; gap: 10px; }
.cookie-button { min-height: 42px; padding: 0 17px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--ink-deep); font: 600 .67rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.cookie-button--secondary { border-color: rgba(255,255,255,.5); background: transparent; color: var(--white); }
.cookie-button:hover, .cookie-button:focus-visible { filter: brightness(1.08); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px 24px 34px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary { justify-content: space-between; width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-dropdown-menu { position: static; width: 100%; padding: 4px 0 10px 18px; border: 0; box-shadow: none; }
  .site-nav .nav-dropdown-menu a { padding: 14px 0; font-size: .92rem; }
  .site-nav .nav-dropdown-menu a:hover, .site-nav .nav-dropdown-menu a:focus-visible, .site-nav .nav-dropdown-menu a[aria-current="page"] { background: transparent; color: var(--green); }
  .hero-grid, .inspection-grid, .report-grid, .thailand-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-hero-grid, .about-foundation-grid, .about-role-grid, .service-page-hero-grid, .service-detail-grid, .service-boundary-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-principles-heading { grid-template-columns: 1fr; gap: 28px; }
  .hero-grid { gap: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-visual, .hero-visual img { min-height: 500px; height: 500px; }
  .services-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service { border-bottom: 1px solid rgba(255,255,255,.2); }
  .service:nth-child(3) { padding-left: 0; border-left: 0; }
  .inspection-copy, .contact-copy { position: static; }
  .inspection-grid, .report-grid, .thailand-grid { gap: 60px; }
  .report-sheet { max-width: 680px; }
  .process-heading { grid-template-columns: 1fr; gap: 28px; }
  .process-item { grid-template-columns: 60px 240px 1fr; }
  .thailand-visual { max-width: 720px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 32px, 1180px); }
  .brand { width: 150px; }
  .hero { padding: 48px 0 64px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-actions, .conversation-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { justify-content: center; min-height: 50px; text-align: center; }
  .hero-visual, .hero-visual img { min-height: 420px; height: 420px; }
  .hero-visual::before { inset: -12px 12px 12px -12px; }
  .inspection-card { right: 12px; bottom: 15px; }
  .proof, .services, .inspection, .report, .process, .thailand, .contact { padding: 78px 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-lead { margin-top: 28px; }
  .proof-points { grid-template-columns: 1fr; margin-top: 48px; }
  .proof-point, .proof-point + .proof-point { min-height: auto; padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service, .service + .service, .service:nth-child(3) { min-height: auto; padding: 26px 0 30px; border-left: 0; }
  .service h3 { min-height: 0; }
  .check-list { grid-template-columns: 1fr; }
  .check-list div, .check-list div:nth-child(even) { min-height: auto; padding: 22px 0; border-left: 0; }
  .report-sheet { padding: 24px 20px; transform: none; }
  .process-item { grid-template-columns: 42px 1fr; gap: 17px; }
  .process-item p { grid-column: 2; }
  .thailand-visual img { height: 470px; }
  .market-tag { right: 14px; bottom: 18px; }
  .conversation { padding: 68px 0; }
  .conversation-actions .button { width: 100%; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 20px; }
  .footer-top, .footer-bottom { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; gap: 18px 24px; }
  .footer-bottom { gap: 22px; }
  .about-hero, .about-foundation, .about-principles, .about-role, .service-page-hero, .service-detail, .service-boundary { padding: 78px 0; }
  .service-page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .service-page-intro { padding: 24px 0 0 22px; }
  .about-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .about-hero-copy { padding: 24px 0 0 22px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle, .principle + .principle { min-height: auto; padding: 26px 0 30px; border-left: 0; border-bottom: 1px solid var(--line); }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; }
  .cookie-banner__content { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .cookie-banner__actions { flex-direction: column-reverse; }
  .cookie-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
