
:root {
  --paper: #f1ecdf;
  --paper-light: #fbf8f0;
  --ink: #1f2b23;
  --moss: #425a48;
  --moss-dark: #243329;
  --sage: #9dad98;
  --clay: #aa654c;
  --sun: #d6b25f;
  --line: rgba(31,43,35,.18);
  --shadow: 0 20px 55px rgba(36,51,41,.13);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper-light); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #d8cfae; color: var(--moss-dark); }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 9rem); }
.eyebrow { margin: 0 0 1rem; color: var(--clay); font-size: .77rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.kicker { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.5rem); line-height: 1.22; }
h1,h2,h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.35rem, 7.4vw, 7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
h3 { font-size: clamp(2rem, 3.3vw, 3.4rem); }
p { margin: 0 0 1.25rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper-light) 92%, transparent); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 25px rgba(36,51,41,.05); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 66px; height: 66px; border-radius: 50%; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 2.6rem); font-size: .93rem; }
.primary-nav a { text-decoration: none; text-underline-offset: .25em; }
.primary-nav a:not(.nav-cta):hover { text-decoration: underline; }
.nav-cta { display:inline-flex; align-items:center; gap:.5rem; padding:.72rem 1rem; border:1px solid var(--ink); }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-toggle { display:none; width:48px; height:48px; border:0; background:transparent; position:relative; }
.nav-toggle span:not(.sr-only) { position:absolute; width:24px; height:1.5px; background:var(--ink); left:12px; transition:transform .2s, top .2s; }
.nav-toggle span:nth-child(2){ top:19px; }.nav-toggle span:nth-child(3){top:28px;}

