@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Spectral:wght@500;600;700&display=swap');

:root {
  --site-primary: #2e777f;
  --site-primary-light: #449eaf;
  --site-primary-dark: #004b5a;
  --site-secondary: #3d887d;
  --site-accent: #c14c64;
  --site-background: #e2ffff;
  --site-surface: #edfdff;
  --site-text: #061518;
  --site-muted: #55676b;
  --bs-body-bg: #e2ffff;
  --bs-body-color: #061518;
  --bs-body-font-family: 'Karla', sans-serif;
  --bs-link-color: #2e777f;
  --bs-link-hover-color: #004b5a;
  --space-section: clamp(5rem, 8vw, 7rem);
  --size-h1: clamp(2.4rem, 5vw, 3.4rem);
  --size-h2: 2.2rem;
  --size-h3: 1.5rem;
  --size-body: 1.125rem;
  --size-small: .95rem;
  --size-eyebrow: .78rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--size-body); line-height: 1.65; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Spectral', serif; color: var(--site-text); line-height: 1.08; text-wrap: balance; }
h1 { font-size: var(--size-h1); }
h2 { font-size: var(--size-h2); }
h3 { font-size: var(--size-h3); }
p { text-wrap: pretty; }
a { color: var(--site-primary); }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; }
.btn { border-radius: 8px; padding: .78rem 1.25rem; font-weight: 700; box-shadow: none; letter-spacing: .01em; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; border-width: 1px; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
.card { border: 0; border-radius: 10px; box-shadow: 0 8px 24px rgba(46,119,127,.12); background: var(--site-surface); }
.form-control, .form-select { border-radius: 6px; border: 1px solid rgba(6,21,24,.24); padding: .75rem .9rem; background-color: #fff; color: var(--site-text); }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(46,119,127,.15); }
.form-label { font-weight: 700; }
.navbar { min-height: 92px; background: var(--site-background); }
.navbar-brand { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: .65rem; color: var(--site-text); font-family: 'Spectral', serif; font-size: 1.45rem; font-weight: 700; white-space: nowrap; }
.navbar-brand:hover { color: var(--site-primary-dark); }
.navbar-brand img { width: 54px; height: 54px; object-fit: contain; }
.navbar-nav { width: 100%; }
.nav-split { display: grid; grid-template-columns: 1fr 1fr; width: 100%; align-items: center; }
.nav-half { display: flex; align-items: center; gap: 1.5rem; }
.nav-half:last-child { justify-content: flex-end; }
.nav-link { color: var(--site-text); font-size: .98rem; font-weight: 700; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }
.section-band { padding-block: var(--space-section); }
.kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--site-primary-dark); font-size: var(--size-eyebrow); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.kicker::before { content: ''; width: 2rem; height: 2px; background: var(--site-accent); flex: 0 0 auto; }
.hero-band { padding: clamp(3rem,6vw,5rem) 0 7rem; }
.hero-grid { display: grid; grid-template-columns: 45% 55%; align-items: center; }
.hero-image { width: 100%; height: clamp(430px,55vw,690px); object-fit: cover; border-radius: 0 8px 8px 0; }
.hero-copy { padding: clamp(2rem,6vw,6.5rem); max-width: 760px; }
.lead-copy { max-width: 62ch; color: var(--site-muted); font-size: 1.22rem; }
.highlight-strip { margin-top: 2rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; color: var(--site-primary-dark); font-weight: 700; font-size: var(--size-small); }
.process-band { background: var(--site-surface); padding-bottom: var(--space-section); }
.process-inner { position: relative; top: -48px; margin-bottom: -48px; padding-inline: clamp(1rem,4vw,4rem); }
.process-head { max-width: 760px; margin-bottom: 2.5rem; }
.step-card { padding: clamp(1.5rem,3vw,2.2rem); height: 100%; }
.step-number { font-family: 'Spectral', serif; font-size: 2.2rem; color: var(--site-accent); line-height: 1; margin-bottom: 1rem; }
.process-image { width: 100%; max-height: 460px; object-fit: cover; border-radius: 8px; margin-top: 3rem; }
.way-band { background: color-mix(in srgb, var(--site-primary-light) 18%, var(--site-background)); padding: 0; display: grid; grid-template-columns: minmax(0, 58%) minmax(0, 42%); align-items: stretch; }
.way-copy { width: min(880px,100%); justify-self: end; padding: var(--space-section) clamp(1.5rem,5vw,5rem); }
.way-visual { background: var(--site-primary-light); display: flex; align-items: center; padding: clamp(2rem,5vw,5rem); }
.fact-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.fact-list li { padding: .7rem 0; font-weight: 700; }
.fact-list li::before { content: '—'; color: var(--site-accent); margin-right: .75rem; }
.inverted-band { background: var(--site-text); color: var(--site-background); padding: 0; display: grid; grid-template-columns: minmax(0,55%) minmax(0,45%); }
.inverted-band h2, .inverted-band h3, .inverted-band a:not(.btn), .inverted-band .kicker { color: var(--site-background); }
.inverted-band .kicker::before { background: var(--site-accent); }
.inverted-copy { padding: var(--space-section) clamp(1.5rem,6vw,6rem); justify-self: end; max-width: 780px; }
.inverted-visual { display: flex; align-items: center; justify-content: center; padding: 3rem; background: rgba(68,158,175,.12); }
.inverted-band .btn-inverse { background: var(--site-background); border-color: var(--site-background); color: var(--site-text); }
.inverted-band .btn-inverse:hover { background: #fff; border-color: #fff; color: var(--site-text); }
.inverted-band .btn-outline-primary { color: var(--site-background); border-color: var(--site-background); }
.inverted-band .btn-outline-primary:hover { background: var(--site-background); border-color: var(--site-background); color: var(--site-text); }
.footer-preview { padding: 0; display: grid; grid-template-columns: 34% 66%; min-height: 340px; }
.footer-preview-visual { background: var(--site-primary); display: flex; align-items: center; justify-content: center; padding: 2rem; }
.footer-preview-visual img { width: min(210px,70%); border-radius: 8px; }
.footer-preview-copy { padding: var(--space-section) clamp(1.5rem,5vw,5rem); display: flex; align-items: center; }
.compact-grid { width: min(880px,100%); display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.compact-grid h3 { font-size: 1.15rem; }
.compact-grid p { font-size: var(--size-small); margin: 0; }
.contact-area { padding: var(--space-section) clamp(1rem,4vw,4rem); background: var(--site-background); }
.contact-inner { max-width: 1280px; margin: auto; }
.map-wrap { border-radius: 8px; overflow: hidden; box-shadow: 0 8px 24px rgba(46,119,127,.12); height: 100%; min-height: 420px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.site-footer { min-height: 280px; padding: 3.5rem clamp(1rem,4vw,4rem); background: var(--site-background); }
.footer-logo { width: 104px; height: 104px; object-fit: contain; }
.footer-title { font-family: 'Spectral', serif; font-size: 2rem; font-weight: 700; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { color: var(--site-text); text-decoration: none; }
.footer-links a:hover { color: var(--site-primary); }
.content-hero, .legal-main, .order-main { padding: var(--space-section) 1rem; }
.content-container { max-width: 1120px; margin: auto; }
.narrow-container { max-width: 880px; margin: auto; }
.content-section { padding: clamp(3.5rem,6vw,5.5rem) 0; }
.product-price { font-family: 'Spectral', serif; font-size: 1.65rem; color: var(--site-primary-dark); font-variant-numeric: tabular-nums; }
.product-table { --bs-table-bg: transparent; font-variant-numeric: tabular-nums; }
.product-table th, .product-table td { border-color: rgba(6,21,24,.14); padding: 1rem; }
.order-card { padding: clamp(1.25rem,3vw,2.5rem); }
.order-item { padding: 1.25rem; border-radius: 8px; background: var(--site-background); margin-bottom: 1rem; }
.summary-box { background: var(--site-background); border-radius: 8px; padding: 1.25rem; }
#cakeFields[hidden], #confirmationMessage[hidden] { display: none !important; }
.confirmation { padding: 2rem; background: var(--site-surface); border-radius: 10px; box-shadow: 0 8px 24px rgba(46,119,127,.12); }
.legal-main h2 { margin-top: 2.5rem; }
.legal-main h3 { margin-top: 2rem; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 820px; margin: auto; padding: 1rem; border-radius: 10px; background: #fff; color: var(--site-text); box-shadow: 0 8px 24px rgba(46,119,127,.18); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: var(--size-small); }
.number-list { font-variant-numeric: tabular-nums; }
.not-found { min-height: 52vh; padding: var(--space-section) 1rem; display: grid; place-items: center; }
.not-found-inner { max-width: 680px; }
@media (max-width: 991.98px) {
  .navbar-brand { position: static; transform: none; margin-right: auto; }
  .nav-split { display: block; padding-top: 1rem; }
  .nav-half { display: block; }
  .nav-half:last-child { display: block; }
  .hero-grid, .way-band, .inverted-band, .footer-preview { grid-template-columns: 1fr; }
  .hero-image { height: 440px; }
  .hero-copy { padding: 3rem 1.25rem 5rem; }
  .way-copy, .inverted-copy { justify-self: stretch; }
  .way-visual { min-height: 260px; }
  .compact-grid { grid-template-columns: repeat(2,1fr); }
  .footer-preview-visual { min-height: 240px; }
}
@media (max-width: 575.98px) {
  body { font-size: 1.05rem; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-image { height: 330px; border-radius: 0 0 8px 0; }
  .highlight-strip { grid-template-columns: 1fr; }
  .compact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
  .compact-grid p { overflow-wrap: anywhere; }
  .map-wrap, .map-wrap iframe { min-height: 340px; }
}