@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Newsreader:ital,opsz,wght@1,6..72,400;1,6..72,500&display=swap");

:root {
  --jade-950: #073d35;
  --jade-800: #0d5c4d;
  --jade-650: #16806b;
  --jade-100: #d9eee5;
  --mint: #eff9f4;
  --ivory: #fbf8ef;
  --sand: #decba5;
  --sand-light: #f2e7cd;
  --bronze: #9b7044;
  --ink: #18332d;
  --muted: #5f706b;
  --white: #fffefa;
  --line: rgba(13, 92, 77, .18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 55px rgba(7, 61, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.7; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .35; pointer-events: none; background-image: radial-gradient(circle at 10% 20%, rgba(22,128,107,.09), transparent 28%), radial-gradient(circle at 90% 50%, rgba(222,203,165,.25), transparent 30%), url("data:image/svg+xml,%3Csvg width='140' height='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration-color: rgba(13,92,77,.35); text-underline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.2vw, 6.2rem); }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.3rem); }
h3 { font-size: 1.55rem; }
em { color: var(--jade-650); font-family: var(--serif); font-weight: 400; }
.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; top: -100px; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1rem; color: var(--bronze); font-size: .73rem; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.65; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; overflow: hidden; border: 1px solid var(--jade-800); border-radius: 100px; padding: .8rem 1.45rem; color: var(--white); background: var(--jade-800); font: 500 .85rem var(--sans); letter-spacing: .025em; text-decoration: none; cursor: pointer; transition: transform .25s, box-shadow .25s; isolation: isolate; }
.button::before { content: ""; position: absolute; width: 180%; aspect-ratio: 1; z-index: -1; border-radius: 40%; background: linear-gradient(120deg, var(--jade-650), rgba(217,238,229,.35)); transform: translate(-45%, 75%) rotate(0); transition: transform .7s ease; }
.button:hover::before { transform: translate(-5%, 8%) rotate(120deg); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(7,61,53,.2); }
.button.outline { color: var(--jade-800); background: transparent; }
.button.sand { color: var(--jade-950); border-color: var(--sand); background: var(--sand); }
.text-link { display: inline-block; color: var(--jade-800); font-size: .86rem; font-weight: 500; text-decoration: none; }
.text-link span { display: inline-block; margin-left: .35rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.site-header { position: relative; z-index: 20; display: flex; max-width: 1480px; height: 92px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4.5rem); align-items: center; justify-content: space-between; }
.brand { display: flex; gap: .75rem; align-items: center; color: var(--jade-950); font-weight: 500; letter-spacing: -.02em; text-decoration: none; }
.brand svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.brand b { color: var(--bronze); font-weight: 500; }
.site-header nav { display: flex; gap: clamp(1.2rem, 2.4vw, 2.8rem); align-items: center; }
.site-header nav a { font-size: .84rem; font-weight: 400; text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { color: var(--jade-650); }
.nav-cta { border: 1px solid var(--line); border-radius: 100px; padding: .58rem 1.15rem; }
.nav-toggle { display: none; width: 44px; border: 0; padding: 10px; background: none; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--jade-950); }
main { overflow: hidden; }
.hero { display: grid; max-width: 1480px; min-height: calc(100vh - 92px); margin: 0 auto; padding: 4rem clamp(1.25rem, 5vw, 5.5rem) 7rem; grid-template-columns: 1.03fr .82fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.hero h1 { max-width: 780px; margin-bottom: 2rem; }
.hero .lead { max-width: 650px; }
.actions { display: flex; gap: 1.4rem; margin-top: 2.1rem; align-items: center; }
.micro { margin: .8rem 0 0 .3rem; color: var(--muted); font-size: .76rem; }
.hero-visual { position: relative; padding-right: 2rem; }
.image-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 47% 47% 9rem 9rem; box-shadow: var(--shadow), inset 0 0 0 8px rgba(255,255,255,.16); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(217,238,229,.3), transparent 40%, rgba(222,203,165,.18)); mix-blend-mode: screen; }
.image-frame img { width: 100%; height: min(70vh, 760px); }
.hero-note { position: absolute; right: 0; bottom: 10%; display: flex; width: min(330px, 75%); gap: 1rem; border: 1px solid rgba(255,255,255,.65); border-radius: 1.3rem; padding: 1.25rem; background: rgba(251,248,239,.88); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-note span { color: var(--bronze); font: italic 1.6rem var(--serif); }
.hero-note p { margin: 0; font-size: .84rem; line-height: 1.5; }
.band { position: relative; padding: 8rem max(1.25rem, calc((100vw - 1200px)/2)); color: var(--white); text-align: center; background: var(--jade-950); overflow: hidden; }
.band::before { content: ""; position: absolute; inset: -50%; background: radial-gradient(ellipse at 30% 40%, rgba(78,163,140,.35), transparent 22%), radial-gradient(ellipse at 70% 60%, rgba(222,203,165,.18), transparent 20%); animation: mirage 15s ease-in-out infinite alternate; }
@keyframes mirage { to { transform: translate3d(8%, -4%, 0) rotate(4deg); } }
.band > * { position: relative; }
.band h2 { max-width: 900px; margin: 0 auto 1.8rem; }
.band p:last-child { max-width: 650px; margin: auto; color: var(--jade-100); }
.section { max-width: 1320px; margin: 0 auto; padding: 8rem clamp(1.25rem, 4vw, 4rem); }
.section-heading { display: flex; margin-bottom: 3.4rem; gap: 2rem; align-items: end; justify-content: space-between; }
.section-heading h2 { margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card, .post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 9rem 9rem 1.4rem 1.4rem; background: rgba(255,254,250,.7); box-shadow: 0 10px 35px rgba(7,61,53,.04); transition: transform .35s, box-shadow .35s; }
.service-card:hover, .post-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-image { display: block; overflow: hidden; }
.card-image img { width: 100%; height: 310px; transition: transform .7s; }
.card-image:hover img { transform: scale(1.035); }
.card-body { padding: 1.7rem 1.8rem 2rem; }
.card-body h3 a { text-decoration: none; }
.card-body p:not(.eyebrow,.meta) { color: var(--muted); font-size: .92rem; }
.meta { color: var(--bronze); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.quote-section { padding: 8rem max(1.25rem, calc((100vw - 940px)/2)); text-align: center; background: var(--sand-light); }
.quote-mark { color: var(--bronze); font: italic 5rem/1 var(--serif); }
blockquote { margin: 0 0 1.5rem; font: italic clamp(2rem,4vw,3.7rem)/1.2 var(--serif); }
.quote-section p { color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.split.reverse .split-image { order: 2; }
.split-image { overflow: hidden; border-radius: 13rem 13rem 1.5rem 1.5rem; box-shadow: var(--shadow); }
.split-image img { width: 100%; height: 650px; }
.split-copy p { color: var(--muted); }
.check-list { margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: .7rem 0; padding-left: 1.8rem; }
.check-list li::before { content: "◇"; position: absolute; left: 0; color: var(--bronze); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.post-card { border-radius: 1.5rem 7rem 1.5rem 1.5rem; }
.post-card .card-image img { height: 250px; }
.cta-panel { position: relative; max-width: 1180px; margin: 2rem auto 8rem; padding: 6rem clamp(1.5rem,8vw,8rem); color: var(--white); text-align: center; background: linear-gradient(130deg, var(--jade-950), var(--jade-800)); border-radius: 12rem 2rem 12rem 2rem; overflow: hidden; }
.cta-panel::after { content: ""; position: absolute; width: 400px; height: 400px; right: -100px; top: -200px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin-bottom: 1.2rem; }
.cta-panel p:not(.eyebrow) { max-width: 650px; margin: 0 auto 2rem; color: var(--jade-100); }
.page-hero { max-width: 1100px; margin: 0 auto; padding: 8rem 1.5rem 6rem; text-align: center; }
.page-hero h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); }
.page-hero .lead { margin: auto; }
.info-strip { display: grid; max-width: 1180px; margin: 1rem auto 5rem; border-block: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.info-strip div { display: flex; min-height: 130px; padding: 1.8rem; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.info-strip div + div { border-left: 1px solid var(--line); }
.info-strip strong { font-weight: 500; }
.info-strip span { color: var(--muted); font-size: .85rem; }
.narrow { max-width: 900px; text-align: center; }
.narrow p:not(.eyebrow) { margin: 0 auto 2rem; color: var(--muted); }
.detail-hero { display: grid; max-width: 1320px; margin: 0 auto; padding: 6rem clamp(1.25rem,4vw,4rem) 7rem; grid-template-columns: 1fr .9fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.detail-hero img { width: 100%; height: 620px; border-radius: 12rem 12rem 1.5rem 1.5rem; box-shadow: var(--shadow); }
.detail-hero .button { margin-top: 1.2rem; }
.two-col { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(3rem,10vw,10rem); }
.two-col > div:last-child > p { color: var(--muted); font-size: 1.05rem; }
.steps > h2 { max-width: 700px; }
.steps ol { margin: 3rem 0 0; padding: 0; list-style: none; }
.steps li { display: grid; border-top: 1px solid var(--line); padding: 2.2rem 0; grid-template-columns: 120px 1fr; }
.steps li > span, .journey article > span { color: var(--bronze); font: italic 2rem var(--serif); }
.steps li p { color: var(--muted); }
.process-hero { max-width: 1150px; }
.journey { max-width: 1050px; }
.journey article { display: grid; min-height: 350px; border-left: 1px solid var(--line); margin-left: 2rem; padding: 0 0 6rem 5rem; grid-template-columns: 110px 1fr; }
.journey article > span { position: relative; }
.journey article > span::before { content: ""; position: absolute; left: -5.45rem; top: .3rem; width: 13px; height: 13px; border: 5px solid var(--ivory); border-radius: 50%; background: var(--jade-650); box-shadow: 0 0 0 1px var(--jade-650); }
.journey h2 { font-size: clamp(2.2rem,4vw,3.5rem); }
.journey article div > p:not(.eyebrow,.output) { color: var(--muted); font-size: 1.05rem; }
.output { border-left: 2px solid var(--bronze); padding-left: 1.2rem; font-weight: 400; }
.faq details { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.faq summary { font-weight: 500; cursor: pointer; }
.faq details p { margin: 1rem 0 0; font-size: .92rem !important; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.values article { border: 1px solid var(--line); border-radius: 7rem 7rem 1rem 1rem; padding: 4rem 2rem 2rem; text-align: center; background: rgba(255,255,255,.5); }
.values span { color: var(--bronze); font: italic 1.6rem var(--serif); }
.values p { color: var(--muted); }
.article { max-width: 1080px; margin: 0 auto; padding: 7rem 1.5rem; }
.article header { text-align: center; }
.article header h1 { max-width: 950px; margin-inline: auto; font-size: clamp(3rem,5.6vw,5.5rem); }
.article header .lead { margin-inline: auto; }
.article header img { width: 100%; height: 560px; margin: 4rem 0; border-radius: 12rem 12rem 1.5rem 1.5rem; }
.article-body { max-width: 720px; margin: 0 auto; }
.article-body p { color: var(--muted); font-size: 1.04rem; }
.article-body .intro-text { color: var(--ink); font-size: 1.25rem; }
.article-body h2 { margin: 3.5rem 0 1rem; font-size: 2rem; }
.article-body aside { margin-top: 4rem; border: 1px solid var(--line); border-radius: 1.2rem; padding: 2rem; background: var(--mint); }
.article-body aside p { margin-bottom: 0; }
.contact-layout { display: grid; max-width: 1260px; margin: 0 auto; padding: 7rem clamp(1.25rem,4vw,4rem); grid-template-columns: .8fr 1fr; gap: clamp(3rem,8vw,7rem); }
.contact-intro h1 { font-size: clamp(3rem,5.4vw,5.4rem); }
.contact-details { margin-top: 3.5rem; border-top: 1px solid var(--line); }
.contact-details p { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-details span { display: block; color: var(--bronze); font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.form-panel { border: 1px solid rgba(255,255,255,.8); border-radius: 1.5rem 7rem 1.5rem 1.5rem; padding: clamp(1.5rem,4vw,3.5rem); background: rgba(255,254,250,.8); box-shadow: var(--shadow); }
.form-panel h2 { font-size: 2.2rem; }
.contact-form label { display: block; margin-bottom: 1.2rem; font-size: .82rem; font-weight: 500; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, textarea { display: block; width: 100%; margin-top: .35rem; border: 1px solid var(--line); border-radius: .7rem; padding: .85rem 1rem; color: var(--ink); background: var(--white); font: 300 1rem var(--sans); outline: none; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--jade-650); box-shadow: 0 0 0 3px rgba(22,128,107,.12); }
.check { display: flex !important; gap: .7rem; align-items: start; font-weight: 300 !important; }
.check input { width: 17px; height: 17px; margin-top: .3rem; accent-color: var(--jade-800); }
.field-error { display: block; min-height: 1.2em; color: #a23c32; font-weight: 400; }
.has-error input, .has-error textarea { border-color: #a23c32; }
.form-status { margin: 1rem 0 0; font-weight: 500; }
.form-status.success { color: var(--jade-800); }
.form-status.error, .island-error { color: #a23c32; }
.map-note { padding: 7rem 1.5rem; text-align: center; background: var(--jade-100); }
.map-note p:last-child { color: var(--muted); }
.legal { max-width: 950px; margin: 0 auto; padding: 7rem 1.5rem 9rem; }
.legal header { margin-bottom: 5rem; text-align: center; }
.legal header h1 { font-size: clamp(3rem,5vw,5rem); }
.legal header p { color: var(--muted); }
.legal > div { max-width: 740px; margin: auto; }
.legal h2 { margin-top: 3.5rem; font-size: 1.9rem; }
.legal p { color: var(--muted); }
.not-found { min-height: 70vh; padding: 7rem 1.5rem; text-align: center; }
.error-code { margin: 0; color: var(--jade-100); font: italic clamp(8rem,20vw,17rem)/.75 var(--serif); }
.not-found h1 { font-size: clamp(3rem,5vw,5rem); }
.not-found > p:not(.error-code,.eyebrow) { max-width: 570px; margin: 0 auto 2rem; color: var(--muted); }
.site-footer { padding: 5rem max(1.25rem,calc((100vw - 1200px)/2)) 2rem; color: var(--jade-100); background: var(--jade-950); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 5rem; }
.footer-brand { margin-bottom: 1.2rem; color: var(--white); }
.footer-main > div:first-child p { max-width: 440px; }
.footer-main h2 { color: var(--sand); font: 600 .7rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.footer-main a:not(.brand) { display: block; margin: .4rem 0; color: var(--jade-100); text-decoration: none; }
.footer-main p { color: #a6c7bd; font-size: .86rem; }
.footer-bottom { display: flex; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; justify-content: space-between; color: #87aaa0; font-size: .72rem; }
.footer-bottom div { display: flex; gap: 1.3rem; }
.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 50; display: flex; max-width: 1080px; margin: auto; gap: 2rem; border: 1px solid rgba(255,255,255,.8); border-radius: 1.4rem; padding: 1.3rem 1.5rem; align-items: center; justify-content: space-between; background: rgba(251,248,239,.94); box-shadow: 0 20px 70px rgba(7,61,53,.25); backdrop-filter: blur(20px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .84rem; }
.cookie-banner .eyebrow { margin-bottom: .2rem; }
.cookie-actions { display: flex; gap: .6rem; flex-shrink: 0; }
.cookie-actions .button { min-height: 42px; padding: .55rem 1.1rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--delay,0ms), transform .7s var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .nav-toggle { display: block; }
  .site-header nav { position: absolute; top: 70px; right: 1rem; left: 1rem; display: none; border: 1px solid var(--line); border-radius: 1rem; padding: 1.3rem; align-items: stretch; flex-direction: column; gap: .2rem; background: var(--white); box-shadow: var(--shadow); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .65rem; }
  .nav-cta { border-radius: .6rem; text-align: center; background: var(--mint); }
  .hero, .detail-hero, .contact-layout { min-height: auto; padding-top: 4rem; grid-template-columns: 1fr; }
  .hero-visual { max-width: 650px; margin: auto; }
  .card-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .card-grid article:last-child, .post-grid article:last-child { grid-column: 1 / -1; max-width: calc(50% - .75rem); }
  .split, .two-col { grid-template-columns: 1fr; }
  .split.reverse .split-image { order: 0; }
  .journey article { grid-template-columns: 75px 1fr; padding-left: 3rem; }
  .journey article > span::before { left: -3.45rem; }
  .values { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .footer-main > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  h1 { font-size: 3.15rem; }
  h2 { font-size: 2.45rem; }
  .hero { padding-bottom: 5rem; }
  .hero h1 { margin-bottom: 1.4rem; }
  .actions { align-items: flex-start; flex-direction: column; }
  .image-frame img, .detail-hero img { height: 470px; }
  .hero-note { bottom: -2rem; }
  .section, .band { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .card-grid, .post-grid { grid-template-columns: 1fr; }
  .card-grid article:last-child, .post-grid article:last-child { grid-column: auto; max-width: none; }
  .card-image img { height: 280px; }
  .info-strip { grid-template-columns: 1fr; }
  .info-strip div { min-height: 100px; }
  .info-strip div + div { border-top: 1px solid var(--line); border-left: 0; }
  .cta-panel { margin: 0 1rem 5rem; border-radius: 6rem 1.2rem 6rem 1.2rem; padding-block: 4.5rem; }
  .split-image img { height: 480px; }
  .journey article { min-height: 0; margin-left: .6rem; padding: 0 0 4rem 2rem; grid-template-columns: 1fr; }
  .journey article > span::before { left: -2.45rem; }
  .steps li { grid-template-columns: 65px 1fr; }
  .article header img { height: 380px; margin: 2.5rem 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 1rem; }
}

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