/* V180 — clean boutique homepage. No product filters, flips or non-proportional scaling. */
:root {
  --v180-paper: #fffdfa;
  --v180-ivory: #faf6ef;
  --v180-linen: #f2e8dc;
  --v180-champagne: #b88a50;
  --v180-gold: #9b6d36;
  --v180-gold-deep: #76502b;
  --v180-ink: #342b24;
  --v180-copy: #655a50;
  --v180-muted: #75685e;
  --v180-line: rgba(118, 80, 43, .18);
  --v180-line-strong: rgba(118, 80, 43, .3);
  --v180-shadow: 0 28px 78px rgba(94, 65, 34, .12);
  --v180-soft-shadow: 0 14px 42px rgba(94, 65, 34, .09);
  --v180-serif: "Noto Serif TC", "Songti TC", Georgia, serif;
  --v180-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.v180-home {
  margin: 0;
  color: var(--v180-ink);
  background: var(--v180-paper);
  font-family: var(--v180-sans);
  font-size: 16px;
  line-height: 1.75;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body.v180-home img { display: block; max-width: 100%; }
body.v180-home a { color: inherit; }
body.v180-home button, body.v180-home input, body.v180-home select, body.v180-home textarea { font: inherit; }
body.v180-home section[id], body.v180-home form[id] { scroll-margin-top: 92px; }
body.v180-home .v180-record[id] { scroll-margin-top: 92px; }
body.v180-home [hidden] { display: none !important; }

.v180-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.v180-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;
}
.v180-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--v180-gold-deep);
  border-radius: 999px;
  transform: translateY(-150%);
}
.v180-skip:focus { transform: none; }

.v180-service-bar {
  border-bottom: 1px solid var(--v180-line);
  color: var(--v180-copy);
  background: #f8f2e9;
  font-size: 12px;
  letter-spacing: .04em;
}
.v180-service-bar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.v180-service-bar strong { color: var(--v180-gold-deep); font-size: 14px; letter-spacing: .08em; }
.v180-service-bar a { text-decoration: none; }
.v180-service-bar i { width: 1px; height: 13px; background: var(--v180-line-strong); }

.v180-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(118, 80, 43, .12);
  background: rgba(255, 253, 250, .95);
  box-shadow: 0 8px 28px rgba(83, 57, 31, .05);
  backdrop-filter: blur(16px);
}
.v180-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 74px;
  align-items: center;
  gap: 28px;
}
.v180-wordmark { display: grid; text-decoration: none; line-height: 1; }
.v180-wordmark b { font: 500 25px/1.15 var(--v180-serif); letter-spacing: .18em; }
.v180-wordmark small { margin-top: 5px; color: var(--v180-gold); font: 600 8px/1 Georgia, serif; letter-spacing: .38em; }
.v180-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.3vw, 34px); }
.v180-nav a { position: relative; color: var(--v180-copy); font-size: 13px; font-weight: 500; text-decoration: none; letter-spacing: .04em; }
.v180-nav a::after { content: ""; position: absolute; right: 50%; bottom: -9px; left: 50%; height: 1px; background: var(--v180-gold); transition: left .18s ease, right .18s ease; }
.v180-nav a:hover::after, .v180-nav a:focus-visible::after { right: 0; left: 0; }
.v180-header__actions { display: flex; align-items: center; gap: 10px; }
.v180-header__actions > a:first-child { color: var(--v180-gold-deep); font-size: 12px; font-weight: 700; text-decoration: none; }
.v180-menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--v180-line-strong); border-radius: 50%; background: var(--v180-paper); }
.v180-menu-button span { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--v180-ink); }
.v180-mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 16px 24px 24px; border-top: 1px solid var(--v180-line); border-bottom: 1px solid var(--v180-line); background: var(--v180-paper); box-shadow: var(--v180-soft-shadow); }
.v180-mobile-menu a { display: flex; min-height: 48px; align-items: center; border-bottom: 1px solid var(--v180-line); color: var(--v180-copy); text-decoration: none; }

