:root {
  --black: #070706;
  --black-soft: #0d0c0a;
  --panel: #12110e;
  --panel-light: #191711;
  --gold: #c7a66a;
  --gold-light: #ead39d;
  --gold-dark: #8f7242;
  --bordeaux-light: #a5485c;
  --ivory: #f4f0e7;
  --muted: #b9b2a4;
  --line: rgba(199, 166, 106, 0.23);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 6%, rgba(199, 166, 106, 0.08), transparent 26rem),
    var(--black);
  color: var(--ivory);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

::selection { background: var(--gold); color: var(--black); }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -8rem;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--gold-light);
  color: var(--black);
  font-weight: 750;
}

.skip-link:focus { top: 1rem; }

.wrap {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(199, 166, 106, 0.16);
  background: rgba(7, 7, 6, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(199, 166, 106, .55);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 3px rgba(165, 72, 92, .12);
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: none; transform: none; }

.brand-copy strong,
.brand-copy small { display: block; }
.brand-copy strong {
  font-size: .88rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand-copy small {
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: .15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  display: block;
  padding: .72rem .75rem;
  border-radius: 999px;
  color: #d9d3c8;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"] {
  background: rgba(199, 166, 106, 0.1);
  color: var(--gold-light);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
}

.hero {
  min-height: 0;
  padding-block: clamp(2rem, 5vw, 4rem) clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}
.hero-image { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #000; }
.hero-image img { width: 100%; height: auto; object-fit: contain; filter: none; opacity: 1; transform: none; }
.hero::before,
.hero::after { content: none; }

.hero-content {
  padding-block: clamp(3rem, 6vw, 5rem) 0;
}

.hero-copy { max-width: 790px; }
.creator-signature {
  width: fit-content;
  margin: 0 0 1.25rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(234, 211, 157, .52);
  border-radius: 999px;
  background: rgba(7, 7, 6, .58);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .25);
  backdrop-filter: blur(12px);
  color: var(--ivory);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.creator-signature span { color: var(--gold-light); }
.creator-signature strong { margin-left: .55rem; font-weight: 750; }
.eyebrow {
  margin: 0 0 1.15rem;
  color: var(--gold-light);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; }
h1 {
  max-width: 850px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.15rem, 8vw, 7.3rem);
  font-weight: 300;
  letter-spacing: -.055em;
}

.hero h1 strong { color: var(--gold-light); font-weight: 650; }
.hero-lead {
  max-width: 720px;
  margin: 0 0 2.1rem;
  color: #e1ddd4;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.2rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #11100d;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(199, 166, 106, .22); }
.button-ghost { background: rgba(7, 7, 6, .44); color: var(--gold-light); }
.button-small { min-height: 42px; padding: .6rem 1rem; font-size: .74rem; }

.page-hero {
  min-height: 0 !important;
  display: block;
  padding-top: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.page-hero img { position: static; display: block; width: min(calc(100% - 2.5rem), var(--max)); height: auto; margin-inline: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #000; object-fit: contain; filter: none; opacity: 1; transform: none; }
.page-hero::before { content: none; }
.page-hero .wrap { padding-block: clamp(2.75rem, 6vw, 5rem) clamp(3.5rem, 7vw, 6rem); }
.page-hero h1 { margin-bottom: 1rem; font-size: clamp(2.8rem, 7vw, 6.1rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: #ddd7cc; font-size: 1.1rem; }

.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section-alt { background: linear-gradient(180deg, rgba(199, 166, 106, .035), transparent); border-block: 1px solid rgba(199,166,106,.09); }
.section-heading { max-width: 790px; margin-bottom: 3rem; }
.section-heading h2,
.split h2,
.cta-panel h2 { margin-bottom: 1.2rem; font-size: clamp(2.1rem, 5vw, 4.2rem); font-weight: 340; letter-spacing: -.04em; }
.section-heading p,
.split-copy > p { color: var(--muted); }
.gold { color: var(--gold-light); }

.split {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.split.reverse .split-media { order: 2; }
.split-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.split-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.05); border-radius: inherit; pointer-events: none; }
.split-media img { position: static; width: 100%; height: auto; object-fit: contain; filter: none; transform: none; }
.split-media.landscape { min-height: 0; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card {
  min-height: 250px;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(25, 23, 17, .92), rgba(12, 12, 10, .96));
  box-shadow: 0 14px 50px rgba(0,0,0,.18);
}
.card .number { display: block; margin-bottom: 2rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
.card h3 { margin-bottom: .85rem; font-size: 1.28rem; font-weight: 650; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }

.process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.process article { position: relative; padding: 1.8rem 1.2rem 1rem 0; border-top: 1px solid var(--gold-dark); }
.process h3 { font-size: 1.08rem; }
.process p { color: var(--muted); font-size: .9rem; }

.gallery-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: .75rem; }
.gallery-preview figure { margin: 0; overflow: hidden; border-radius: 18px; border: 1px solid var(--line); }
.gallery-preview figure:nth-child(n) { grid-column: auto; grid-row: auto; }
.gallery-preview img { width: 100%; height: auto; object-fit: contain; filter: none; transition: none; transform: none; }
.gallery-preview figure:hover img { transform: none; }

.quote-panel,
.cta-panel,
.price-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 90% 5%, rgba(199, 166, 106, .2), transparent 24rem),
    linear-gradient(135deg, #17150f, #0d0c0a);
  box-shadow: var(--shadow);
}
.quote-panel blockquote { max-width: 920px; margin: 0; font-size: clamp(1.7rem, 4vw, 3.6rem); line-height: 1.2; font-weight: 320; letter-spacing: -.035em; }
.quote-panel footer { margin-top: 1.4rem; color: var(--gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cta-panel p { max-width: 720px; color: var(--muted); }

.feature-list { display: grid; gap: 1rem; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 1.6rem; color: var(--muted); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border: 1px solid var(--gold); border-radius: 50%; }

.price-hero { text-align: center; }
.price-hero .price-label { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.price-hero .price-value { margin: .35rem 0 1rem; color: var(--gold-light); font-size: clamp(3.1rem, 8vw, 7rem); font-weight: 300; letter-spacing: -.055em; line-height: 1; }
.price-hero p { max-width: 700px; margin-inline: auto; color: var(--muted); }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.team-lead { min-height: 460px; }
.team-role { padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.team-role:last-child { border-bottom: 0; }
.team-role strong { display: block; margin-bottom: .3rem; color: var(--gold-light); }
.team-role span { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.contact-card { min-height: 210px; }
.contact-card a { color: var(--gold-light); text-decoration-thickness: 1px; text-underline-offset: .2em; overflow-wrap: anywhere; }

.map-shell { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #191711, #0a0a09); }
.map-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-consent { max-width: 520px; padding: 2rem; text-align: center; }
.map-consent p { color: var(--muted); }

.filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter-button { padding: .65rem .95rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ivory); cursor: pointer; font-size: .76rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active { border-color: var(--gold); background: rgba(199,166,106,.12); color: var(--gold-light); }

.gallery-masonry { columns: 4 240px; column-gap: .8rem; }
.gallery-item { break-inside: avoid; margin: 0 0 .8rem; overflow: hidden; border: 1px solid rgba(199,166,106,.16); border-radius: 16px; background: var(--panel); cursor: zoom-in; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: auto; object-fit: contain; transition: none; transform: none; }
.gallery-item:hover img { transform: none; filter: none; }

.lightbox {
  position: fixed;
  z-index: 600;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0,0,0,.93);
}
.lightbox.is-open { display: flex; }
.lightbox img { width: auto; height: auto; max-width: min(94vw, 1300px); max-height: 90vh; object-fit: contain; border-radius: 12px; box-shadow: var(--shadow); }
.lightbox button { position: absolute; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(234,211,157,.45); border-radius: 50%; background: rgba(10,10,9,.72); color: var(--ivory); cursor: pointer; font-size: 1.25rem; }
.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev { left: 1rem; top: 50%; }
.lightbox-next { right: 1rem; top: 50%; }

.prose { max-width: 820px; }
.prose h2 { margin-top: 3.6rem; font-size: clamp(1.8rem, 4vw, 3.1rem); font-weight: 390; letter-spacing: -.03em; }
.prose h3 { margin-top: 2.2rem; font-size: 1.25rem; }
.prose p,
.prose li { color: #c9c3b8; }
.prose a { color: var(--gold-light); }
.legal-note { padding: 1rem 1.2rem; border-left: 2px solid var(--gold); background: rgba(199,166,106,.07); color: var(--muted); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2.5rem 1.25rem 0; cursor: pointer; color: var(--ivory); font-weight: 700; }
.faq details p { max-width: 820px; margin-top: 0; padding-bottom: 1.3rem; color: var(--muted); }

.site-footer { padding: 4rem 0 6.5rem; border-top: 1px solid var(--line); background: #050504; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-brand { max-width: 460px; }
.footer-hanko-logo { width: 68px; height: 68px; margin-bottom: 1rem; border: 1px solid rgba(199, 166, 106, .42); border-radius: 50%; background: #000; object-fit: contain; filter: none; transform: none; }
.footer-brand p { color: var(--muted); }
.footer-title { margin-bottom: .8rem; color: var(--gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links a { display: inline-block; padding: .18rem 0; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-websites {
  display: grid;
  grid-template-columns: minmax(190px, .6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.7rem;
  padding: 1.25rem;
  border: 1px solid rgba(199, 166, 106, .3);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(199, 166, 106, .11), rgba(18, 17, 14, .8));
}
.footer-websites-title {
  margin: 0;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}
.footer-website-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.footer-website-link {
  position: relative;
  display: flex;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  padding: .85rem 2.8rem .85rem 1rem;
  border: 1px solid rgba(234, 211, 157, .18);
  border-radius: 15px;
  background: rgba(7, 7, 6, .58);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.footer-website-link::after { content: "↗"; position: absolute; right: 1rem; top: 50%; color: var(--gold); font-size: 1.15rem; transform: translateY(-50%); }
.footer-website-link span { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-website-link strong { color: var(--ivory); font-size: 1rem; }
.footer-website-link.is-current { border-color: rgba(199, 166, 106, .52); background: rgba(199, 166, 106, .14); }
.footer-website-link.is-current::after { content: "●"; color: var(--bordeaux-light); font-size: .72rem; }
.footer-website-link:hover,
.footer-website-link:focus-visible { border-color: var(--gold); background: rgba(199, 166, 106, .1); transform: translateY(-2px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(199,166,106,.12); color: #8f8a81; font-size: .78rem; }

.mobile-contact {
  position: fixed;
  z-index: 400;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  grid-template-columns: 1fr 1fr 44px;
  gap: .45rem;
  padding: .5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 12, 10, .94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.mobile-contact a,
.mobile-contact button { min-height: 44px; display: grid; place-items: center; border: 0; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.mobile-contact a:first-child { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #11100d; }
.mobile-contact a:nth-child(2) { border: 1px solid var(--line); color: var(--ivory); }
.mobile-contact button { background: transparent; color: var(--muted); cursor: pointer; font-size: 1.25rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: .75rem 1.25rem 1rem; border-bottom: 1px solid var(--line); background: rgba(8,8,7,.98); }
  .site-nav.is-open { display: block; }
  .nav-list { align-items: stretch; flex-direction: column; }
  .nav-list a { padding: .8rem 1rem; }
  .split, .team-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 1.5rem), var(--max)); }
  .header-inner { min-height: 72px; }
  .brand-copy strong { font-size: .76rem; }
  .brand-copy small { font-size: .58rem; }
  .brand-mark { width: 44px; height: 44px; }
  .hero-image,
  .page-hero img { width: min(calc(100% - 1.5rem), var(--max)); }
  .creator-signature { max-width: 100%; border-radius: 18px; line-height: 1.45; }
  .creator-signature span,
  .creator-signature strong { display: block; margin-left: 0; }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .cards, .process, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-masonry { columns: 2 140px; column-gap: .55rem; }
  .gallery-item { margin-bottom: .55rem; border-radius: 12px; }
  .footer-bottom { flex-direction: column; }
  .footer-websites { grid-template-columns: 1fr; }
  .footer-website-links { grid-template-columns: 1fr; }
  .mobile-contact { display: grid; }
}

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

@media print {
  .site-header, .mobile-contact, .actions, .site-footer, .filters { display: none !important; }
  body { background: #fff; color: #111; }
  .page-hero { min-height: auto; }
  .page-hero img { display: none; }
  .prose p, .prose li { color: #222; }
}
