@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --ink: #1f292c;
  --muted: #617074;
  --amber: #c98620;
  --amber-dark: #8e5913;
  --honey: #efb94f;
  --ice: #eaf3f3;
  --frost: rgba(255, 255, 255, 0.66);
  --cream: #f8f4ec;
  --line: rgba(54, 75, 78, 0.18);
  --shadow: 0 22px 60px rgba(75, 60, 33, 0.12);
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(237, 188, 88, .16), transparent 25rem),
    radial-gradient(circle at 90% 35%, rgba(173, 211, 219, .2), transparent 32rem),
    var(--cream);
  font-family: var(--body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E");
  z-index: -1;
}
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .65em; font-family: var(--display); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.2em; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; top: 10px; left: 10px; padding: .7rem 1rem; transform: translateY(-150%); background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  width: min(1440px, calc(100% - 3rem));
  margin: 0 auto;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font: 700 1rem/1 var(--display); letter-spacing: .1em; text-decoration: none; }
.brand svg { width: 38px; fill: none; stroke: var(--amber-dark); stroke-width: 1.5; }
.brand svg path:last-child { fill: var(--honey); stroke: none; }
.brand small { display: block; color: var(--amber-dark); font-size: .62rem; letter-spacing: .34em; margin-top: .3rem; }
.main-nav { display: flex; align-items: center; gap: 2.25rem; }
.main-nav a { position: relative; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.main-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--amber); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-contact { padding: .7rem 1rem; border: 1px solid var(--line); background: rgba(255, 255, 255, .42); }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