.v180-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 23px;
  border: 1px solid var(--v180-gold-deep);
  border-radius: 999px;
  color: #fff !important;
  background: var(--v180-gold-deep);
  box-shadow: 0 12px 28px rgba(97, 66, 32, .14);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.v180-button:hover { border-color: var(--v180-champagne); background: var(--v180-champagne); box-shadow: 0 15px 34px rgba(97, 66, 32, .18); }
.v180-button--small { min-height: 42px; padding: 9px 18px; font-size: 12px; }
.v180-button--ghost { color: var(--v180-gold-deep) !important; background: transparent; box-shadow: none; }
.v180-text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--v180-gold-deep) !important; font-size: 13px; font-weight: 700; text-decoration: none; }

.v180-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--v180-gold-deep); font: 600 11px/1.4 Georgia, serif; letter-spacing: .2em; text-transform: uppercase; }
.v180-kicker::before { content: ""; width: 42px; height: 1px; background: var(--v180-champagne); }
.v180-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); align-items: end; gap: 44px; margin-bottom: clamp(36px, 5vw, 66px); }
.v180-heading h2 { margin: 0; font: 500 clamp(34px, 4.8vw, 68px)/1.18 var(--v180-serif); letter-spacing: -.02em; }
.v180-heading h2 em { color: var(--v180-gold-deep); font-style: normal; }
.v180-heading > p { margin: 0 0 .4em; color: var(--v180-copy); font-size: 15px; line-height: 1.9; }

