:root {
  --jade-950: #103d34;
  --jade-800: #185b4b;
  --jade-650: #287864;
  --jade-300: #94c9b5;
  --mint: #dcefe6;
  --pale: #f2f8f2;
  --ivory: #fffaf0;
  --sand: #e9d4ad;
  --bronze: #9a7040;
  --ink: #16372f;
  --muted: #5d6f68;
  --line: rgba(22, 79, 65, .18);
  --shadow: 0 24px 60px rgba(20, 74, 60, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Avenir Next", Avenir, "Century Gothic", Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  z-index: -1;
  background:
    radial-gradient(ellipse at 12% 8%, rgba(148,201,181,.35), transparent 30%),
    radial-gradient(ellipse at 80% 38%, rgba(233,212,173,.3), transparent 32%);
}
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration-color: var(--jade-300); text-underline-offset: 4px; }
h1, h2, h3 { margin: 0 0 .55em; font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.25em; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding-block: clamp(72px, 10vw, 132px); }
.eyebrow { margin-bottom: 1.3rem; color: var(--bronze); font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.lede { max-width: 780px; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.6; }
.lede-small { font-size: 1.2rem; color: var(--jade-800); }
.skip-link { position: fixed; left: 10px; top: -80px; z-index: 100; padding: 10px 16px; background: white; }
.skip-link:focus { top: 10px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,250,240,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--jade-950); font-weight: 600; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 25px; aspect-ratio: 1; display: inline-block; border: 2px solid var(--jade-650); border-radius: 58% 42% 60% 40%; transform: rotate(45deg); background: linear-gradient(135deg, rgba(255,255,255,.8), var(--jade-300)); box-shadow: inset 0 0 8px rgba(255,255,255,.9); }
nav { display: flex; align-items: center; gap: 26px; }
nav a { position: relative; font-size: .82rem; text-decoration: none; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--bronze); transition: right .25s; }
nav a:hover::after, nav a.active::after { right: 0; }
.nav-toggle { display: none; }

