:root {
  --teal: #003f43;
  --teal-2: #07565c;
  --gold: #c68a16;
  --gold-soft: #ddb45f;
  --cream: #f8f1e6;
  --cream-light: #fffaf2;
  --sage: #a8b5a0;
  --charcoal: #252525;
  --muted: #66635f;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --shadow: 0 22px 60px rgba(0,63,67,.10);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--cream-light); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--teal); font-family: var(--serif); font-weight: 700; letter-spacing: -.025em; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3rem, 5.2vw, 5.7rem); line-height: .98; }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 3.5vw, 3.8rem); line-height: 1.08; }
h3 { margin-bottom: 12px; line-height: 1.3; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; left: 18px; top: 18px; z-index: 1000; padding: 10px 14px; border-radius: 8px; color: white; background: var(--teal); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(198,138,22,.22); background: rgba(255,250,242,.92); backdrop-filter: blur(14px); }
.nav-shell { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; }
.brand-link { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-link img { width: 46px; height: 46px; object-fit: contain; }
.brand-link strong { display: block; color: var(--teal); font-family: var(--serif); font-size: 1.14rem; }
.brand-link small { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .035em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--teal); font-size: .9rem; font-weight: 750; text-decoration: none; }
.nav-cta { padding: 10px 16px; border-radius: 10px; color: white !important; background: var(--teal); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--teal); }