.v180-hero {
  position: relative;
  min-height: min(840px, calc(100svh - 112px));
  padding: clamp(62px, 7vw, 110px) 0 clamp(70px, 8vw, 120px);
  background:
    radial-gradient(circle at 88% 17%, rgba(220, 192, 150, .24), transparent 31%),
    linear-gradient(145deg, #fffefa, #f9f3ea 61%, #f2e5d5);
  overflow: hidden;
}
.v180-hero::before { content: ""; position: absolute; width: 580px; aspect-ratio: 1; right: -190px; top: -280px; border: 1px solid rgba(155, 109, 54, .12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(155, 109, 54, .025), 0 0 0 140px rgba(155, 109, 54, .018); }
.v180-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(44px, 7vw, 100px); }
.v180-hero h1 { margin: 0; max-width: 780px; font: 500 clamp(48px, 6.8vw, 94px)/1.04 var(--v180-serif); letter-spacing: -.045em; }
.v180-hero h1 strong { display: block; color: var(--v180-gold-deep); font-weight: 500; }
.v180-hero__subtitle { margin: 24px 0 10px; color: var(--v180-ink); font: 500 clamp(20px, 2vw, 27px)/1.55 var(--v180-serif); }
.v180-hero__lead { max-width: 600px; margin: 0; color: var(--v180-copy); font-size: clamp(15px, 1.35vw, 17px); line-height: 1.95; }
.v180-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.v180-hero__checks { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--v180-copy); font-size: 13px; }
.v180-hero__checks li { display: flex; align-items: center; gap: 8px; }
.v180-hero__checks li::before { content: ""; width: 7px; height: 7px; border: 1px solid var(--v180-gold); border-radius: 50%; background: #fff; }
.v180-hero__legal { margin: 20px 0 0; color: var(--v180-muted); font-size: 11px; letter-spacing: .04em; }
.v180-hero__art { position: relative; min-width: 0; margin: 0; padding: clamp(36px, 5vw, 70px) 12px 28px; border: 1px solid var(--v180-line-strong); border-radius: 320px 320px 38px 38px; background: radial-gradient(circle at 50% 42%, #fff 0 25%, rgba(255,255,255,.8) 48%, transparent 70%), linear-gradient(160deg, #fff, #ead5b9); box-shadow: var(--v180-shadow); overflow: visible; }
.v180-hero__art::after { content: ""; position: absolute; z-index: 0; right: 16%; bottom: 25px; left: 16%; height: 28px; border-radius: 50%; background: rgba(103, 70, 36, .12); box-shadow: 0 14px 30px rgba(103, 70, 36, .08); }
.v180-hero__art img { position: relative; z-index: 1; width: min(100%, 780px); height: auto; margin: 0 auto; object-fit: contain; }
.v180-hero__art figcaption { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 14px 24px 0; color: var(--v180-copy); font-size: 12px; }
.v180-hero__art figcaption small { color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .2em; }
.v180-hero__badge { position: absolute; z-index: 3; top: 12%; right: -18px; display: grid; width: 112px; aspect-ratio: 1; place-content: center; border: 1px solid var(--v180-line-strong); border-radius: 50%; color: var(--v180-gold-deep); background: rgba(255,253,250,.94); box-shadow: var(--v180-soft-shadow); text-align: center; }
.v180-hero__badge b { font: 500 30px/1 Georgia, serif; }
.v180-hero__badge small { margin-top: 7px; font-size: 10px; letter-spacing: .08em; }

.v180-curation { padding: clamp(82px, 10vw, 150px) 0; background: var(--v180-paper); }
.v180-curation__layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr); align-items: center; gap: clamp(48px, 7vw, 96px); }
.v180-curation__stage { min-width: 0; margin: 0; }
.v180-curation__window { position: relative; display: grid; min-height: 610px; place-items: center; padding: 48px; border: 1px solid var(--v180-line-strong); border-radius: 300px 300px 32px 32px; background: radial-gradient(circle at 50% 43%, #fff 0 24%, rgba(255,255,255,.6) 48%, transparent 68%), linear-gradient(155deg, #fffefa, #e9d6bb); box-shadow: var(--v180-shadow); overflow: hidden; }
.v180-curation__window::after { content: ""; position: absolute; right: 22%; bottom: 10%; left: 22%; height: 28px; border-radius: 50%; background: rgba(103, 70, 36, .12); }
.v180-urn-crop { position: relative; z-index: 1; width: min(100%, 480px); max-width: 480px; aspect-ratio: 1492 / 1581; margin-inline: auto; background-image: url("../images/eternal/urn-collection-cutout.png"); background-repeat: no-repeat; background-size: 300% 200%; background-position: 0 0; transition: opacity .18s ease; }
.v180-urn-crop.is-changing { opacity: .35; }
.v180-urn-crop[data-urn="pearl"] { background-position: 0% 0%; }
.v180-urn-crop[data-urn="white-gold"] { background-position: 50% 0%; }
.v180-urn-crop[data-urn="jade-glow"] { background-position: 100% 0%; }
.v180-urn-crop[data-urn="ivory"] { background-position: 0% 100%; }
.v180-urn-crop[data-urn="celadon"] { background-position: 50% 100%; }
.v180-urn-crop[data-urn="amber"] { background-position: 100% 100%; }
.v180-curation__caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; color: var(--v180-copy); font-size: 12px; }
.v180-curation__caption small { color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .18em; }
.v180-curation__content { min-width: 0; }
.v180-curation__content h2 { margin: 0; font: 500 clamp(38px, 5vw, 66px)/1.16 var(--v180-serif); }
.v180-curation__content > p { color: var(--v180-copy); line-height: 1.9; }
.v180-curation__selected { margin-top: 22px; padding: 20px; border: 1px solid var(--v180-line); border-radius: 18px; background: rgba(255,255,255,.6); }
.v180-curation__selected > small { color: var(--v180-gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.v180-curation__selected h3 { margin: 7px 0 5px; font: 500 26px/1.35 var(--v180-serif); }
.v180-curation__selected > p { margin: 0; color: var(--v180-copy); font-size: 14px; line-height: 1.75; }
.v180-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 30px 0 0; }
.v180-tabs button { display: flex; min-width: 0; min-height: 56px; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid var(--v180-line); border-radius: 15px; color: var(--v180-copy); background: #fffefa; text-align: left; cursor: pointer; }
.v180-tabs button[aria-selected="true"] { border-color: var(--v180-gold); color: var(--v180-gold-deep); background: #fbf3e7; box-shadow: 0 10px 24px rgba(94,65,34,.08); }
.v180-tabs i { flex: 0 0 18px; width: 18px; height: 18px; border: 1px solid var(--v180-line-strong); border-radius: 50%; background: #f7efe4; }
.v180-tabs button:nth-child(2) i { background: #fff; box-shadow: inset 0 0 0 4px #d3a968; }
.v180-tabs button:nth-child(3) i { background: #bdcbb5; }
.v180-tabs button:nth-child(4) i { background: #eadfcf; }
.v180-tabs button:nth-child(5) i { background: #d4ddcd; }
.v180-tabs button:nth-child(6) i { background: #c88943; }
.v180-curation__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
.v180-curation__facts div { min-width: 0; padding: 14px; border: 1px solid var(--v180-line); border-radius: 14px; background: #fcf8f2; }
.v180-curation__facts b { display: block; color: var(--v180-gold-deep); font: 500 13px/1.2 Georgia, serif; }
.v180-curation__facts span { display: block; margin-top: 6px; font-size: 12px; }
.v180-curation__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 26px; }
.v180-curation__note { color: var(--v180-muted) !important; font-size: 12px; }

.v180-proof { padding: clamp(78px, 9vw, 132px) 0; background: #f7f0e7; }
.v180-proof__layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.v180-proof__media { margin: 0; border: 1px solid var(--v180-line-strong); border-radius: 34px; overflow: hidden; box-shadow: var(--v180-shadow); }
.v180-proof__media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.v180-proof__copy h2 { margin: 0; font: 500 clamp(36px, 4.7vw, 64px)/1.18 var(--v180-serif); }
.v180-proof__copy > p { color: var(--v180-copy); line-height: 1.95; }
.v180-proof__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 30px; border: 1px solid var(--v180-line); border-radius: 22px; background: var(--v180-line); overflow: hidden; }
.v180-proof__grid div { min-width: 0; padding: 20px; background: var(--v180-paper); }
.v180-proof__grid small { display: block; color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .14em; }
.v180-proof__grid strong { display: block; margin-top: 7px; font-size: 14px; overflow-wrap: anywhere; }

.v180-journey { padding: clamp(82px, 10vw, 150px) 0; background: var(--v180-paper); }
.v180-journey__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(46px, 7vw, 90px); align-items: start; }
.v180-journey__visual { position: sticky; top: 104px; margin: 0; }
.v180-journey__visual img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--v180-line-strong); border-radius: 30px; box-shadow: var(--v180-shadow); }
.v180-journey__visual figcaption { margin-top: 14px; color: var(--v180-copy); font-size: 12px; }
.v180-journey__copy h2 { margin: 0; font: 500 clamp(36px, 4.7vw, 64px)/1.18 var(--v180-serif); }
.v180-journey__copy > p { color: var(--v180-copy); line-height: 1.95; }
.v180-steps { display: grid; gap: 1px; margin: 32px 0 0; padding: 0; border: 1px solid var(--v180-line); border-radius: 22px; background: var(--v180-line); list-style: none; overflow: hidden; }
.v180-steps li { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 16px; padding: 20px; background: var(--v180-paper); }
.v180-steps li > b { color: var(--v180-gold); font: 500 17px/1.4 Georgia, serif; }
.v180-steps h3 { margin: 0; font: 500 20px/1.45 var(--v180-serif); }
.v180-steps p { margin: 5px 0 0; color: var(--v180-copy); font-size: 13px; line-height: 1.75; }
.v180-record { margin-top: 24px; padding: 22px; border: 1px solid var(--v180-line); border-radius: 22px; background: #faf5ed; }
.v180-record > strong { font: 500 20px/1.4 var(--v180-serif); }
.v180-record__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.v180-record__grid span { min-width: 0; padding: 12px; border: 1px solid var(--v180-line); border-radius: 12px; background: var(--v180-paper); color: var(--v180-copy); font-size: 12px; text-align: center; }
.v180-payment { display: flex; align-items: center; gap: 14px; margin-top: 18px; color: var(--v180-copy); font-size: 12px; }
.v180-payment b { color: var(--v180-gold-deep); font: 500 20px/1 Georgia, serif; }

.v180-showroom { padding: clamp(80px, 10vw, 145px) 0; background: #f7f0e7; }
.v180-showroom__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 260px; gap: 12px; }
.v180-showroom__grid button { position: relative; min-width: 0; padding: 0; border: 1px solid var(--v180-line-strong); border-radius: 22px; background: var(--v180-paper); overflow: hidden; cursor: pointer; }
.v180-showroom__grid button:first-child { grid-column: span 6; grid-row: span 2; }
.v180-showroom__grid button:not(:first-child) { grid-column: span 3; }
.v180-showroom__grid img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.v180-showroom__grid button:first-child img { min-height: 0; }
.v180-showroom__grid span { position: absolute; right: 12px; bottom: 12px; padding: 7px 11px; border: 1px solid rgba(118,80,43,.22); border-radius: 999px; color: var(--v180-gold-deep); background: rgba(255,253,250,.9); font-size: 10px; }
.v180-showroom__contact { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 22px 24px; border: 1px solid var(--v180-line); border-radius: 20px; background: var(--v180-paper); }
.v180-showroom__contact strong, .v180-showroom__contact span { display: block; }
.v180-showroom__contact small { color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .15em; }
.v180-showroom__contact strong { margin-top: 5px; font: 500 19px/1.4 var(--v180-serif); }
.v180-showroom-dialog { width: min(1080px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 26px; background: var(--v180-paper); box-shadow: 0 40px 100px rgba(50,35,20,.32); overflow: hidden; }
.v180-showroom-dialog::backdrop { background: rgba(61, 46, 33, .72); }
.v180-showroom-dialog img { width: 100%; max-height: 78vh; object-fit: contain; background: #f5eee4; }
.v180-showroom-dialog__bar { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 16px; }
.v180-showroom-dialog__bar button { min-width: 44px; min-height: 44px; border: 1px solid var(--v180-line); border-radius: 50%; color: var(--v180-gold-deep); background: var(--v180-paper); cursor: pointer; }

.v180-pricing { padding: clamp(82px, 10vw, 145px) 0; background: var(--v180-paper); }
.v180-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.v180-price-card { min-width: 0; padding: clamp(24px, 3vw, 40px); border: 1px solid var(--v180-line); border-radius: 24px; background: linear-gradient(150deg, #fffefa, #f8f0e5); }
.v180-price-card small { color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .16em; }
.v180-price-card h3 { margin: 16px 0 8px; font: 500 25px/1.4 var(--v180-serif); }
.v180-price-card p { min-height: 78px; margin: 0; color: var(--v180-copy); font-size: 13px; line-height: 1.8; }
.v180-price-card strong { display: block; margin-top: 26px; color: var(--v180-gold-deep); font: 500 clamp(27px, 3vw, 38px)/1.2 Georgia, serif; }
.v180-price-card strong span { display: block; margin-bottom: 8px; color: var(--v180-muted); font: 500 11px/1.4 var(--v180-sans); }
.v180-price-note { margin: 20px 0 0; color: var(--v180-muted); font-size: 12px; line-height: 1.8; }
.v180-pricing__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.v180-services { padding: clamp(80px, 9vw, 130px) 0; background: #f7f0e7; }
.v180-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.v180-service-card { display: grid; min-width: 0; grid-template-rows: 230px auto; border: 1px solid var(--v180-line); border-radius: 24px; background: var(--v180-paper); overflow: hidden; text-decoration: none; }
.v180-service-card__media { display: grid; place-items: center; padding: 20px; background: linear-gradient(145deg, #fff, #ecdbc5); overflow: hidden; }
.v180-service-card__media img { width: 100%; height: 100%; object-fit: contain; }
.v180-service-card__body { padding: 24px; }
.v180-service-card__body small { color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .14em; }
.v180-service-card h3 { margin: 10px 0 8px; font: 500 24px/1.4 var(--v180-serif); }
.v180-service-card p { margin: 0; color: var(--v180-copy); font-size: 13px; line-height: 1.8; }
.v180-service-card b { display: block; margin-top: 18px; color: var(--v180-gold-deep); font-size: 12px; }

.v180-request { padding: clamp(82px, 10vw, 150px) 0; background: var(--v180-paper); }
.v180-request__layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); align-items: start; gap: clamp(40px, 7vw, 90px); }
.v180-request__copy { position: sticky; top: 104px; }
.v180-request__copy h2 { margin: 0; font: 500 clamp(38px, 4.8vw, 66px)/1.18 var(--v180-serif); }
.v180-request__copy > p { color: var(--v180-copy); line-height: 1.95; }
.v180-request__contacts { display: grid; gap: 8px; margin-top: 28px; }
.v180-request__contacts a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 16px; border: 1px solid var(--v180-line); border-radius: 14px; color: var(--v180-copy); text-decoration: none; }
.v180-request__contacts strong { color: var(--v180-gold-deep); }
.v180-form { padding: clamp(25px, 4vw, 46px); border: 1px solid var(--v180-line-strong); border-radius: 28px; background: #faf5ed; box-shadow: var(--v180-soft-shadow); }
.v180-form-success { margin-bottom: 16px; padding: 18px 20px; border: 1px solid var(--v180-gold); border-radius: 18px; color: var(--v180-copy); background: #fff9ef; }
.v180-form-success strong { display: block; color: var(--v180-gold-deep); font: 500 21px/1.4 var(--v180-serif); }
.v180-form-success p { margin: 5px 0 0; font-size: 13px; line-height: 1.75; }
.v180-form__head span { color: var(--v180-gold-deep); font: 600 9px/1.4 Georgia, serif; letter-spacing: .17em; }
.v180-form__head h3 { margin: 8px 0 4px; font: 500 28px/1.4 var(--v180-serif); }
.v180-form__head p { margin: 0 0 24px; color: var(--v180-copy); font-size: 13px; }
.v180-form__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.v180-form label { min-width: 0; color: var(--v180-copy); font-size: 12px; }
.v180-form label > span { display: block; margin-bottom: 7px; }
.v180-form input, .v180-form select, .v180-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--v180-line-strong); border-radius: 12px; color: var(--v180-ink); background: var(--v180-paper); }
.v180-form textarea { min-height: 110px; resize: vertical; }
.v180-form__wide { grid-column: 1 / -1; }
.v180-form__consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; line-height: 1.65; }
.v180-form__consent input { flex: 0 0 auto; width: 18px; min-height: 18px; margin-top: 2px; }
.v180-form__note { margin: 13px 0 0; color: var(--v180-muted); font-size: 11px; line-height: 1.7; }
.v180-form__honeypot { position: absolute; left: -9999px; }
.v180-faq { margin-top: 36px; }
.v180-faq h3 { font: 500 22px/1.4 var(--v180-serif); }
.v180-faq details { border-top: 1px solid var(--v180-line); }
.v180-faq details:last-child { border-bottom: 1px solid var(--v180-line); }
.v180-faq summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 16px; color: var(--v180-ink); cursor: pointer; font-size: 14px; font-weight: 600; }
.v180-faq summary::after { content: "+"; color: var(--v180-gold-deep); font: 400 22px/1 Georgia, serif; }
.v180-faq details[open] summary::after { content: "−"; }
.v180-faq details p { margin: 0; padding: 0 0 20px; color: var(--v180-copy); font-size: 13px; line-height: 1.8; }

.v180-footer { padding: 66px 0 24px; border-top: 1px solid var(--v180-line); background: #f6eee4; }
.v180-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, minmax(140px, .7fr)); gap: 34px; }
.v180-footer__brand p { max-width: 320px; color: var(--v180-copy); font-size: 13px; }
.v180-footer__brand strong { font-size: 12px; }
.v180-footer__links { display: grid; align-content: start; gap: 8px; }
.v180-footer__links b { margin-bottom: 7px; font: 500 16px/1.4 var(--v180-serif); }
.v180-footer__links a { color: var(--v180-copy); font-size: 12px; text-decoration: none; }
.v180-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--v180-line); color: var(--v180-muted); font-size: 11px; }
.v180-footer__bottom div { display: flex; gap: 16px; }
.v180-footer__bottom a { text-decoration: none; }

.v180-mobile-actions { display: none; }

body.v180-home :focus-visible { outline: 2px solid var(--v180-gold); outline-offset: 4px; }

@media (max-width: 1120px) {
  .v180-header__inner { grid-template-columns: auto 1fr auto; }
  .v180-nav { display: none; }
  .v180-menu-button { display: block; }
  .v180-hero__grid { grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); gap: 40px; }
  .v180-hero__badge { right: 0; }
  .v180-curation__layout { grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr); gap: 44px; }
}

@media (max-width: 900px) {
  .v180-shell { width: min(100% - 36px, 760px); }
  .v180-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .v180-hero { min-height: auto; }
  .v180-hero__grid, .v180-curation__layout, .v180-proof__layout, .v180-journey__layout, .v180-request__layout { grid-template-columns: 1fr; }
  .v180-hero__copy { max-width: 700px; }
  .v180-hero__art { max-width: 760px; margin-inline: auto; }
  .v180-curation__stage { max-width: 650px; margin-inline: auto; }
  .v180-curation__content { width: 100%; max-width: 700px; margin-inline: auto; }
  .v180-journey__visual, .v180-request__copy { position: static; }
  .v180-showroom__grid button:first-child { grid-column: span 12; grid-row: auto; }
  .v180-showroom__grid button:not(:first-child) { grid-column: span 6; }
  .v180-showroom__grid button:first-child img { min-height: 420px; }
  .v180-price-grid, .v180-service-grid { grid-template-columns: 1fr; }
  .v180-price-card p { min-height: auto; }
  .v180-service-card { grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); grid-template-rows: auto; }
  .v180-request__copy { max-width: 700px; }
  .v180-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  html { scroll-behavior: auto; }
  body.v180-home { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .v180-shell { width: min(100% - 30px, 620px); }
  .v180-service-bar__inner { justify-content: space-between; gap: 8px; }
  .v180-service-bar__inner > span:not(:first-child), .v180-service-bar i, .v180-service-bar__inner > a:not(:first-of-type) { display: none; }
  .v180-header__inner { min-height: 66px; gap: 10px; }
  .v180-wordmark b { font-size: 21px; }
  .v180-header__actions > a { display: none; }
  .v180-menu-button { display: block; }
  .v180-hero { padding: 52px 0 72px; }
  .v180-hero__grid { display: grid; }
  .v180-hero__copy { display: contents; }
  .v180-hero__copy .v180-kicker { order: 1; }
  .v180-hero__copy h1 { order: 2; }
  .v180-hero__subtitle { order: 3; }
  .v180-hero__art { order: 4; }
  .v180-hero__actions { order: 5; }
  .v180-hero__lead { order: 6; }
  .v180-hero__checks { order: 7; }
  .v180-hero__legal { order: 8; }
  .v180-hero h1 { font-size: clamp(43px, 14vw, 68px); }
  .v180-hero__subtitle { margin-top: 20px; }
  .v180-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 16px; }
  .v180-button { width: 100%; }
  .v180-hero__checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .v180-hero__checks li { min-width: 0; flex-direction: column; align-items: flex-start; gap: 6px; padding: 11px; border: 1px solid var(--v180-line); border-radius: 12px; background: rgba(255,255,255,.5); font-size: 11px; }
  .v180-hero__art { margin-top: 8px; padding: 26px 5px 16px; border-radius: 210px 210px 24px 24px; }
  .v180-hero__art figcaption { align-items: flex-start; flex-direction: column; margin-inline: 14px; }
  .v180-hero__badge { top: 6%; right: -6px; width: 86px; }
  .v180-hero__badge b { font-size: 24px; }
  .v180-curation, .v180-proof, .v180-journey, .v180-showroom, .v180-pricing, .v180-services, .v180-request { padding-block: 72px; }
  .v180-curation__window { min-height: 440px; padding: 28px 16px; border-radius: 205px 205px 24px 24px; }
  .v180-urn-crop { width: min(100%, 370px); }
  .v180-tabs { display: flex; width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; padding: 0 0 8px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .v180-tabs::-webkit-scrollbar { display: none; }
  .v180-tabs button { flex: 0 0 min(68vw, 230px); scroll-snap-align: start; }
  .v180-curation__facts { grid-template-columns: 1fr; }
  .v180-curation__actions { display: grid; grid-template-columns: 1fr; }
  .v180-proof__grid { grid-template-columns: 1fr; }
  .v180-record__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v180-showroom__grid { display: flex; width: 100%; margin-right: 0; margin-left: 0; padding: 0 0 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .v180-showroom__grid::-webkit-scrollbar { display: none; }
  .v180-showroom__grid button, .v180-showroom__grid button:first-child, .v180-showroom__grid button:not(:first-child) { flex: 0 0 min(84vw, 430px); min-height: 310px; scroll-snap-align: center; }
  .v180-showroom__grid img, .v180-showroom__grid button:first-child img { min-height: 310px; aspect-ratio: 4 / 3; }
  .v180-showroom__contact { align-items: stretch; flex-direction: column; }
  .v180-service-card { grid-template-columns: 1fr; grid-template-rows: 210px auto; }
  .v180-form__fields { grid-template-columns: 1fr; }
  .v180-form__wide { grid-column: auto; }
  .v180-footer__grid { grid-template-columns: 1fr; }
  .v180-footer__bottom { align-items: flex-start; flex-direction: column; }
  .v180-mobile-actions { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.25fr; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--v180-line-strong); background: var(--v180-paper); box-shadow: 0 -12px 32px rgba(78,52,28,.1); }
  .v180-mobile-actions a { display: grid; min-height: 64px; place-content: center; color: var(--v180-gold-deep); font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; }
  .v180-mobile-actions a:last-child { color: #fff; background: var(--v180-gold-deep); }
  .v180-mobile-actions small { display: block; font-size: 9px; font-weight: 500; letter-spacing: .08em; }
}

@media (max-width: 430px) {
  .v180-shell { width: calc(100% - 24px); }
  .v180-kicker { font-size: 9px; }
  .v180-heading h2, .v180-proof__copy h2, .v180-journey__copy h2, .v180-request__copy h2 { font-size: 34px; }
  .v180-curation__content h2 { font-size: 36px; }
  .v180-curation__window { min-height: 395px; border-radius: 180px 180px 22px 22px; }
  .v180-urn-crop { width: 100%; }
  .v180-record__grid { grid-template-columns: 1fr; }
  .v180-payment { align-items: flex-start; flex-wrap: wrap; }
}

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