:root {
  --ink: #0b1713;
  --forest: #10241c;
  --forest-2: #183127;
  --gold: #cda54f;
  --gold-light: #e0be73;
  --paper: #f7f3ea;
  --line: rgba(11, 23, 19, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 128px; }

.nav {
  height: 86px; display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 20; border-bottom: 1px solid var(--line);
}
.brand, .final-brand {
  display: flex; align-items: center; gap: 12px; font-size: 13px;
  font-weight: 700; letter-spacing: .28em;
}
.brand > span:last-child > span, .final-brand > span:last-child > span { color: var(--gold); }
.brand-logo {
  width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto;
  filter: drop-shadow(0 4px 8px rgb(44 35 15 / 18%));
}
.nav-links { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.nav-links a, .footer a { transition: color .2s ease; }
.nav-links a:hover, .footer a:hover { color: var(--gold); }
.nav-cta {
  padding: 12px 18px; border: 1px solid var(--ink); font-size: 12px;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-menu { position: relative; }
.language-menu summary {
  width: 55px; height: 42px; display: flex; align-items: center; justify-content: center;
  gap: 5px; border: 1px solid var(--line); cursor: pointer; list-style: none;
  font-size: 11px; font-weight: 800; letter-spacing: .08em;
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary span { color: var(--gold); }
.language-popover {
  position: absolute; z-index: 30; top: calc(100% + 10px); right: 0; width: 178px;
  padding: 8px; background: var(--paper); border: 1px solid var(--line);
  box-shadow: 0 20px 45px rgba(4,14,9,.16);
}
.language-popover a { display: flex; gap: 12px; padding: 11px 10px; font-size: 12px; }
.language-popover a:hover, .language-popover a.active { background: rgba(205,165,79,.13); }
.language-popover a > span { width: 25px; color: #809087; font-size: 10px; font-weight: 800; }

.hero {
  min-height: 780px; display: grid; grid-template-columns: 1.08fr .92fr;
  align-items: center; gap: 70px; padding-block: 70px 95px; overflow: hidden;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; text-transform: uppercase;
  font-size: 11px; letter-spacing: .2em; font-weight: 700; color: #53645b;
}
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(247,243,234,.64); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-top: 25px; font-size: clamp(58px, 6.4vw, 92px); line-height: .95; letter-spacing: -.055em; }
h1 em, .insight-copy h2 em { color: var(--gold); font-weight: 400; }
.hero-lead {
  max-width: 600px; margin: 32px 0 0; color: #536159;
  font-size: 18px; line-height: 1.7;
}
.hero-trust {
  display: flex; align-items: center; flex-wrap: wrap; gap: 5px 8px;
  max-width: 590px; margin: 18px 0 0; padding: 11px 14px;
  border-left: 2px solid var(--gold); background: rgba(205,165,79,.08);
  color: #5d6b63; font-size: 12px; line-height: 1.5;
}
.hero-trust > span {
  display: inline-grid; place-items: center; width: 21px; height: 21px;
  border-radius: 50%; background: rgba(205,165,79,.2); color: #80601d;
  font-size: 11px; font-weight: 800;
}
.hero-trust strong { color: var(--ink); font-size: 12px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  min-height: 56px; padding: 0 24px; font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--ink); }
.button.primary:hover { background: var(--gold-light); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 10px; color: var(--gold); }
.hero-proof { display: flex; gap: 32px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.hero-proof span { color: #718078; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { height: 650px; position: relative; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(205,165,79,.32), rgba(205,165,79,.06) 50%, transparent 70%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(205,165,79,.24); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 620px; height: 620px; }
.phone {
  position: relative; width: 280px; padding: 7px; border-radius: 45px; background: #07100c;
  box-shadow: 0 30px 70px rgba(3,13,8,.28), inset 0 0 0 1px #3c4641; overflow: hidden;
}
.phone img { width: 100%; height: auto; border-radius: 38px; }
.phone-speaker {
  position: absolute; z-index: 2; top: 14px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 20px; border-radius: 15px; background: #050908;
}
.hero-phone { width: 306px; z-index: 2; transform: rotate(2deg); animation: float 6s ease-in-out infinite; }
.water-label {
  position: absolute; z-index: 4; padding: 11px 15px; border: 1px solid rgba(255,255,255,.25);
  background: rgba(16,36,28,.9); color: white; border-radius: 30px; font-size: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.16); backdrop-filter: blur(10px);
}
.water-label span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold); }
.label-one { top: 165px; left: 3px; }
.label-two { top: 385px; right: 0; }
.insight-card {
  position: absolute; z-index: 4; bottom: 55px; left: -5px; display: flex; align-items: center; gap: 13px;
  width: 260px; padding: 16px; background: rgba(247,243,234,.95); border: 1px solid rgba(205,165,79,.4);
  box-shadow: 0 20px 45px rgba(3,13,8,.2); backdrop-filter: blur(14px);
}
.insight-card small, .floating-note small { display: block; color: #718078; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.insight-card strong, .floating-note strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.insight-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); }
@keyframes float { 50% { transform: rotate(1deg) translateY(-12px); } }

.statement { position: relative; overflow: hidden; padding: 125px 0 52px; background: var(--ink); color: var(--paper); }
.statement::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background: radial-gradient(circle at 80% 10%, var(--gold), transparent 23%),
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 36px, rgba(205,165,79,.2) 37px 38px);
}
.statement-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.statement-copy { margin: 0; max-width: 750px; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 67px); line-height: 1.14; letter-spacing: -.035em; }
.statement-copy em { color: var(--gold); font-weight: 400; }
.marquee { position: relative; margin-top: 110px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.12); white-space: nowrap; overflow: hidden; color: rgba(247,243,234,.18); font-family: Georgia, serif; font-size: 38px; letter-spacing: .14em; }
.marquee span { display: inline-block; min-width: 200%; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 85px; }
.section-heading h2, .logbook h2, .insight-copy h2, .control-card h2, .final-inner h2 {
  margin-top: 20px; font-size: clamp(46px, 5.4vw, 73px); line-height: 1.02; letter-spacing: -.04em;
}
.section-heading > p { margin: 0 0 5px; color: #647168; font-size: 17px; line-height: 1.7; }
.feature-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-item { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid var(--line); }
.feature-item:last-child { border-bottom: 1px solid var(--line); }
.feature-item > span, .step > span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.feature-item h3, .step h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.feature-item p, .step p { margin: 9px 0 0; color: #657269; line-height: 1.65; }
.feature-stage {
  min-height: 680px; position: relative; overflow: hidden;
  border: 1px solid rgba(224,190,115,.28); border-radius: 42px;
  background:
    linear-gradient(155deg, rgba(7,16,12,.28), rgba(7,16,12,.76)),
    url("../../screens/splash.jpeg") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(3,13,8,.22), inset 0 0 0 1px rgba(247,243,234,.06);
}
.map-grid {
  position: absolute; inset: 0; opacity: .18;
  background: repeating-radial-gradient(
    ellipse at 100% 100%,
    transparent 0 34px,
    rgba(224,190,115,.72) 35px 36px
  );
}
.stage-phone { position: absolute; width: 255px; }
.stage-phone.back { left: 35px; top: 75px; transform: rotate(-8deg); opacity: .64; }
.stage-phone.front { right: 45px; top: 45px; transform: rotate(7deg); }

.workflow { overflow: hidden; background: var(--forest); color: var(--paper); }
.inverse > p { color: rgba(247,243,234,.6); }
.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.13); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.step p { color: rgba(247,243,234,.55); }
.workflow-phone-wrap { min-height: 690px; position: relative; display: grid; place-items: center; }
.workflow-phone-wrap::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(205,165,79,.24); border-radius: 50%; }
.workflow-phone { z-index: 2; width: 280px; transform: rotate(-2deg); }
.floating-note {
  position: absolute; z-index: 4; width: 220px; padding: 16px;
  background: rgba(247,243,234,.96); color: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.floating-note.top { top: 120px; right: 5px; }
.floating-note.bottom { bottom: 100px; left: 0; }

.logbook { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: center; overflow: hidden; }
.logbook-copy > p:not(.eyebrow), .insight-copy > p:not(.eyebrow), .control-card > div > p:not(.eyebrow) { color: #647168; font-size: 17px; line-height: 1.75; }
.logbook ul { list-style: none; padding: 0; margin: 34px 0 0; }
.logbook li { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 600; }
.logbook li span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 12px; border-radius: 50%; background: rgba(205,165,79,.2); color: #8a681f; }
.phone-gallery { min-height: 700px; position: relative; }
.gallery-phone { position: absolute; width: 275px; }
.gallery-phone.left { left: 0; top: 65px; transform: rotate(-8deg); }
.gallery-phone.center { right: 45px; top: 0; transform: rotate(5deg); }
.gallery-caption { position: absolute; z-index: 4; bottom: 40px; left: 180px; width: 250px; padding: 18px 22px; background: var(--gold); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
.gallery-caption span { display: block; font-family: Georgia, serif; font-size: 31px; }
.gallery-caption small { display: block; margin-top: 3px; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }

.insights { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.insight-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.insight-visual { min-height: 670px; position: relative; display: grid; place-items: center; }
.analysis-phone { z-index: 3; width: 295px; }
.signal { position: absolute; border: 1px solid rgba(205,165,79,.28); border-radius: 50%; }
.signal-a { width: 420px; height: 420px; }
.signal-b { width: 560px; height: 560px; }
.signal-c { width: 700px; height: 700px; }
.insight-copy > p:not(.eyebrow) { color: rgba(247,243,234,.59); }
.metric-row { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }
.metric-row div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.metric-row strong { color: var(--gold); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.metric-row span { color: rgba(247,243,234,.63); font-size: 14px; }

.control { padding-block: 110px; }
.control-card { min-height: 610px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 70px; overflow: hidden; padding: 80px 90px; background: #ebe4d5; }
.control-card > div { max-width: 590px; }
.settings-phone { align-self: start; justify-self: center; width: 260px; transform: translateY(35px) rotate(4deg); }

.final-cta { position: relative; overflow: hidden; padding: 145px 0 65px; background: var(--forest); color: var(--paper); text-align: center; }
.final-cta::before {
  content: ""; position: absolute; inset: 0; opacity: .2;
  background: radial-gradient(circle at 50% 65%, var(--gold), transparent 25%),
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 45px, rgba(205,165,79,.24) 46px 47px);
}
.final-inner { position: relative; display: flex; align-items: center; flex-direction: column; }
.final-inner > p:not(.eyebrow) { margin: 28px 0 35px; color: rgba(247,243,234,.65); font-size: 17px; }
.button.large { min-height: 64px; padding-inline: 34px; }
.final-brand { margin-top: 120px; }
.final-brand .brand-logo { width: 54px; height: 54px; }

.footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; color: #728077; font-size: 11px; letter-spacing: .05em; }
.footer div { display: flex; gap: 25px; }

.locale-hero {
  min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: 90px; padding-block: 75px 90px; overflow: hidden;
}
.locale-hero-copy h1 { font-size: clamp(58px, 6vw, 88px); }
.locale-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: #5f6c64; font-size: 18px; line-height: 1.75; }
.locale-hero-visual { min-height: 590px; position: relative; }
.locale-hero-visual::before {
  content: ""; position: absolute; width: 520px; height: 520px; top: 20px; left: 50%;
  transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(205,165,79,.28), rgba(205,165,79,.05) 55%, transparent 70%);
}
.locale-phone-main { position: absolute; z-index: 2; width: 280px; top: 0; left: 80px; transform: rotate(-4deg); }
.locale-phone-side { position: absolute; z-index: 3; width: 205px; right: 15px; bottom: 0; transform: rotate(7deg); }
.locale-card-section { padding: 80px 0; background: var(--ink); }
.locale-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.locale-cards a { min-height: 320px; position: relative; padding: 38px; color: var(--paper); border-left: 1px solid rgba(255,255,255,.13); }
.locale-cards a:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.locale-cards a > span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.locale-cards h2 { margin-top: 70px; font-size: 35px; }
.locale-cards p { color: rgba(247,243,234,.55); line-height: 1.65; }
.locale-cards strong { position: absolute; right: 35px; bottom: 28px; color: var(--gold); font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.locale-cards a:hover strong { transform: translateX(5px); }

.subpage-hero { overflow: hidden; background: var(--forest); color: var(--paper); }
.subpage-hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.subpage-hero h1 { margin-top: 24px; max-width: 780px; font-size: clamp(55px, 6vw, 86px); }
.subpage-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 700px; color: rgba(247,243,234,.62); font-size: 18px; line-height: 1.75; }
.subpage-phone { width: 260px; justify-self: center; transform: translateY(70px) rotate(5deg); }
.subpage-content { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: start; }
.subpage-list article { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid var(--line); }
.subpage-list article:last-child { border-bottom: 1px solid var(--line); }
.subpage-list article > span { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.subpage-list h2 { font-size: 31px; }
.subpage-list p, .subpage-content aside > p:not(.eyebrow) { color: #657269; line-height: 1.72; }
.subpage-content aside { position: sticky; top: 25px; overflow: hidden; padding: 45px 45px 0; background: #ebe4d5; }
.subpage-content aside > h2 { margin: 20px 0 15px; font-size: 38px; }
.aside-phone { width: 210px; margin: 38px auto -140px; transform: rotate(4deg); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { margin-top: -40px; }
  .feature-layout, .workflow-grid, .logbook, .insight-layout { grid-template-columns: 1fr; }
  .feature-stage { order: -1; }
  .workflow-grid { gap: 40px; }
  .logbook-copy { max-width: 680px; }
  .phone-gallery { width: min(640px, 100%); margin-inline: auto; }
  .insight-copy { max-width: 700px; }
  .locale-hero { grid-template-columns: 1fr; }
  .locale-hero-visual { width: min(560px, 100%); margin-inline: auto; }
  .subpage-content { grid-template-columns: 1fr; }
  .subpage-content aside { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding-block: 85px; }
  .nav { height: 72px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 65px 0 70px; gap: 20px; }
  h1 { font-size: 54px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { gap: 15px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { height: 570px; margin-top: 0; }
  .hero-phone { width: 250px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 500px; height: 500px; }
  .label-one { left: 5px; }
  .label-two { right: 3px; }
  .insight-card { bottom: 35px; left: 0; width: 235px; }
  .statement { padding-top: 85px; }
  .statement-grid, .section-heading { grid-template-columns: 1fr; gap: 35px; }
  .statement-copy { font-size: 41px; }
  .section-heading { margin-bottom: 55px; }
  .section-heading h2, .logbook h2, .insight-copy h2, .control-card h2, .final-inner h2 { font-size: 45px; }
  .feature-stage { min-height: 570px; }
  .stage-phone { width: 210px; }
  .stage-phone.back { left: -5px; }
  .stage-phone.front { right: 0; }
  .workflow-phone-wrap { min-height: 590px; }
  .workflow-phone { width: 250px; }
  .floating-note { width: 190px; }
  .floating-note.top { right: -8px; }
  .floating-note.bottom { left: -8px; }
  .logbook { gap: 55px; }
  .phone-gallery { min-height: 570px; }
  .gallery-phone { width: 215px; }
  .gallery-phone.center { right: 0; }
  .gallery-caption { left: 90px; bottom: 15px; width: 220px; }
  .insight-layout { gap: 50px; }
  .insight-visual { min-height: 560px; }
  .analysis-phone { width: 245px; }
  .control { width: 100%; padding: 0; }
  .control-card { min-height: auto; grid-template-columns: 1fr; padding: 75px 28px 0; gap: 25px; }
  .settings-phone { width: 230px; }
  .final-cta { padding-top: 100px; }
  .final-brand { margin-top: 90px; }
  .footer { padding-block: 26px; gap: 20px; align-items: flex-start; flex-direction: column; }
  .locale-hero { min-height: auto; padding-block: 65px; gap: 35px; }
  .locale-hero-copy h1 { font-size: 53px; }
  .locale-hero-visual { min-height: 500px; }
  .locale-phone-main { width: 230px; left: 10px; }
  .locale-phone-side { width: 175px; right: 0; }
  .locale-card-section { padding-block: 35px; }
  .locale-cards { grid-template-columns: 1fr; }
  .locale-cards a { min-height: 260px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .locale-cards a:last-child { border-right: 0; }
  .subpage-hero-grid { min-height: 760px; grid-template-columns: 1fr; gap: 20px; padding-top: 80px; }
  .subpage-hero h1 { font-size: 53px; }
  .subpage-phone { width: 220px; transform: translateY(65px) rotate(4deg); }
  .subpage-content { gap: 55px; }
  .subpage-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .subpage-content aside { padding: 35px 25px 0; }
}

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


/* Contactformulier */
.contact-page { min-height: calc(100vh - 176px); padding: 82px 0 110px; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.contact-intro h1 { margin-top: 24px; font-size: clamp(52px, 5.7vw, 82px); }
.contact-intro > p:not(.eyebrow) { color: #5f6c64; font-size: 18px; line-height: 1.75; }
.contact-form { padding: 44px; background: #ebe4d5; border-top: 3px solid var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; color: #35463c; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(11,23,19,.22); border-radius: 0; background: rgba(255,255,255,.52); color: var(--ink); padding: 14px; font: inherit; line-height: 1.5; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(205,165,79,.38); outline-offset: 1px; border-color: var(--gold); }
.field-error { display: block; margin-top: 7px; color: #9e281f; font-size: 13px; line-height: 1.45; }
.notice { margin: 0 0 25px; padding: 14px 16px; border-left: 3px solid var(--gold); background: rgba(205,165,79,.15); line-height: 1.55; }
.notice.error { border-color: #b33127; background: rgba(179,49,39,.09); color: #6d1a16; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-help { margin: 17px 0 0; color: #647168; font-size: 13px; line-height: 1.6; }
@media (max-width: 800px) { .contact-grid, .form-row { grid-template-columns: 1fr; } .contact-grid { gap: 42px; } .contact-form { padding: 28px 22px; } .contact-page { padding: 60px 0 80px; } }

.menu-toggle { display: none; width: 44px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font: inherit; font-size: 20px; line-height: 1; }
.menu-toggle:focus-visible { outline: 3px solid rgba(205,165,79,.45); outline-offset: 2px; }
@media (max-width: 700px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav { position: relative; }
  .nav-actions { gap: 8px; }
  .nav.nav-open .nav-links { display: flex; position: absolute; z-index: 40; top: calc(100% + 1px); right: 0; left: 0; flex-direction: column; gap: 0; padding: 10px 14px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 38px rgba(3,13,8,.16); }
  .nav.nav-open .nav-links a { padding: 15px 6px; border-bottom: 1px solid var(--line); }
  .nav.nav-open .nav-links a:last-child { border-bottom: 0; }
}