.home-hero { overflow: hidden; padding: clamp(52px, 8vw, 105px) 0 clamp(80px, 10vw, 140px); }
.home-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.hero-copy h1 { font-size: clamp(3.2rem, 7.5vw, 7.3rem); max-width: 8.5ch; }
.hero-copy .lede { max-width: 610px; }
.actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 13px 23px; border: 1px solid var(--jade-800); border-radius: 999px;
  color: white; background: var(--jade-800); font: inherit; font-size: .88rem; text-decoration: none; cursor: pointer;
  box-shadow: 0 10px 28px rgba(24,91,75,.18); transition: transform .2s, box-shadow .2s;
}
.button::before { content: ""; position: absolute; width: 180%; height: 180%; left: -140%; top: -40%; border-radius: 42%; background: rgba(255,255,255,.17); transition: left 1s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(24,91,75,.25); }
.button:hover::before { left: 30%; }
.button.small { min-height: 44px; padding: 9px 18px; }
.button.ghost { color: var(--jade-950); background: transparent; box-shadow: none; }
.text-link { color: var(--jade-800); font-size: .9rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--jade-300); }
.mirage-visual { position: relative; }
.mirage-visual::before { content: ""; position: absolute; inset: -24px 32px 30% -34px; z-index: -1; border-radius: 48% 52% 42% 58%; background: linear-gradient(135deg, var(--mint), var(--sand)); filter: blur(1px); transform: rotate(-5deg); }
.mirage-visual img { height: min(67vw, 680px); border-radius: 48% 52% 46% 54% / 38% 47% 53% 62%; box-shadow: var(--shadow); }
.floating-note { position: absolute; left: -50px; bottom: 45px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(242,248,242,.86); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.floating-note span, .floating-note strong { display: block; }
.floating-note span { color: var(--bronze); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.band { padding: 65px 0; color: white; background: var(--jade-950); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.band .eyebrow { color: var(--sand); }
.band .text-link { color: var(--mint); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stone-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(220,239,230,.45)); box-shadow: 0 16px 38px rgba(20,74,60,.07); }
.stone-card img { height: 245px; }
.card-body { padding: 28px; }
.card-body h3 a { text-decoration: none; }
.quote-section { padding-block: clamp(75px, 10vw, 125px); background: var(--pale); }
.quote-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: center; }
blockquote { margin: 0; font-size: clamp(1.75rem, 3.5vw, 3.2rem); font-weight: 300; line-height: 1.35; letter-spacing: -.03em; }
blockquote cite { display: block; margin-top: 25px; color: var(--bronze); font-size: .8rem; font-style: normal; letter-spacing: .08em; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 29px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "◇"; position: absolute; left: 0; color: var(--jade-650); }

.page-hero { overflow: hidden; padding: clamp(65px, 9vw, 120px) 0; background: linear-gradient(118deg, rgba(220,239,230,.7), rgba(255,250,240,.1) 60%, rgba(233,212,173,.55)); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 8vw; }
.hero-grid h1 { font-size: clamp(3rem, 6.5vw, 6.1rem); }
.image-frame { position: relative; }
.image-frame::after { content: ""; position: absolute; inset: 12px -15px -15px 15px; z-index: -1; border: 1px solid var(--bronze); border-radius: 48% 52% 42% 58%; }
.image-frame img { height: 480px; border-radius: 52% 48% 60% 40% / 45% 54% 46% 55%; }
.service-detail { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 64px 0; border-bottom: 1px solid var(--line); }
.service-number { display: block; margin-bottom: 20px; color: var(--jade-300); font-size: 3rem; font-weight: 300; }
.price { color: var(--bronze); }
.notice { margin-top: 65px; padding: 24px 28px; border-left: 3px solid var(--bronze); background: var(--pale); }
.prose h2 { margin-top: 2em; }
.prose p { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.85; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.values article { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--pale); }
.values p { font-family: inherit; font-size: .95rem; }
.process-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-bottom: 55px; }
.steps { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 130px 1fr; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--bronze); font-size: 2.1rem; font-weight: 300; }
.steps h3 { margin-bottom: .2em; font-size: 2rem; }
.deliverable { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; margin-top: 110px; align-items: center; padding: 45px; border-radius: 36px; background: var(--mint); }
.deliverable img { height: 500px; border-radius: 28px 48% 28px 48%; }
.article-head { padding: 100px 0 65px; text-align: center; background: var(--pale); }
.article-head h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
.article-head .lede { margin-inline: auto; }
.article-image { margin-top: -20px; }
.article-image img { max-height: 540px; border-radius: var(--radius); }
.article-cta { margin-top: 70px; padding: 35px; border-radius: var(--radius); background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; }
.contact-form label { display: block; margin-bottom: 24px; font-size: .83rem; font-weight: 600; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.65); font: inherit; }
input:focus, textarea:focus { outline: 2px solid var(--jade-300); outline-offset: 2px; }
[aria-invalid="true"] { border-color: #a33d36; }
.field-error { display: block; min-height: 1.4em; color: #923d36; font-size: .76rem; font-weight: 400; }
.form-status { margin-top: 18px; font-size: .9rem; }
.form-status.success { color: var(--jade-800); }
.form-status.error, .island-error { color: #923d36; }
.privacy-note { margin-top: 18px; color: var(--muted); font-size: .78rem; }
.contact-card { align-self: start; padding: 34px; border-radius: var(--radius); color: white; background: var(--jade-950); box-shadow: var(--shadow); }
.contact-card .eyebrow { color: var(--sand); }
.contact-card address { margin-bottom: 20px; font-style: normal; }
.legal-head { padding: 100px 0 70px; background: var(--pale); }
.legal-head h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-copy h2 { font-size: 1.8rem; }
.not-found { min-height: 72vh; display: grid; place-items: center; text-align: center; background: radial-gradient(circle, var(--mint), var(--ivory) 66%); }
.not-found .lede { margin: 0 auto 30px; }
.error-code { margin: 0; color: var(--jade-300); font-size: clamp(7rem, 22vw, 16rem); font-weight: 200; line-height: .8; }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.77); background: #0d312a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr 1fr; gap: 45px; }
.footer-grid h2 { color: var(--sand); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; }
.footer-brand { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .75rem; }
.cookie-banner { position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 20px; max-width: 850px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 22px; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(242,248,242,.95); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; font-size: .82rem; }
.cookie-actions { display: flex; align-items: center; gap: 8px; }
.island-error { grid-column: 1 / -1; margin: 0 !important; }

@media (max-width: 820px) {
  .nav-toggle { display: block; border: 0; background: transparent; color: var(--ink); font: inherit; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 22px 20px; flex-direction: column; align-items: flex-start; background: var(--ivory); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .home-hero-grid, .hero-grid, .split, .quote-grid, .service-detail, .process-intro, .deliverable, .contact-grid { grid-template-columns: 1fr; }
  .home-hero-grid { gap: 75px; }
  .mirage-visual img { height: 560px; }
  .floating-note { left: 10px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: 1fr; }
  .deliverable { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .home-hero { padding-top: 46px; }
  .hero-copy h1 { font-size: 3.5rem; }
  .mirage-visual img, .image-frame img { height: 430px; }
  .card-grid, .field-row { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .text-link { display: inline-block; margin-top: 10px; }
  .steps li { grid-template-columns: 70px 1fr; }
  .deliverable { margin-top: 70px; }
  .deliverable img { height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { grid-template-columns: 1fr; }
}

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