/* Webdesign Kärnten – Design "Sonnenseite"
   Tokens, Basis, Komponenten, Layout, Responsive */

/* Schriften: lokal gehostet (kein Google-CDN, keine IP-Übermittlung an Google).
   Variable Fonts, Quelle: Google Fonts, Open Font License. */
/* Bricolage Grotesque - latin-ext */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/bricolage-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Bricolage Grotesque - latin */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/bricolage-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Figtree - latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/figtree-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Figtree - latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/figtree-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #FBF6EE;
  --white: #FFFFFF;
  --ink: #2A2320;
  --muted: #5B524D;
  --soft: #9A8F88;
  --line: #EADFD0;
  --coral: #E76F51;
  --coral-dark: #C4552F;
  --coral-soft: #FBE3DB;
  --sun: #F5C043;
  --sun-soft: #FDF1CC;
  --sun-ink: #4A3F1E;
  --pine: #1E4D3A;
  --pine-dark: #163B2C;
  --pine-soft: #E3EFE7;
  --pine-text: #CFE1D6;
  --font-display: "Bricolage Grotesque", "Arial Black", Helvetica, Arial, sans-serif;
  --font-body: Figtree, "Segoe UI", Helvetica, Arial, sans-serif;
  --radius: 28px;
  --radius-sm: 14px;
  --container: 1296px;
  --gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--coral-dark); text-decoration: none; }