main { overflow: hidden; }
.hero {
  width: min(1440px, calc(100% - 3rem));
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 7rem);
  align-items: center;
  padding: 5rem 0 6rem;
}
.hero-copy { position: relative; z-index: 1; }
.hero h1 span { color: var(--amber-dark); }
.hero-lead { max-width: 650px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--muted); }
.eyebrow { color: var(--amber-dark); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.actions { display: flex; gap: .9rem; flex-wrap: wrap; margin: 2.2rem 0 1rem; }
.microcopy { color: var(--muted); font-size: .76rem; }
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .78rem 1.4rem;
  border: 1px solid var(--amber);
  background: linear-gradient(135deg, #9b6418, #d99b32);
  color: #fff;
  font-weight: 700;
  letter-spacing: .025em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(169, 107, 25, .18);
  transition: transform .2s, box-shadow .2s;
}
.button::after {
  content: "";
  position: absolute;
  inset: -100% -40%;
  background: linear-gradient(120deg, transparent 44%, rgba(255,255,255,.5) 48%, transparent 53%);
  transform: translateX(-45%);
  transition: transform .5s;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(169, 107, 25, .28); }
.button:hover::after { transform: translateX(45%); }
.button.secondary { background: rgba(255, 255, 255, .55); color: var(--ink); border-color: var(--line); box-shadow: none; backdrop-filter: blur(10px); }
.hero-visual { position: relative; margin: 0; justify-self: end; width: min(100%, 590px); }
.hero-visual::before { content: ""; position: absolute; inset: -2rem 2.5rem 2.5rem -2rem; background: linear-gradient(150deg, rgba(255,255,255,.85), rgba(196,220,224,.42)); border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-visual img { position: relative; width: 100%; height: 590px; filter: saturate(.75) sepia(.08); }
.hero-visual figcaption { position: absolute; left: -4rem; bottom: -2rem; width: 290px; padding: 1.2rem; background: rgba(247, 250, 248, .82); border: 1px solid white; box-shadow: var(--shadow); backdrop-filter: blur(16px); font-size: .83rem; }
.hero-visual figcaption span { display: block; margin-bottom: .35rem; color: var(--amber-dark); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.section, .page-hero, .detail-hero, .contact-layout, .article {
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
}
.section { padding: clamp(4.5rem, 9vw, 9rem) 0; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; border-top: 1px solid var(--line); }
.split-intro p:not(.eyebrow) { max-width: 700px; font-size: 1.08rem; color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.text-link { color: var(--amber-dark); font-weight: 700; text-underline-offset: .25rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card { background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 14px 40px rgba(61,73,74,.08); backdrop-filter: blur(15px); transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-image { display: block; overflow: hidden; }
.card-image img { width: 100%; height: 250px; transition: transform .5s; }
.card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 1.7rem; }
.card h3 a { text-decoration: none; }
.card p { color: var(--muted); font-size: .92rem; }
.card .eyebrow, .card .meta { color: var(--amber-dark); font-size: .68rem; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .78rem; }
.news-card .text-link { font-size: .82rem; }

.ice-panel {
  width: min(1380px, calc(100% - 3rem));
  display: grid;
  grid-template-columns: .25fr .65fr 1.1fr;
  gap: 4vw;
  align-items: start;
  padding-inline: clamp(2rem, 6vw, 6rem);
  background: linear-gradient(125deg, rgba(230,241,242,.8), rgba(255,255,255,.65) 55%, rgba(234,188,93,.19));
  border: 1px solid white;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.panel-number { color: rgba(142,89,19,.35); font: 500 4rem/1 var(--display); }
.signal-list { list-style: none; padding: 0; margin: 0; }
.signal-list li { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.signal-list span { color: var(--muted); }
.quote-block { text-align: center; max-width: 1000px; }
.quote-block blockquote { margin: 0 0 1rem; color: var(--amber-dark); font: 500 clamp(2rem, 4vw, 4.2rem)/1.18 var(--display); letter-spacing: -.04em; }
.quote-block p { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; }

.page-hero { padding: clamp(5rem, 10vw, 10rem) 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; border-bottom: 1px solid var(--line); }
.page-hero.compact { display: block; max-width: 980px; margin-left: max(1.5rem, calc((100% - 1280px) / 2)); border: 0; }
.page-hero.compact h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero > p { color: var(--muted); font-size: 1.2rem; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.check-list p { position: relative; padding: 1.1rem 0 1.1rem 2rem; margin: 0; border-bottom: 1px solid var(--line); }
.check-list p::before { content: "◇"; position: absolute; left: 0; color: var(--amber); }
.cta {
  width: min(1380px, calc(100% - 3rem));
  margin: 2rem auto 8rem;
  padding: clamp(2.5rem, 6vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(110deg, #273638, #42575a);
  color: white;
  box-shadow: var(--shadow);
}
.cta h2 { max-width: 800px; margin-bottom: 0; }
.cta .eyebrow { color: #f2c66d; }

.detail-hero { padding: 6rem 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: center; }
.detail-hero h1 { font-size: clamp(3rem, 6vw, 6rem); }
.detail-hero > div > p:not(.eyebrow):not(.price) { max-width: 560px; color: var(--muted); font-size: 1.15rem; }
.detail-hero img { width: 100%; height: 570px; box-shadow: var(--shadow); }
.price { margin: 2rem 0; color: var(--amber-dark); font: 600 1.3rem var(--display); }
.feature-list { list-style: none; padding: 0; }
.feature-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.feature-list li::before { content: "✦"; margin-right: .8rem; color: var(--amber); }
.steps, .values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; background: var(--line); }
.steps div, .values div { padding: 3rem; background: rgba(255,255,255,.65); }
.steps span, .values span { display: block; margin-bottom: 2rem; color: var(--amber-dark); font: 600 .75rem var(--display); }
.newsletter { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-inline: 4rem; background: rgba(229,240,241,.72); border: 1px solid white; }
.editorial-photo { position: relative; padding-top: 0; }
.editorial-photo > img { width: 88%; height: 650px; }
.floating-card { position: absolute; right: 0; bottom: 2rem; width: min(470px, 45%); padding: 3rem; background: rgba(255,255,255,.83); border: 1px solid white; box-shadow: var(--shadow); backdrop-filter: blur(16px); }

.process-list { max-width: 1050px; }
.process-list article { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.process-list article > span { color: rgba(142,89,19,.45); font: 500 3rem/1 var(--display); }
.process-list p { color: var(--muted); font-size: 1.05rem; }

.article { padding: 7rem 0; }
.article header { max-width: 1040px; margin: 0 auto 4rem; text-align: center; }
.article h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.meta { color: var(--amber-dark); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.article-lead { max-width: 780px; margin: 2rem auto; color: var(--muted); font-size: 1.25rem; }
.article-cover { width: 100%; height: 620px; }
.article-grid { display: grid; grid-template-columns: 220px minmax(0, 680px); justify-content: center; gap: 6vw; padding-top: 5rem; }
.article-grid aside { align-self: start; position: sticky; top: 2rem; padding-top: 1rem; border-top: 2px solid var(--amber); font-size: .82rem; }
.article-grid aside span { color: var(--amber-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.article-body section { margin-bottom: 3.5rem; }
.article-body h2 { font-size: 2rem; }
.article-body p { color: #465356; font-size: 1.05rem; }
.article-note { padding: 1.5rem; border-left: 3px solid var(--amber); background: rgba(235,241,239,.7); }
.article-note p { margin: .4rem 0 0; font-size: .88rem; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: 7rem 0 9rem; align-items: start; }
.contact-copy { position: sticky; top: 3rem; }
.contact-copy h1 { font-size: clamp(3rem, 5.2vw, 5.4rem); }
.contact-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 1.1rem; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .9rem; }
.contact-form { padding: clamp(2rem, 5vw, 4rem); background: rgba(255,255,255,.67); border: 1px solid white; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label:not(.checkbox) { display: block; margin-bottom: 1.2rem; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  display: block;
  width: 100%;
  margin-top: .4rem;
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: rgba(255,255,255,.75);
  color: var(--ink);
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(201,134,32,.12); }
.contact-form [aria-invalid="true"] { border-color: #a0392b !important; }
.checkbox { display: flex; align-items: flex-start; gap: .7rem; margin: 1.2rem 0 .3rem; font-size: .8rem; }
.checkbox input { margin-top: .35rem; accent-color: var(--amber-dark); }
.field-error { display: block; min-height: 1rem; color: #963628; font-size: .7rem; font-weight: 500; }
.form-status { margin-top: 1rem; padding: .8rem 0; font-size: .85rem; }
.form-status.success { color: #28634c; }
.form-status.error, .island-error { color: #963628; }

.legal { width: min(820px, calc(100% - 3rem)); margin: 0 auto; padding: 7rem 0 9rem; }
.legal h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal h2 { margin-top: 2.6rem; font-size: 1.55rem; }
.legal p { color: #455356; }
.legal-date { padding-bottom: 2rem; border-bottom: 1px solid var(--line); font-size: .8rem; }
.legal code { padding: .15rem .4rem; background: rgba(211,224,224,.6); }
.not-found { min-height: 72vh; width: min(800px, calc(100% - 3rem)); margin: 0 auto; padding: 8rem 0; text-align: center; }
.error-code { color: rgba(142,89,19,.2); font: 600 clamp(7rem, 20vw, 14rem)/.8 var(--display); }
.error-code span { color: var(--amber); text-shadow: 0 0 35px rgba(236,177,64,.4); }
.not-found h1 { margin-top: 3rem; font-size: clamp(2.5rem, 5vw, 4.2rem); }

.site-footer { padding: 5rem max(1.5rem, calc((100% - 1280px) / 2)) 2rem; background: #263436; color: #d9e0df; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 6vw; padding-bottom: 4rem; }
.footer-brand { color: white; }
.footer-top > div:first-child p { max-width: 430px; margin-top: 1.5rem; color: #aebcbb; }
.footer-top h2 { color: #f1c56d; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-top > div:not(:first-child) a { display: block; margin: .45rem 0; color: #c7d1d0; font-size: .86rem; }
.footer-top p { font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #9dacab; font-size: .72rem; }
.footer-bottom div { display: flex; gap: 1.5rem; }

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 50;
  width: min(920px, calc(100% - 2rem));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem;
  align-items: center;
  padding: 1.5rem;
  background: rgba(247,249,246,.9);
  border: 1px solid white;
  box-shadow: 0 20px 70px rgba(31,41,44,.25);
  backdrop-filter: blur(20px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: var(--display); }
.cookie-banner p { margin: .25rem 0 0; color: var(--muted); font-size: .78rem; }
.cookie-actions { display: flex; gap: .6rem; }
.cookie-actions .button { min-height: 42px; padding: .55rem 1rem; }
.cookie-banner .island-error { grid-column: 1 / -1; margin: 0; }

@media (max-width: 980px) {
  .site-header { min-height: 78px; }
  .nav-toggle { display: block; z-index: 61; }
  .main-nav { position: fixed; inset: 0 0 auto; z-index: 60; padding: 7rem 2rem 3rem; flex-direction: column; align-items: stretch; background: rgba(248,244,236,.97); transform: translateY(-110%); transition: transform .3s; box-shadow: var(--shadow); }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { font-size: 1.15rem; }
  .nav-contact { text-align: center; }
  .hero, .detail-hero, .contact-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  .hero-visual { justify-self: center; width: min(85%, 600px); margin-top: 2rem; }
  .hero-visual img { height: 500px; }
  .page-hero { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .card-grid .card:last-child { grid-column: 1 / -1; max-width: calc(50% - .7rem); }
  .ice-panel { grid-template-columns: .25fr .75fr; }
  .ice-panel .signal-list { grid-column: 1 / -1; }
  .contact-copy { position: static; }
}

@media (max-width: 680px) {
  h1 { font-size: 2.8rem; }
  .site-header, .hero, .section, .page-hero, .detail-hero, .contact-layout, .article { width: min(100% - 2rem, 1280px); }
  .hero { min-height: auto; padding-block: 3.5rem 5rem; }
  .hero-visual { width: calc(100% - 1rem); }
  .hero-visual::before { inset: -1rem 1rem 1rem -1rem; }
  .hero-visual img { height: 390px; }
  .hero-visual figcaption { left: 1rem; width: calc(100% - 2rem); }
  .split-intro, .two-column, .card-grid, .steps, .values, .article-grid { grid-template-columns: 1fr; }
  .card-grid .card:last-child { grid-column: auto; max-width: none; }
  .section-head, .cta, .newsletter { align-items: flex-start; flex-direction: column; }
  .ice-panel { grid-template-columns: 1fr; }
  .ice-panel .signal-list { grid-column: auto; }
  .signal-list li { grid-template-columns: 1fr; }
  .page-hero.compact { margin-left: 1rem; }
  .detail-hero img { height: 380px; }
  .editorial-photo > img { width: 100%; height: 430px; }
  .floating-card { position: relative; width: calc(100% - 2rem); margin: -4rem auto 0; right: auto; bottom: auto; padding: 2rem; }
  .process-list article { grid-template-columns: 60px 1fr; gap: 1rem; }
  .article-cover { height: 360px; }
  .article-grid aside { position: static; }
  .field-row, .contact-details, .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
}

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