.hero { position: relative; overflow: hidden; padding: 52px 0 0; background: linear-gradient(135deg, #fffaf2 0%, #f9f0e4 100%); }
.hero-river, .hero-leaves { position: absolute; pointer-events: none; user-select: none; }
.hero-river { left: -110px; bottom: 42px; width: 550px; opacity: .27; }
.hero-leaves { right: -70px; bottom: 24px; width: 480px; opacity: .38; }
.hero-shell { position: relative; z-index: 2; overflow: hidden; padding: 62px 66px 0; border: 1px solid rgba(198,138,22,.72); border-radius: 34px 34px 0 0; background: rgba(255,250,242,.66); }
.hero-shell::before { content: ''; position: absolute; inset: 9px 9px auto; height: calc(100% - 18px); border: 1px solid rgba(198,138,22,.34); border-radius: 26px 26px 0 0; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
.hero-copy { padding: 8px 0 46px; }
.eyebrow { margin-bottom: 17px; color: var(--gold); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-lead { max-width: 720px; margin-bottom: 30px; color: #3c3935; font-size: 1.08rem; }
.hero-lead p { margin-bottom: 13px; }
.value-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 30px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.value-row i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal); box-shadow: 0 14px 30px rgba(0,63,67,.18); }
.button-secondary { border-color: rgba(0,63,67,.26); color: var(--teal); background: rgba(255,255,255,.72); }
.reassurance { margin: 16px 0 0; color: var(--muted); font-size: .92rem; }
.hero-mark { display: flex; align-items: center; justify-content: center; }
.hero-mark img { width: min(460px, 100%); filter: drop-shadow(0 22px 50px rgba(0,63,67,.12)); }
.credibility-strip { position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin: 12px -66px 0; padding: 22px 68px 26px; border-top: 1px solid rgba(198,138,22,.35); color: var(--teal); background: rgba(255,255,255,.55); font-size: .8rem; font-weight: 750; }
.credibility-strip span { position: relative; }
.credibility-strip span:not(:last-child)::after { content: ''; position: absolute; right: -16px; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }

.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 70px; }
.section-intro p { max-width: 680px; color: var(--muted); }
.section-intro strong { color: var(--charcoal); }
.practical-section { background: white; }
.principles-panel { padding: 34px; border: 1px solid rgba(198,138,22,.30); border-radius: var(--radius); background: var(--cream-light); box-shadow: var(--shadow); }
.principles-panel article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(198,138,22,.20); }
.principles-panel article:last-child { border-bottom: 0; }
.number { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-family: var(--serif); font-size: 1rem; }
.principles-panel h3 { color: var(--teal); }
.principles-panel p { margin: 0; color: var(--muted); }

.section-heading { max-width: 820px; margin: 0 auto 55px; text-align: center; }
.section-heading p { max-width: 680px; margin-inline: auto; color: var(--muted); }
.services-section { background: #fbf5ec; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card { min-height: 330px; padding: 30px; border: 1px solid rgba(198,138,22,.31); border-radius: var(--radius); background: rgba(255,255,255,.80); box-shadow: 0 15px 38px rgba(0,63,67,.06); }
.service-card h3 { color: var(--teal); font-size: 1.22rem; }
.service-card ul { margin: 0; padding-left: 19px; color: var(--muted); }
.service-card li + li { margin-top: 9px; }
.icon-wrap { display: grid; width: 58px; height: 58px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: var(--gold); background: #fff6e6; }
.icon-wrap svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.service-card-accent { display: flex; flex-direction: column; justify-content: center; color: white; background: var(--teal); }
.service-card-accent h3, .service-card-accent p { color: white; }
.service-card-accent .eyebrow { color: var(--gold-soft); }
.text-link { color: var(--gold-soft); font-weight: 800; text-decoration: none; }

.audience-section { background: white; }
.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.audience-card { padding: 29px 25px; border-top: 3px solid var(--gold); border-radius: 0 0 18px 18px; background: #fbf7f0; }
.audience-card > span { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.audience-card h3 { color: var(--teal); }
.audience-card p { margin: 0; color: var(--muted); }

.experience-section { background: #f7efe4; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.portfolio-card { overflow: hidden; border: 1px solid rgba(198,138,22,.34); border-radius: 18px; background: white; box-shadow: 0 14px 36px rgba(0,63,67,.07); }
.portfolio-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 18px; background: #fffaf2; border-bottom: 1px solid rgba(198,138,22,.22); }
.portfolio-card div { padding: 22px; }
.portfolio-card h3 { color: var(--teal); font-size: 1.05rem; }
.portfolio-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.process-section { background: white; }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 28px 22px; border: 1px solid rgba(198,138,22,.27); border-radius: 18px; background: #fffaf2; }
.process-list li > span { display: grid; width: 54px; height: 54px; margin-bottom: 20px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-family: var(--serif); font-size: 1.3rem; }
.process-list h3 { color: var(--teal); }
.process-list p { margin: 0; color: var(--muted); font-size: .93rem; }

.operator-section { padding: 90px 0; color: white; background: var(--teal); }
.operator-clean { max-width: 980px; text-align: center; }
.operator-section .eyebrow { color: var(--gold-soft); }
.operator-copy h2 { color: white; }
.operator-lead { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.80); }
.operator-benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 36px; }
.operator-benefits article { padding: 24px 20px; border: 1px solid rgba(221,180,95,.48); border-radius: 16px; background: rgba(255,255,255,.055); }
.operator-benefits strong { display: block; margin-bottom: 6px; color: var(--gold-soft); font-family: var(--serif); font-size: 1.35rem; }
.operator-benefits span { color: rgba(255,255,255,.82); font-size: .92rem; }

.contact-section { background: #fffaf2; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 62px; }
.contact-copy > p:not(.eyebrow):not(.reassurance) { color: var(--muted); }
.contact-links { display: grid; gap: 12px; margin-top: 30px; }
.contact-links a { display: grid; padding: 17px 19px; border: 1px solid rgba(198,138,22,.34); border-radius: 12px; background: white; text-decoration: none; }
.contact-links span { color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-links strong { color: var(--teal); overflow-wrap: anywhere; }
.form-area { min-height: 560px; }
.contact-form { padding: 34px; border: 1px solid rgba(198,138,22,.36); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--teal); font-size: .87rem; font-weight: 750; }
.contact-form label small { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(0,63,67,.18); border-radius: 10px; outline: none; color: var(--charcoal); background: #fffdf9; }
.contact-form input { min-height: 48px; padding: 11px 13px; }
.contact-form textarea { min-height: 148px; padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(198,138,22,.11); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.honeypot { position: absolute; left: -9999px; }
.form-button { width: 100%; border: 0; cursor: pointer; }
.form-button:disabled { opacity: .62; cursor: wait; }
.form-status { min-height: 1.5em; margin: 13px 0 0; color: #9d2f2f; font-size: .88rem; }
.form-success { padding: 55px 38px; border: 1px solid rgba(198,138,22,.40); border-radius: var(--radius); background: white; box-shadow: var(--shadow); text-align: center; }
.success-mark { display: grid; width: 66px; height: 66px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 1.8rem; }
.form-success h3 { color: var(--teal); font-family: var(--serif); font-size: 2rem; }

.site-footer { padding: 58px 0 28px; color: white; background: #002f32; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand strong { display: block; font-family: var(--serif); font-size: 1.2rem; }
.footer-brand span { display: block; color: var(--gold-soft); font-size: .72rem; letter-spacing: .10em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-legal { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-legal p { max-width: 760px; margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; }

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

@media (max-width: 1020px) {
  .site-nav { gap: 17px; }
  .hero-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-mark { max-width: 460px; margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .audience-grid, .portfolio-grid, .process-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact-grid { gap: 44px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .section { padding: 78px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); display: none; padding: 18px; border: 1px solid rgba(198,138,22,.30); border-radius: 15px; background: #fffaf2; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 8px 4px; }
  .brand-link small { display: none; }
  .hero { padding-top: 20px; }
  .hero-shell { width: calc(100% - 20px); padding: 44px 26px 0; border-radius: 24px 24px 0 0; }
  .hero-shell::before { inset: 7px 7px auto; height: calc(100% - 14px); border-radius: 18px 18px 0 0; }
  .hero-copy { padding-bottom: 20px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
  .hero-mark { width: 86%; }
  .credibility-strip { margin-inline: -26px; padding-inline: 28px; justify-content: flex-start; }
  .credibility-strip span:not(:last-child)::after { display: none; }
  .service-grid, .audience-grid, .portfolio-grid, .process-list, .operator-benefits, .field-row { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .portfolio-card img { aspect-ratio: 16/10; }
  .contact-form { padding: 25px 20px; }
  .footer-grid, .footer-legal { display: grid; }
  .footer-links { gap: 16px; }
}

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