.hero { min-height: calc(100svh - 86px); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(3rem, 6vw, 6rem); }
.hero-copy { padding-bottom: 2rem; }
.hero h1 em { display:inline-block; color:var(--moss); font-weight:400; }
.hero-lead { max-width: 620px; margin-top: 1.8rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color:#4c5a50; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:1.4rem; margin-top:2rem; }
.button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; gap:.6rem; padding:.85rem 1.25rem; border:1px solid transparent; text-decoration:none; font-weight:700; transition: transform .18s, background .18s, color .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background:var(--moss-dark); color:#fff; }
.button-dark:hover { background:#152018; }
.button-light { background:var(--paper-light); color:var(--moss-dark); }
.button-outline { border-color:var(--moss-dark); }
.button-outline:hover { background:var(--moss-dark); color:white; }
.text-link { display:inline-flex; gap:.5rem; align-items:center; font-weight:750; text-decoration:none; border-bottom:1px solid currentColor; }
.text-link:hover { color:var(--clay); }
.hero-note { display:flex; flex-wrap:wrap; gap:.5rem 1rem; margin-top:2.4rem; color:#647066; font-size:.82rem; }
.hero-note span + span::before { content:'·'; margin-right:1rem; color:var(--clay); }
.hero-visual { position:relative; padding: 0 2rem 2rem 0; }
.photo-frame { margin:0; overflow:hidden; background:#d7d2c6; }
.photo-frame-main { aspect-ratio: .92; box-shadow:var(--shadow); }
.photo-frame-main img { width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-seal { position:absolute; right:-1rem; bottom:0; width:154px; height:154px; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:var(--clay); color:white; transform:rotate(7deg); box-shadow:0 12px 30px rgba(93,49,34,.22); }
.hero-seal span { font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; }
.hero-seal strong { font-family:var(--serif); font-size:1.25rem; font-weight:500; }
.scribble { position:absolute; fill:none; stroke:var(--clay); stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.scribble-hero { width:160px; left:-4rem; top:1.5rem; transform:rotate(-18deg); }

.intro-band { background:var(--moss-dark); color:#eff2eb; }
.intro-band-inner { display:grid; grid-template-columns:.92fr 1fr; gap:clamp(3rem,8vw,8rem); align-items:end; padding-block:clamp(3.5rem,6vw,5.5rem); }
.intro-band p:last-child { max-width:650px; color:#d2dbd1; font-size:1.08rem; }

.section-heading { max-width:850px; margin-bottom:clamp(3rem,7vw,6rem); }
.products { overflow:hidden; }
.product-story { display:grid; grid-template-columns:1.12fr .88fr; gap:clamp(3rem,8vw,8rem); align-items:center; margin-bottom:clamp(6rem,11vw,11rem); }
.product-story:last-child { margin-bottom:0; }
.product-story-reverse .product-image-wrap { order:2; }
.product-story-reverse .product-copy { order:1; }
.product-image-wrap { position:relative; }
.product-image-wrap img { width:100%; aspect-ratio:1.08; object-fit:cover; box-shadow:var(--shadow); }
.product-story-wichtel img { object-position:center 65%; }
.product-story-light img { object-position:center; }
.index-mark { position:absolute; left:-1.2rem; top:-2.5rem; font-family:var(--serif); font-size:clamp(4rem,9vw,8rem); line-height:1; color:transparent; -webkit-text-stroke:1px var(--clay); opacity:.75; }
.product-story-reverse .index-mark { left:auto; right:-1.2rem; }
.product-copy { max-width:500px; }
.product-copy h3 { margin-bottom:1.6rem; }
.product-copy p:not(.eyebrow) { color:#566258; font-size:1.06rem; }
.product-copy .text-link { margin-top:.6rem; }

.gnome-world { background:var(--paper); }
.section-heading-split { max-width:none; display:grid; grid-template-columns:1fr .62fr; gap:clamp(3rem,10vw,10rem); align-items:end; }
.section-heading-split > p { color:#58665b; max-width:510px; }
.gnome-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:minmax(320px, 37vw); gap:1rem; }
.gnome-tile { position:relative; overflow:hidden; color:white; text-decoration:none; min-height:350px; }
.gnome-tile-wide { grid-column:span 2; }
.gnome-tile img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.gnome-tile::after { content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(12,20,14,.75), transparent 55%); }
.gnome-tile div { position:absolute; z-index:2; left:1.5rem; right:1.5rem; bottom:1.4rem; display:flex; flex-direction:column; }
.gnome-tile span { font-family:var(--serif); font-size:clamp(1.7rem,2.7vw,2.7rem); line-height:1.05; }
.gnome-tile small { font-size:.9rem; opacity:.85; }
.gnome-tile:hover img { transform:scale(1.035); }
.gnome-tile:focus-visible { outline:3px solid var(--sun); outline-offset:4px; }

.maker { display:grid; grid-template-columns:1.03fr .97fr; gap:clamp(4rem,10vw,10rem); align-items:center; }
.maker-visual { position:relative; min-height:620px; }
.portrait-wrap { position:absolute; top:0; left:0; width:59%; aspect-ratio:1; overflow:hidden; border-radius:50%; border:16px solid var(--paper); box-shadow:var(--shadow); z-index:2; }
.portrait-wrap img { width:100%; height:100%; object-fit:cover; }
.maker-detail { position:absolute; right:0; bottom:0; width:72%; aspect-ratio:.95; overflow:hidden; }
.maker-detail img { width:100%; height:100%; object-fit:cover; }
.scribble-maker { width:175px; left:-1.5rem; bottom:5rem; transform:rotate(185deg); z-index:3; }
.maker-copy { max-width:520px; }
.maker-copy h2 { margin-bottom:1.5rem; }
.maker-lead { font-family:var(--serif); font-size:clamp(1.35rem,2vw,1.8rem); line-height:1.35; color:var(--moss); }
.maker-copy p:not(.eyebrow):not(.maker-lead) { color:#58645b; }
.maker-copy .button { margin-top:1rem; }

.closing-cta { background:var(--moss-dark); color:white; }
.closing-inner { min-height:440px; padding-block:5rem; display:flex; gap:3rem; align-items:center; justify-content:space-between; }
.closing-cta .eyebrow { color:#dcb18e; }
.closing-cta h2 { max-width:850px; }

.site-footer { background:#19231c; color:#dfe5dd; padding-top:4.5rem; }
.footer-grid { display:grid; grid-template-columns:1.35fr .8fr .8fr; gap:3rem; padding-bottom:3.5rem; }
.footer-logo { filter:invert(1); opacity:.92; margin-bottom:1rem; }
.footer-grid p { color:#aeb9af; }
.footer-label { color:white!important; font-size:.76rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.footer-grid a { display:block; margin:.5rem 0; color:#dfe5dd; text-decoration:none; }
.footer-grid a:hover { text-decoration:underline; text-underline-offset:.22em; }
.footer-bottom { display:flex; justify-content:space-between; gap:2rem; padding-block:1.2rem; border-top:1px solid rgba(255,255,255,.12); color:#869387; font-size:.78rem; }
.footer-bottom p { margin:0; }

.legal-main { min-height:70vh; padding-block:clamp(4rem,8vw,8rem); }
.legal-shell { max-width:820px; }
.back-link { display:inline-block; margin-bottom:3rem; text-decoration:none; border-bottom:1px solid currentColor; }
.legal-main h1 { margin-bottom:3rem; overflow-wrap:anywhere; }
.legal-section { padding:2rem 0; border-top:1px solid var(--line); }
.legal-section h2 { font-size:1.65rem; margin-bottom:1rem; overflow-wrap:anywhere; }
.legal-section p { color:#4f5b52; }
.legal-note { background:var(--paper); margin-top:2rem; padding:2rem; border:0; }
.not-found { min-height:70vh; display:grid; place-items:center; padding-block:5rem; }
.not-found-inner { text-align:center; }
.not-found h1 { margin-bottom:1.5rem; }
.not-found .button { margin-top:1rem; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; transition-delay:calc(var(--delay,0) * 100ms); }
.reveal.is-visible { opacity:1; transform:none; }
[data-delay="1"] { --delay:1; }

:focus-visible { outline:3px solid var(--clay); outline-offset:4px; }

@media (max-width: 980px) {
  :root { --shell:min(100% - 36px, 760px); }
  .hero { min-height:auto; grid-template-columns:1fr; gap:3rem; padding-top:3rem; }
  .hero-copy { max-width:700px; }
  .hero-visual { width:min(100%,720px); margin-left:auto; }
  .hero-seal { right:1rem; }
  .intro-band-inner, .section-heading-split { grid-template-columns:1fr; gap:1.5rem; }
  .product-story { grid-template-columns:1fr; gap:2.5rem; }
  .product-story-reverse .product-image-wrap, .product-story-reverse .product-copy { order:initial; }
  .product-copy { max-width:660px; }
  .gnome-grid { grid-template-columns:1fr 1fr; grid-auto-rows:minmax(330px,55vw); }
  .gnome-tile-wide { grid-column:span 2; }
  .maker { grid-template-columns:1fr; }
  .maker-visual { width:min(100%,680px); min-height:650px; }
  .maker-copy { max-width:680px; }
  .closing-inner { align-items:flex-start; flex-direction:column; }
}

@media (min-width: 761px) and (max-width: 820px) {
  .header-inner { min-height:76px; }
  .brand img { width:58px; height:58px; }
  .nav-toggle { display:block; z-index:2; }
  .primary-nav { position:fixed; inset:76px 0 auto 0; display:grid; gap:0; padding:1rem 18px 1.4rem; background:var(--paper-light); border-bottom:1px solid var(--line); transform:translateY(-130%); opacity:0; visibility:hidden; transition:transform .22s ease, opacity .22s ease, visibility .22s; }
  .primary-nav.is-open { transform:none; opacity:1; visibility:visible; }
  .primary-nav a { padding:.9rem 0; border-bottom:1px solid var(--line); }
  .primary-nav .nav-cta { margin-top:.6rem; padding:.8rem 1rem; justify-content:center; border-bottom:1px solid var(--ink); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2){ top:24px; transform:rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3){ top:24px; transform:rotate(-45deg); }
}

@media (max-width: 760px) {
  :root { --shell:calc(100% - 28px); }
  html { scroll-padding-top:84px; }
  .header-inner { min-height:76px; }
  .brand img { width:58px; height:58px; }
  .nav-toggle { display:block; z-index:2; }
  .primary-nav { position:fixed; inset:76px 0 auto 0; display:grid; gap:0; padding:1rem 18px 1.4rem; background:var(--paper-light); border-bottom:1px solid var(--line); transform:translateY(-130%); opacity:0; visibility:hidden; transition:transform .22s ease, opacity .22s ease, visibility .22s; }
  .primary-nav.is-open { transform:none; opacity:1; visibility:visible; }
  .primary-nav a { padding:.9rem 0; border-bottom:1px solid var(--line); }
  .primary-nav .nav-cta { margin-top:.6rem; padding:.8rem 1rem; justify-content:center; border-bottom:1px solid var(--ink); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2){ top:24px; transform:rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3){ top:24px; transform:rotate(-45deg); }
  h1 { font-size:clamp(3.05rem,16vw,5.1rem); }
  h2 { font-size:clamp(2.35rem,12vw,4rem); }
  .hero { padding-block:2.5rem 4.5rem; }
  .hero-visual { padding:0 1rem 1rem 0; }
  .hero-seal { width:112px; height:112px; right:-.2rem; }
  .hero-seal strong { font-size:1rem; }
  .scribble-hero { width:110px; left:-1.5rem; top:-1rem; }
  .hero-note { display:grid; gap:.35rem; }
  .hero-note span + span::before { content:none; }
  .intro-band-inner { padding-block:3rem; }
  .product-story { margin-bottom:6rem; }
  .product-image-wrap img { aspect-ratio:1; }
  .index-mark { top:-1.8rem; left:-.25rem; }
  .product-story-reverse .index-mark { right:-.25rem; }
  .gnome-grid { display:flex; flex-direction:column; }
  .gnome-tile, .gnome-tile-wide { min-height:420px; }
  .maker-visual { min-height:500px; }
  .portrait-wrap { width:63%; border-width:10px; }
  .maker-detail { width:76%; }
  .closing-inner { min-height:390px; }
  .footer-grid { grid-template-columns:1fr; gap:2rem; }
  .footer-bottom { flex-direction:column; gap:.3rem; }
}

@media (max-width: 430px) {
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-actions .button { width:100%; }
  .hero-actions .text-link { align-self:flex-start; }
  .gnome-tile, .gnome-tile-wide { min-height:350px; }
  .maker-visual { min-height:430px; }
  .closing-inner .button { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.001ms!important; animation-duration:.001ms!important; animation-iteration-count:1!important; }
  .reveal { opacity:1; transform:none; }
  .gnome-tile:hover img, .button:hover { transform:none; }
}