a:hover { color: var(--pine); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; margin: 0; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(40px, 6vw, 84px); line-height: 0.98; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; }
h3 { font-size: clamp(20px, 2vw, 24px); }
p { margin: 0; }
p + p { margin-top: 14px; }
.lead { font-size: clamp(18px, 1.5vw, 20px); color: var(--muted); }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 100; }
.skip-link:focus { left: 16px; top: 16px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

/* Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 8vw, 96px) 0; }
.section--tight { padding: clamp(40px, 5vw, 64px) 0; }
.section--white { background: var(--white); border-top: 1.5px solid var(--line); border-bottom: 1.5px solid var(--line); }
.section-head { display: flex; flex-direction: column; gap: 16px; margin-bottom: clamp(32px, 4vw, 44px); }
.section-head--split { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 32px; }
.section-head--center { align-items: center; text-align: center; }
.section-head--center .eyebrow { align-self: center; }
.stack { display: flex; flex-direction: column; gap: 22px; }
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }

/* Kleinteile */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine); background: var(--pine-soft); padding: 8px 14px; border-radius: 999px; align-self: flex-start; }
.eyebrow--dark { background: var(--ink); color: var(--sun); }
.eyebrow--inverse { background: rgba(255,255,255,0.14); color: #fff; }
.chip { display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--white); color: var(--ink); border: 1.5px solid var(--ink); }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 28px; border-radius: 999px; background: var(--coral); color: #fff; font-weight: 700; font-size: 16px; border: 0; cursor: pointer; box-shadow: 0 8px 0 var(--coral-dark); transition: transform .15s, box-shadow .15s, background .15s; font-family: inherit; }
.btn:hover { background: #F07E61; color: #fff; transform: translateY(2px); box-shadow: 0 6px 0 var(--coral-dark); }
.btn--sm { min-height: 48px; padding: 0 22px; font-size: 15px; box-shadow: 0 5px 0 var(--coral-dark); }
.btn--sm:hover { box-shadow: 0 3px 0 var(--coral-dark); }
.btn--dark { background: var(--pine); box-shadow: none; }
.btn--dark:hover { background: var(--pine-dark); box-shadow: none; transform: none; }
.btn--line { background: transparent; color: var(--ink); border: 2px solid var(--ink); box-shadow: none; }
.btn--line:hover { background: var(--ink); color: #fff; box-shadow: none; transform: none; }
.btn--line-light { background: transparent; color: #fff; border: 2px solid #fff; box-shadow: none; }
.btn--line-light:hover { background: #fff; color: var(--ink); box-shadow: none; transform: none; }
.btn svg { flex: none; }
.actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.tel { font-weight: 700; color: var(--ink); }
.tile { border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; gap: 14px; background: var(--white); border: 1.5px solid var(--line); }
.tile--pine { background: var(--pine); color: var(--pine-text); border-color: var(--pine); }
.tile--pine h3, .tile--pine h2 { color: #fff; }
.tile--pine a { color: var(--sun); }
.tile--sun { background: var(--sun); color: var(--sun-ink); border-color: var(--sun); }
.tile--coral { background: var(--coral); color: #FFE4DB; border-color: var(--coral); }
.tile--coral h3 { color: #fff; }
.tile--cream { background: var(--bg); }
.tile--feature { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
@media (max-width: 960px) { .tile--feature { grid-template-columns: 1fr; } .tile--feature img { max-width: 420px; } }
.tile--outline { border: 1.5px solid var(--ink); box-shadow: 6px 6px 0 var(--sun); }
.tile p { color: inherit; }
.tile--white p { color: var(--muted); }
.icon-box { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.icon-box--pine { background: var(--pine-soft); color: var(--pine); }
.icon-box--coral { background: var(--coral-soft); color: var(--coral-dark); }
.icon-box--sun { background: var(--sun-soft); color: #8A6A10; }
.icon-box--ink { background: var(--ink); color: var(--sun); }
.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: #3F3733; }
.check-list li::before { content: ""; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--pine-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E4D3A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/12px no-repeat; }
.stars { display: flex; gap: 4px; color: var(--sun); }
.stars svg { width: 18px; height: 18px; }
.num { font-family: var(--font-display); font-weight: 800; font-size: 48px; line-height: 1; color: var(--coral); }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat strong { font-family: var(--font-display); font-size: clamp(32px, 3vw, 44px); line-height: 1; color: var(--pine); }
.stat span { font-size: 14px; color: var(--muted); }
.rule { border: 0; border-top: 1.5px solid var(--line); margin: 0; }
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(26px, 3vw, 36px); margin-top: 40px; margin-bottom: 14px; }
.prose h3 { margin-top: 28px; margin-bottom: 10px; }
.prose p, .prose li { color: var(--muted); }
.prose ul, .prose ol { padding-left: 22px; margin: 12px 0; }
.prose li + li { margin-top: 6px; }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 16px 0; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { color: var(--ink); font-weight: 700; }
.placeholder { background: var(--sun-soft); color: var(--sun-ink); padding: 2px 6px; border-radius: 6px; font-weight: 700; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(251,246,238,0.92); backdrop-filter: blur(10px); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand__mark { width: 44px; height: 44px; border-radius: 50%; background: var(--coral); position: relative; flex: none; }
.brand__mark::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: var(--bg); }
.brand__mark::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 12px; height: 8px; background: var(--pine); border-radius: 0 0 20px 20px; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 6px; background: var(--white); border: 1.5px solid var(--line); border-radius: 999px; padding: 6px; }
.nav a { font-size: 15px; font-weight: 600; color: var(--ink); padding: 10px 16px; border-radius: 999px; white-space: nowrap; }
.nav a:hover { color: var(--coral-dark); }
.nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.header__cta { flex: none; }
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--ink); background: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); transition: transform .2s; }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
.header.is-open .nav-toggle span { background: transparent; }
.header.is-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
.header.is-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(40px, 5vw, 64px); }
.hero__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; }
.hero__art { position: relative; min-height: 560px; }
.hero__sun { position: absolute; right: 0; top: 0; width: 78%; aspect-ratio: 1; border-radius: 50%; background: var(--sun); }
.hero__pine { position: absolute; left: 5%; bottom: 0; width: 54%; aspect-ratio: 1; border-radius: 50%; background: var(--pine); }
.hero__mockup { position: absolute; left: 0; right: 0; top: 60px; width: 100%; filter: drop-shadow(0 26px 40px rgba(42,35,32,0.28)); }
.hero__badge { position: absolute; right: 24px; bottom: 30px; background: var(--white); border: 1.5px solid var(--ink); border-radius: 20px; padding: 14px 18px; display: flex; gap: 12px; align-items: center; transform: rotate(-3deg); box-shadow: 6px 6px 0 var(--ink); }
.hero__badge img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.hero__badge strong { display: block; font-size: 14px; }
.hero__badge span { font-size: 12px; color: var(--muted); }
.page-hero { padding: clamp(40px, 6vw, 72px) 0 clamp(32px, 4vw, 48px); }
.page-hero h1 { font-size: clamp(36px, 5vw, 64px); }

/* Marquee */
.marquee { background: var(--pine); color: var(--bg); padding: 18px 0; overflow: hidden; white-space: nowrap; }
.marquee__track { display: inline-flex; gap: 48px; align-items: center; font-family: var(--font-display); font-weight: 800; font-size: 22px; animation: marquee 32s linear infinite; padding-right: 48px; }
.marquee__track svg { width: 14px; height: 14px; fill: var(--sun); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* Bild-Collage */
.collage { position: relative; min-height: 480px; }
.collage__a { position: absolute; left: 0; top: 0; width: 62%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); border: 1.5px solid var(--ink); }
.collage__b { position: absolute; right: 0; bottom: 0; width: 50%; aspect-ratio: 17/12; object-fit: cover; border-radius: var(--radius); border: 1.5px solid var(--ink); box-shadow: 8px 8px 0 var(--sun); }
.collage__badge { position: absolute; left: 50%; top: 52%; width: 120px; height: 120px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-weight: 800; font-size: 14px; line-height: 1.2; transform: rotate(8deg); }

/* Referenzen */
.ref-feature { border-radius: var(--radius); padding: 36px 36px 0; overflow: hidden; display: flex; flex-direction: column; gap: 18px; }
.ref-feature__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.ref-feature__head strong { font-family: var(--font-display); font-size: 26px; font-weight: 800; }
.ref-feature__head span { font-size: 13px; font-weight: 700; }
.ref-feature img { margin-top: auto; }
.ref-card { border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--line); background: var(--white); display: flex; flex-direction: column; color: var(--ink); }
.ref-card img { width: 100%; height: 170px; object-fit: cover; }
.ref-card__body { padding: 16px 20px; }
.ref-card__body strong { display: block; font-size: 16px; }
.ref-card__body span { font-size: 13px; color: var(--muted); }
.ref-card:hover { border-color: var(--ink); }
.case { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.case:nth-child(even) .case__media { order: 2; }
.case__media { border-radius: var(--radius); padding: 32px; }
.case__media img { width: 100%; }

/* Ablauf */
.step { background: var(--white); border: 1.5px solid var(--ink); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.step h3 { font-size: 22px; }
.step p { font-size: 15px; color: var(--muted); }
.step--sun { box-shadow: 6px 6px 0 var(--sun); }
.step--pine { box-shadow: 6px 6px 0 var(--pine); }
.step--coral { box-shadow: 6px 6px 0 var(--coral); }
.step--ink { box-shadow: 6px 6px 0 var(--ink); }

/* Team + Bewertungen */
.avatars { display: flex; margin-top: auto; }
.avatars img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--bg); background: var(--pine-soft); }
.avatars img + img { margin-left: -20px; }
.blob { position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: var(--sun); opacity: 0.9; }
.review { display: flex; flex-direction: column; gap: 14px; }
.review p { font-size: 16px; color: var(--muted); }
.review strong { font-size: 14px; }
.review strong span { color: var(--muted); font-weight: 500; }

/* Preise */
.price { display: flex; flex-direction: column; gap: 18px; position: relative; }
.price__name { font-family: var(--font-display); font-size: 22px; font-weight: 800; }
.price__amount { font-family: var(--font-display); font-size: clamp(36px, 4vw, 48px); font-weight: 800; line-height: 1; }
.price__sub { font-size: 14px; color: var(--muted); }
.price .btn { margin-top: auto; }
.price--popular { border-color: var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--coral); }
.price__flag { position: absolute; top: -16px; right: 28px; background: var(--sun); border: 1.5px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--white); border: 1.5px solid var(--line); border-radius: 20px; padding: 0 24px; }
.faq details[open] { border-color: var(--ink); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-family: var(--font-display); font-weight: 800; font-size: 19px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 600; }
.faq details[open] summary::after { content: "–"; background: var(--ink); color: #fff; }
.faq details > div { padding: 0 0 22px; color: var(--muted); }

/* Kontakt */
.contact-box { background: var(--sun); border-radius: 36px; padding: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 56px); align-items: center; position: relative; overflow: hidden; border: 1.5px solid var(--ink); }
.contact-box::before { content: ""; position: absolute; right: 38%; bottom: -120px; width: 300px; height: 300px; border-radius: 50%; background: var(--coral); }
.contact-box > * { position: relative; }
.contact-box .lead { color: var(--sun-ink); }
.contact-lines { display: flex; flex-direction: column; gap: 8px; }
.contact-lines .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3vw, 36px); color: var(--ink); }
.contact-lines .mail { font-size: 18px; font-weight: 700; color: var(--ink); }
.contact-lines .addr { font-size: 15px; color: var(--sun-ink); }
.form { background: var(--white); border: 1.5px solid var(--ink); border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; gap: 12px; box-shadow: 8px 8px 0 var(--ink); }
.form h3 { margin-bottom: 4px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; }
.form input, .form textarea { font: inherit; font-size: 15px; padding: 0 14px; min-height: 50px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--white); color: var(--ink); width: 100%; }
.form textarea { padding: 12px 14px; min-height: 110px; resize: vertical; }
.form input:focus, .form textarea:focus { border-color: var(--ink); outline: none; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form .consent { display: block; font-size: 13px; font-weight: 500; line-height: 1.5; color: var(--muted); }
.form .consent input { display: inline-block; width: 18px; height: 18px; min-height: 0; margin: 0 8px 0 0; vertical-align: -3px; accent-color: var(--pine); }
.form .hp { position: absolute; left: -9999px; }
.form__note { font-size: 13px; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.contact-card { display: flex; gap: 14px; align-items: center; background: var(--white); border: 1.5px solid var(--line); border-radius: 20px; padding: 20px; color: var(--ink); }
.contact-card strong { display: block; font-size: 16px; }
.contact-card span { font-size: 13px; color: var(--muted); }
.map { border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--line); background: var(--pine-soft); min-height: 320px; display: flex; align-items: center; justify-content: center; color: var(--pine); font-weight: 700; text-align: center; padding: 24px; }

/* Blog */
.post-card { display: flex; flex-direction: column; gap: 12px; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 28px; color: var(--ink); }
.post-card:hover { border-color: var(--ink); }
.post-card h3 { font-size: 22px; }
.post-card p { color: var(--muted); font-size: 15px; }
.post-card .meta { font-size: 13px; color: var(--soft); font-weight: 600; }
.post-card .more { margin-top: auto; font-weight: 700; color: var(--coral-dark); }

/* Footer */
.footer { background: var(--ink); color: #D9CFC6; padding: 56px 0 28px; margin-top: 0; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand { color: #fff; }
.footer .brand__name { font-size: 22px; }
.footer p { font-size: 14px; color: #D9CFC6; max-width: 360px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer__col strong { color: #fff; margin-bottom: 4px; }
.footer__col a { color: #D9CFC6; }
.footer__col a:hover { color: var(--sun); }
.footer__contact { font-size: 14px; line-height: 1.8; }
.footer__contact a { color: #D9CFC6; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 40px; padding-top: 20px; font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__bottom span:last-child { color: var(--sun); }

/* Responsive */
@media (max-width: 1100px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { min-height: 0; aspect-ratio: 1.15; max-width: 640px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-cards { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .nav { position: absolute; left: var(--gutter); right: var(--gutter); top: calc(100% - 6px); flex-direction: column; align-items: stretch; border-radius: 24px; padding: 10px; display: none; box-shadow: 0 20px 40px rgba(42,35,32,0.15); }
  .nav a { padding: 12px 16px; }
  .header.is-open .nav { display: flex; }
  .nav-toggle { display: flex; }
  .header__cta { display: none; }
  .header__inner { position: relative; }
  .split, .case, .contact-box { grid-template-columns: 1fr; }
  .case:nth-child(even) .case__media { order: 0; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .span-3 { grid-column: span 2; }
  .section-head--split { flex-direction: column; align-items: flex-start; }
  .collage { min-height: 0; aspect-ratio: 1.2; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .span-2, .span-3 { grid-column: span 1; }
  .tile, .form, .step, .post-card { padding: 24px; }
  .contact-box { padding: 28px 22px; border-radius: 28px; }
  .contact-box::before { display: none; }
  .form .row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .hero__badge { right: 8px; bottom: 8px; }
  .brand__name { font-size: 19px; }
  .ref-feature { padding: 24px 24px 0; }
  .case__media { padding: 20px; }
  .actions .btn { width: 100%; }
  .marquee__track { font-size: 18px; }
}
