:root {
  --ink: #141414;
  --muted: #666;
  --line: #dededb;
  --paper: #f7f7f5;
  --white: #fff;
  --brand-green: #0ead4d;
  --brand-green-dark: #087c39;
  --brand-red: #e23c23;
  --brand-wood: #88320c;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brand-green-dark); outline-offset: 4px; }
.container { width: min(calc(100% - 64px), var(--max)); margin: auto; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; font-size: 1.18rem; font-weight: 700; letter-spacing: -.04em; }
.wordmark-first { color: var(--brand-wood); }
.wordmark-second { color: var(--brand-red); }
.brand-icon { width: 30px; height: 30px; margin-right: 14px; display: block; object-fit: contain; }
.footer .brand-icon { width: 26px; height: 26px; margin-right: 18px; }
@media (max-width: 800px) {
  .site-header .brand-icon { width: 28px; height: 28px; margin-right: 16px; }
}
.nav-menu { display: flex; gap: 34px; font-size: .88rem; color: #4e4e4b; }
.nav-menu a:hover, .footer a:hover { color: var(--brand-green-dark); }
.menu-toggle { display: none; background: none; border: 0; font: inherit; }

.hero { display: grid; align-items: center; gap: 48px; padding-top: 40px; padding-bottom: 76px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; color: #72726d; }
.hero h1, h2 { margin: 0; letter-spacing: -.07em; line-height: .98; font-size: clamp(3.5rem, 7vw, 6.7rem); font-weight: 500; }
.hero h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 390px; margin: 34px 0 28px; color: var(--muted); font-size: 1.08rem; }
.hero-meta { display: flex; align-items: center; gap: 11px; font-size: .78rem; color: #676762; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-green); }
.divider { height: 16px; border-left: 1px solid #cfcfca; }
.hero-visual { height: 470px; position: relative; display: grid; place-items: center; background: var(--paper); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; width: 1px; height: 100%; background: var(--line); }
.hero-visual::after { content: ""; position: absolute; height: 1px; width: 100%; background: var(--line); }
.orbit { position: absolute; border: 1px solid #c9c9c2; border-radius: 50%; width: 330px; height: 330px; }
.orbit-two { width: 220px; height: 220px; border-color: var(--brand-red); }
.hero-logo { position: relative; z-index: 1; width: 154px; height: 154px; object-fit: contain; filter: drop-shadow(16px 18px 0 rgba(20, 20, 20, .06)); }
.visual-label { position: absolute; font: 11px monospace; color: #767670; letter-spacing: .08em; }
.label-time { top: 25%; left: 18%; color: var(--brand-red); }
.label-place { right: 11%; bottom: 25%; color: var(--brand-wood); }

.section { padding: 150px 0; }
.section-muted { background: var(--paper); }
.split { display: grid; gap: 80px; }
.split h2, .section-intro h2, .split-cases h2, .philosophy h2, .coming-soon h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
.section-copy { max-width: 430px; padding-top: 42px; color: var(--muted); font-size: 1.05rem; }
.section-copy p + p { margin-top: 24px; }
.section-intro { margin-bottom: 70px; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.principles article { min-height: 190px; margin-right: 24px; padding: 25px 24px 10px 0; border-right: 1px solid var(--line); }
.principles article:last-child { border: 0; }
.card-number, .cases span { color: #85857e; font: 11px monospace; letter-spacing: .1em; }
.principles h3, .cases h3 { margin: 45px 0 10px; font-size: 1.35rem; font-weight: 500; }
.principles p, .cases p { margin: 0; color: var(--muted); }

.section-dark { color: var(--white); background: var(--ink); }
.section-dark .eyebrow { color: #a4a49e; }
.dark-lede { max-width: 360px; align-self: end; color: #b5b5ae; font-size: 1.05rem; }
.cases { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 100px; }
.cases > div { padding-top: 18px; border-top: 1px solid #41413e; }
.cases h3 { margin-top: 55px; }
.cases p { color: #a9a9a2; }
.narrow { max-width: 820px; margin-right: auto; margin-left: max(32px, calc((100% - var(--max)) / 2)); }
.philosophy { padding-bottom: 100px; }
.philosophy p:last-child { max-width: 440px; margin: 42px 0 0 auto; color: var(--muted); font-size: 1.05rem; }

.coming-soon { padding: 74px 0; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coming-inner { position: relative; display: flex; align-items: center; justify-content: space-between; padding-left: 32px; }
.coming-inner::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: var(--brand-green); }
.coming-soon .eyebrow { color: var(--brand-green-dark); }
.coming-soon p { margin: 24px 0 0; color: var(--muted); }
.contact { scroll-margin-top: 100px; }
.contact-inner { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 80px; }
.contact-intro, .contact-form, .form-field { min-width: 0; }
.contact-lede { max-width: 300px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.contact-support { margin: 32px 0 0; color: var(--muted); font-size: .9rem; }
.contact-support a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); overflow-wrap: anywhere; }
.contact-support a:hover, .form-privacy a:hover { color: var(--brand-green-dark); }
.contact-form { border-top: 1px solid var(--line); padding-top: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label { font-size: .875rem; font-weight: 600; }
.form-field label span { font-weight: 400; color: var(--muted); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #aaa9a3; border-radius: 2px; padding: 10px 12px; background: var(--white); color: var(--ink); font: inherit; line-height: 1.4; }
.form-field textarea { resize: vertical; min-height: 142px; }
.form-field :is(input, select, textarea):focus-visible { outline: 2px solid var(--brand-green-dark); outline-offset: 3px; }
.form-wide { grid-column: 1 / -1; }
.form-note { font-size: .8rem; color: var(--muted); margin: 0 0 20px; }
.form-field .form-note { margin: 0; }
.form-privacy { margin: 22px 0; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.contact-submit { display: inline-flex; align-items: center; gap: 30px; min-height: 46px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--white); font: inherit; font-size: .9rem; cursor: pointer; }
.contact-submit:hover { background: #333; }
.contact-submit:disabled { opacity: .65; cursor: wait; }
.contact-status { margin: 18px 0 0; font-size: .9rem; overflow-wrap: anywhere; }
.contact-status:empty { margin: 0; }
.contact-status[data-state="success"] { color: var(--brand-green-dark); }
.contact-status[data-state="error"] { color: var(--brand-wood); }
.contact-trap[hidden] { display: none; }
/* Keep the visitor-facing enquiry labels readable in narrow form columns. */
@media (min-width: 481px) and (max-width: 700px) {
  .form-field:has(#contact-enquiry) { grid-column: 1 / -1; }
}
@media (max-width: 360px) {
  #contact-enquiry { width: calc(100% + 24px); margin-inline: -12px; }
}
.footer { padding: 25px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer .wordmark { color: var(--ink); }
.footer-copyright { white-space: nowrap; }

@media (max-width: 800px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .nav { height: 66px; }
  .menu-toggle { color: var(--ink); font-size: .88rem; }
  .nav-menu { flex-direction: column; background: var(--white); }
  .hero { padding-bottom: 80px; }
  .hero-visual { height: 320px; }
  .hero-logo { width: 132px; height: 132px; filter: drop-shadow(12px 14px 0 rgba(20, 20, 20, .06)); }
  .split { gap: 20px; }
  .section { padding: 95px 0; }
  .section-copy { padding-top: 10px; }
  .principles { grid-template-columns: 1fr 1fr; }
  .principles article { min-height: 170px; border-bottom: 1px solid var(--line); }
  .cases { grid-template-columns: 1fr 1fr; gap: 42px 22px; margin-top: 60px; }
  .cases h3 { margin-top: 30px; }
  .narrow { margin-right: auto; margin-left: auto; }
  .philosophy p:last-child { margin-left: 0; }
  .contact-inner { display: block; }
  .contact-form { margin-top: 40px; }
  .coming-inner { padding-left: 24px; }
  .footer-inner { flex-wrap: wrap; align-items: flex-start; gap: 18px 22px; }
  .footer-copyright { order: 3; width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.footer-nav, .footer-social { display: flex; align-items: center; gap: 24px; }
.social-link { display: inline-flex; width: 32px; height: 44px; flex-shrink: 0; align-items: center; justify-content: center; transition: transform .2s ease; }
.social-link:hover { opacity: 1; transform: translateY(-1px); }
.social-icon { display: block; width: 19px; height: 19px; object-fit: contain; }
.policy-page { background: var(--paper); }
.policy-heading { padding: 120px 0 90px; }
.policy-heading h1 { margin: 0; letter-spacing: -.07em; line-height: .98; font-size: clamp(3.4rem, 7vw, 6.7rem); font-weight: 500; }
.policy-heading h1 em { font-family: Georgia, serif; font-weight: 400; }
.policy-updated { margin: 34px 0 0; color: var(--muted); }
.policy-content { max-width: 760px; padding-bottom: 140px; color: #4f4f4b; }
.policy-content p, .policy-content li { font-size: 1.02rem; }
.policy-content h2 { margin: 58px 0 18px; font-size: clamp(1.5rem, 2.4vw, 2.2rem); letter-spacing: -.04em; line-height: 1.15; font-weight: 500; }
.policy-content ul { padding-left: 1.35rem; }
.policy-content li + li { margin-top: 8px; }
.policy-content a { color: var(--brand-green-dark); text-decoration: underline; text-underline-offset: 3px; }

/* Shared reading, navigation and responsive safeguards. */
.skip-link { position: fixed; top: 8px; left: 20px; z-index: 20; padding: 12px 18px; background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
main, section[id] { scroll-margin-top: 96px; }
.hero, .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero > *, .split > *, .principles > *, .cases > * { min-width: 0; }
.hero { min-height: min(820px, calc(100svh - 76px)); }
.hero h1 { font-size: clamp(3.2rem, 6.1vw, 5.5rem); line-height: 1.04; }
.eyebrow { font-size: .75rem; }
.card-number, .cases span { font-size: .75rem; color: #70706b; }
.section-dark .cases span { color: #a9a9a2; }
.principles p, .cases p { font-size: 1rem; }
.footer { font-size: .875rem; color: var(--muted); }
.footer-inner { flex-wrap: wrap; }
.footer-social { gap: 8px; }
.nav-menu a, .footer-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.menu-toggle { min-height: 44px; min-width: 44px; cursor: pointer; }
.policy-content { overflow-wrap: anywhere; }
.coming-soon .eyebrow { margin: 0 0 22px; }
.orbit { max-width: 85%; aspect-ratio: 1; height: auto; }

@media (min-width: 801px) and (max-width: 1100px) {
  .split, .contact-inner { gap: 40px; }
  .contact-inner { grid-template-columns: 1fr; }
  .principles, .cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .hero, .split { grid-template-columns: minmax(0, 1fr); }
  .hero { min-height: auto; padding-top: 64px; }
  .hero h1 { font-size: clamp(2.8rem, 10vw, 4.8rem); }
  .nav { height: auto; min-height: 66px; flex-wrap: wrap; }
  .menu-toggle { display: none; }
  .nav-menu { position: static; display: flex; width: 100%; padding: 12px 0; gap: 4px; border: 0; }
  .nav.is-enhanced .menu-toggle { display: block; }
  .nav.is-enhanced .nav-menu { display: none; }
  .nav.is-enhanced .nav-menu.is-open { display: flex; }
}
@media (max-width: 480px) {
  .form-grid { grid-template-columns: minmax(0, 1fr); }
  .principles, .cases { grid-template-columns: minmax(0, 1fr); }
  .principles article { margin-right: 0; padding-right: 0; border-right: 0; }
  .principles h3 { margin-top: 24px; }
  .footer-social { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .social-link { transition: none; }
  .social-link:hover { transform: none; }
}

@media (max-width: 800px) {
  .footer-nav { gap: 18px; }
  .footer-nav, .footer-social { width: 100%; }
  .footer-social { margin-left: 0; }
  .policy-heading { padding: 88px 0 64px; }
  .policy-content { padding-bottom: 90px; }
}
