:root {
  --dark: #18191d;
  --dark-surface: #222329;
  --dark-line: #373940;
  --paper: #f2ece3;
  --paper-light: #fbf7f0;
  --paper-deep: #e6dbcd;
  --ink: #29282a;
  --ink-soft: #625e5b;
  --wine: #8f4055;
  --wine-dark: #713044;
  --wine-light: #bd7788;
  --gold: #c3a36a;
  --cream-text: #f6f0e7;
  --muted-dark: #b9b2aa;
  --line: #d5c8b8;
}

body { background: var(--paper); }
body::before { opacity: .2; }

.site-header:not(.is-scrolled) { border-color: rgba(255,255,255,.07); }
.site-header:not(.is-scrolled) .header-logo { color: var(--cream-text); }
.site-header:not(.is-scrolled) .header-nav a { color: var(--muted-dark); }
.site-header:not(.is-scrolled) .header-nav a:hover { color: var(--gold); }
.site-header:not(.is-scrolled) .header-order { border-color: var(--gold); color: var(--cream-text); }
.site-header:not(.is-scrolled) .header-order:hover { background: var(--gold); color: var(--dark); }
.site-header.is-scrolled { background: rgba(242,236,227,.92); }
.site-header.is-scrolled .header-logo { color: var(--ink); }

.hero {
  min-height: 84svh;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 24%, rgba(195,163,106,.15), transparent 27%),
    radial-gradient(circle at 15% 82%, rgba(166,82,104,.11), transparent 30%),
    linear-gradient(145deg, #18191d, #1d1e23 65%, #17181b);
  color: var(--cream-text);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 94px clamp(24px,7vw,104px) 42px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 28px;
  pointer-events: none;
}
.hero::after { display:none; }
.hero .eyebrow { color: var(--gold); }
.hero h1 {
  max-width: 850px;
  color: var(--cream-text);
  font-family: var(--brand);
  font-weight: 600;
  font-size: clamp(58px,7.2vw,104px);
  line-height: .9;
  letter-spacing: -.025em;
}
.hero-text { max-width: 620px; color: #d2ccc5; }
.hero-note { color: #e2c991; }
.hero-reassurance { color: #9e9b96; }
.hero .button-dark { border-color: #d8d0c5; background: transparent; color: var(--cream-text); }
.hero .button-dark:hover { background: var(--cream-text); color: var(--dark); }
.hero .button-wine { border-color: #a65268; background: #a65268; }
.hero .button-wine:hover { background: #bc667d; }

.section-heading h2,
.order-content h2 {
  font-family: var(--brand);
  font-weight: 600;
  letter-spacing: -.02em;
}
.section-heading h2 { font-size: clamp(50px,6.6vw,84px); }

.button,
.header-order { border-radius: 10px; }
.portfolio-card,
.portfolio-proof,
.value-card,
.tariff-card,
.process-invitation,
.faq-item,
.demo-dialog { border-radius: 18px; }
.portfolio-card,
.value-card,
.tariff-card,
.demo-dialog { overflow: hidden; }

.portfolio-card { background: var(--paper-light); }
.portfolio-cover { min-height: 225px; }
.portfolio-proof {
  border-color: var(--line);
  background:
    radial-gradient(circle at 90% 10%, rgba(195,163,106,.17), transparent 25%),
    var(--paper-light);
}
.portfolio-proof li::before { border-color: var(--gold); }

.value-story {
  grid-template-columns: repeat(12, minmax(0,1fr));
  align-items: stretch;
}
.value-story .value-card {
  min-height: 310px;
  position: relative;
  display: flex;
  padding: clamp(26px,4vw,44px);
  flex-direction: column;
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(40,32,25,.06);
}
.value-card--opening,
.value-card--finale { grid-column: span 7; }
.value-card--memory,
.value-card--media { grid-column: span 5; }
.value-card--opening { background: var(--dark); color: var(--cream-text); }
.value-card--memory { background: #e9dac8; }
.value-card--media { background: var(--paper-light); }
.value-card--finale {
  background:
    radial-gradient(circle at 82% 22%, rgba(255,255,255,.12), transparent 24%),
    var(--wine);
  color: #fff8f2;
}
.value-number {
  color: currentColor;
  opacity: .58;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}
.value-story .value-card h3 {
  max-width: 520px;
  margin: auto 0 0;
  font-family: var(--brand);
  font-size: clamp(34px,4vw,52px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.02em;
}
.value-story .value-card p:not(.value-handwritten) {
  max-width: 520px;
  margin-top: 17px;
  color: inherit;
  opacity: .76;
  font-size: 14px;
  line-height: 1.7;
}
.value-link-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #d9d2c9;
  font-size: 11px;
}
.value-link-preview i { color: var(--gold); font-style: normal; font-size: 18px; }
.value-handwritten {
  margin: 28px 0 0;
  color: var(--wine);
  font: 600 clamp(32px,4vw,46px)/1 var(--hand);
  transform: rotate(-2deg);
}
.value-media-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.value-media-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
}
.value-heart {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-top: 24px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #f0d5da;
  font-size: 24px;
}

.process-grid { position: relative; gap: 0; }
.process-grid::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 15%;
  left: 15%;
  border-top: 1px solid #c7b79e;
}
.process-card {
  min-height: 0;
  position: relative;
  padding: 0 clamp(20px,3vw,42px);
  border: 0;
  background: transparent;
  text-align: center;
}
.process-card>span {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid #c7b79e;
  border-radius: 50%;
  background: var(--paper);
  color: var(--wine);
  font: 600 25px var(--brand);
}
.process-card.is-visible>span {
  animation: process-step-highlight 6s ease-in-out infinite;
}
.process-card:nth-child(2).is-visible>span { animation-delay: 2s; }
.process-card:nth-child(3).is-visible>span { animation-delay: 4s; }
@keyframes process-step-highlight {
  0%,22%,100% {
    border-color: #c7b79e;
    background: var(--paper);
    color: var(--wine);
    box-shadow: 0 0 0 0 rgba(143,64,85,0);
    transform: translateY(0);
  }
  7%,15% {
    border-color: var(--wine);
    background: var(--wine);
    color: #fffaf2;
    box-shadow: 0 8px 24px rgba(143,64,85,.22),0 0 0 7px rgba(143,64,85,.08);
    transform: translateY(-4px);
  }
}
.process-card h3 { margin-top: 30px; font-size: 20px; }
.process-card p { max-width: 300px; margin-right: auto; margin-left: auto; }
.process-invitation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 66px;
  padding: clamp(28px,5vw,55px);
  border: 1px solid var(--dark-line);
  background:
    radial-gradient(circle at 85% 20%, rgba(195,163,106,.13), transparent 25%),
    var(--dark);
  color: var(--cream-text);
}
.process-invitation .eyebrow { color: var(--gold); }
.process-invitation h3 { margin: 12px 0 0; font: 600 clamp(32px,4vw,48px)/1 var(--brand); }
.process-invitation div>p:last-child { margin: 14px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.65; }
.process-invitation .button { flex: 0 0 auto; }

.tariff-card { border-radius: 18px; background: var(--paper-light); }
.tariff-card:hover { transform: translateY(-7px) scale(1.018); }
.tariff-card.premium {
  border-color: var(--dark);
  background: var(--dark-surface);
  color: var(--cream-text);
  box-shadow: 8px 9px 0 rgba(143,64,85,.18);
}
.tariff-card.premium .tariff-top,
.tariff-card.premium dl div,
.tariff-card.premium>a { border-color: var(--dark-line); }
.tariff-card.premium dt,
.tariff-card.premium .tariff-note { color: var(--muted-dark); }
.tariff-card.premium .tariff-note strong,
.tariff-card.premium>a { color: var(--cream-text); }
.best-choice { border-radius: 0 0 8px 8px; background: var(--wine); }

.faq-list { border: 0; }
.faq-item {
  margin-bottom: 10px;
  border: 1px solid var(--line);
  background: rgba(251,247,240,.65);
  overflow: hidden;
}
.faq-item summary { padding: 24px 58px 24px 24px; }
.faq-item summary::after { right: 24px; }
.faq-item p { padding: 0 58px 25px 24px; }

.order-section {
  background:
    radial-gradient(circle at 75% 22%, rgba(195,163,106,.15), transparent 26%),
    radial-gradient(circle at 20% 80%, rgba(166,82,104,.14), transparent 30%),
    var(--dark);
}
.order-section .eyebrow { color: var(--gold); }
.order-section .button-wine { border-color: #a65268; background: #a65268; color: #fff; }
.order-section .button-wine:hover { background: #bc667d; }
footer { background: var(--dark); color: #928f8a; }

.portfolio-dialog { border-radius: 18px; }
.portfolio-dialog iframe { border-radius: 0 0 17px 17px; }
a:focus-visible,
button:focus-visible,
summary:focus-visible { outline-color: var(--gold); }

@media (max-width: 900px) {
  .value-card--opening,
  .value-card--finale,
  .value-card--memory,
  .value-card--media { grid-column: span 6; }
  .process-invitation { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 820px) {
  .hero { min-height: 88svh; padding-top: 108px; }
  .hero::after { inset: 78px 14px 18px; border-radius: 20px; }
  .hero h1 { font-size: clamp(53px,15vw,72px); }
  .value-story { grid-template-columns: 1fr; }
  .value-card--opening,
  .value-card--finale,
  .value-card--memory,
  .value-card--media { grid-column: auto; }
  .value-story .value-card { min-height: 300px; }
  .process-grid { gap: 0; }
  .process-grid::before { top: 26px; bottom: 45px; left: 28px; width: 1px; border-top: 0; border-left: 1px solid #c7b79e; }
  .process-card { min-height: 150px; padding: 0 0 42px 82px; text-align: left; }
  .process-card>span { position: absolute; top: 0; left: 0; width: 56px; height: 56px; margin: 0; }
  .process-card h3 { margin: 0; padding-top: 4px; }
  .process-card p { max-width: none; margin-right: 0; margin-left: 0; }
  .process-invitation { margin-top: 30px; }
  .process-invitation .button { width: 100%; }
}

@media (max-width: 520px) {
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .value-story .value-card { min-height: 280px; }
  .portfolio-card,
  .portfolio-proof,
  .value-card,
  .tariff-card,
  .process-invitation,
  .faq-item { border-radius: 14px; }
}

/* Compact conversion-focused layout */
.section { padding: clamp(76px,8vw,108px) 0; }
.section-heading { margin-bottom: clamp(34px,4vw,50px); }

.hero { min-height: 100svh; padding-top: 112px; padding-bottom: 64px; }
.hero-layout.hero-layout--product {
  width: min(1240px,100%);
  grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr);
  gap: clamp(42px,6vw,84px);
}
.hero-layout--product .hero-copy { text-align: left; }
.hero-layout--product .hero-note { justify-content: flex-start; }
.hero-layout--product .hero-actions { justify-content: flex-start; }
.hero h1 { max-width: 720px; font-size: clamp(50px,5.25vw,78px); line-height: .92; }
.hero-text { margin-top: 24px; font-size: 15px; }
.hero-note { font-size: 11px; }
.hero-product {
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: #222329;
  color: var(--cream-text);
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 34px 70px rgba(0,0,0,.35), 18px 18px 0 rgba(195,163,106,.08);
  transform: rotate(1.5deg);
  transition: transform .28s ease, box-shadow .28s ease;
}
.hero-product:hover { transform: rotate(0) translateY(-7px); box-shadow: 0 42px 82px rgba(0,0,0,.44), 12px 12px 0 rgba(195,163,106,.12); }
.product-browser-bar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.09); }
.product-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #777980; }
.product-browser-bar i:first-child { background: var(--wine-light); }
.product-browser-bar b { margin-left: auto; color: #a9a59f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-screen { position: relative; display: block; min-height: 470px; overflow: hidden; }
.product-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.78) brightness(.66); }
.product-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,10,12,.05),rgba(10,10,12,.82)); }
.product-overlay { position: absolute; right: 30px; bottom: 30px; left: 30px; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; }
.product-overlay small { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-overlay strong { margin-top: 9px; font: 600 clamp(50px,5vw,72px)/.85 var(--brand); letter-spacing: -.03em; }
.product-overlay em { margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); color: #efe9e1; font-size: 11px; font-style: normal; font-weight: 700; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper-light); }
.trust-strip-inner { width: min(1180px,calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip span { position: relative; padding: 24px 22px 24px 38px; color: var(--ink); font-size: 11px; font-weight: 700; line-height: 1.45; }
.trust-strip span::before { content: "✓"; position: absolute; top: 23px; left: 15px; color: var(--wine); font-weight: 900; }
.trust-strip span+span { border-left: 1px solid var(--line); }

.value-story .value-card { min-height: 300px; }
.value-card--identity { grid-column: span 5; background: #eadbc8; }
.value-card--voices { grid-column: span 7; background: var(--dark); color: var(--cream-text); }
.value-card--return { grid-column: 1/-1; min-height: 245px!important; display: grid!important; grid-template-columns: 120px minmax(0,1fr); align-items: center; gap: 18px; background: var(--wine); color: #fff8f2; }
.value-card--return .value-number { position: absolute; top: 32px; left: 42px; }
.value-card--return .value-heart { margin: 0; width: 82px; height: 82px; }
.value-card--return h3 { margin-top: 0!important; }
.voice-wave { display: flex; align-items: center; gap: 6px; height: 62px; margin-top: 27px; }
.voice-wave i { width: 3px; border-radius: 99px; background: var(--gold); }
.voice-wave i:nth-child(1),.voice-wave i:nth-child(9){height:12px}.voice-wave i:nth-child(2),.voice-wave i:nth-child(8){height:25px}.voice-wave i:nth-child(3),.voice-wave i:nth-child(7){height:42px}.voice-wave i:nth-child(4),.voice-wave i:nth-child(6){height:30px}.voice-wave i:nth-child(5){height:58px}

.process-invitation { margin-top: 48px; }

.tariff-ownership { margin: auto 0 16px; padding: 12px 13px; border-radius: 10px; background: rgba(195,163,106,.14); color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.45; }
.tariff-card>a { margin-top: 0; }
.tariff-card.premium .tariff-ownership { background: rgba(195,163,106,.15); color: #ead9b9; }
.rush-order { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 24px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 16px; background: #eadbc8; }
.rush-order h3 { margin: 8px 0 0; font: 600 clamp(28px,3vw,38px)/1 var(--brand); }
.rush-order div>p:last-child { margin: 10px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.rush-order .button { flex: 0 0 auto; }
.tariff-bot-note { margin: 16px 0 0; color: var(--ink-soft); font-size: 12px; text-align: center; }

.reviews-placeholder { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 22px; border: 1px dashed #bcae9a; border-radius: 16px; background: rgba(251,247,240,.45); }
.reviews-placeholder span { min-height: 98px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.48); color: #8b837a; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reviews-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr); gap:18px; align-items:stretch; }
.review-card { position:relative; display:flex; min-height:250px; padding:30px; flex-direction:column; overflow:hidden; border:1px solid var(--line); border-radius:16px; background:rgba(251,247,240,.7); }
.review-card--compact { background:var(--paper-deep); }
.review-mark { position:absolute; top:10px; right:22px; color:rgba(143,64,85,.14); font:600 92px/.8 var(--brand); }
.review-card blockquote { position:relative; z-index:1; margin:0; color:var(--ink); font-size:14px; line-height:1.75; }
.review-card>p { margin:auto 0 0; padding-top:24px; color:var(--wine); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.review-card>p span { padding:0 5px; color:var(--gold); }

.privacy-section { padding: 0 24px clamp(76px,8vw,108px); background: var(--paper); }
.privacy-inner { width: min(1180px,100%); margin: 0 auto; display: grid; grid-template-columns: 90px minmax(0,760px); gap: 30px; align-items: start; padding: clamp(30px,5vw,55px); border: 1px solid var(--dark-line); border-radius: 18px; background: var(--dark-surface); color: var(--cream-text); }
.privacy-mark { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(195,163,106,.45); border-radius: 50%; color: var(--gold); font-size: 30px; }
.privacy-inner .eyebrow { color: var(--gold); }
.privacy-inner h2 { margin: 13px 0 0; font: 600 clamp(35px,4.5vw,58px)/.98 var(--brand); letter-spacing: -.02em; }
.privacy-inner div>p:last-child { margin: 18px 0 0; color: var(--muted-dark); font-size: 14px; line-height: 1.75; }

.faq-section { padding-top: 76px; }
.order-section { min-height: min(68vh,590px); }

@media (max-width: 1000px) {
  .hero-layout.hero-layout--product { grid-template-columns: minmax(0,1fr) minmax(320px,.8fr); gap: 36px; }
  .hero h1 { font-size: clamp(45px,5.8vw,64px); }
  .product-screen { min-height: 420px; }
  .trust-strip-inner { grid-template-columns: repeat(2,1fr); }
  .trust-strip span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip span:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .hero { min-height: auto; padding: 104px 24px 58px; }
  .hero-layout.hero-layout--product { display: flex; flex-direction: column; gap: 42px; }
  .hero-layout--product .hero-copy { align-items: flex-start; text-align: left; }
  .hero h1 { font-size: clamp(49px,13.2vw,69px); }
  .hero-text { margin-right: 0; margin-left: 0; }
  .hero-note { max-width: none; justify-content: flex-start; }
  .hero-actions { justify-content: flex-start; }
  .hero-product { width: min(520px,100%); align-self: center; transform: none; }
  .product-screen { min-height: 430px; }
  .value-card--identity,.value-card--voices,.value-card--return { grid-column: auto; }
  .value-card--return { min-height: 300px!important; grid-template-columns: 72px minmax(0,1fr); }
  .value-card--return .value-number { top: 28px; left: 28px; }
  .value-card--return .value-heart { width: 64px; height: 64px; }
  .rush-order { align-items: flex-start; flex-direction: column; }
  .reviews-placeholder { grid-template-columns: 1fr; }
  .reviews-placeholder span { min-height: 72px; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card { min-height:0; padding:25px; }
  .privacy-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .trust-strip-inner { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .trust-strip span+span { border-top: 1px solid var(--line); border-left: 0; }
  .hero-product { border-radius: 16px; }
  .product-screen { min-height: 390px; }
  .product-overlay { right: 22px; bottom: 24px; left: 22px; }
  .value-card--return { display: flex!important; min-height: 320px!important; align-items: flex-start; }
  .value-card--return .value-number { position: static; }
  .value-card--return .value-heart { margin-top: 22px; }
  .rush-order .button { width: 100%; }
  .privacy-section { padding-right: 16px; padding-left: 16px; }
}

@media (min-width: 821px) {
  .example-section .section-heading { max-width: 900px; }
  .value-section .section-heading { max-width: 900px; }
  .value-story .value-card { grid-column: span 4; min-height: 420px; padding: 34px; }
  .value-story .value-card h3 { font-size: clamp(32px,3vw,40px); }
  .value-card--return { display: flex!important; min-height: 420px!important; }
  .value-card--return .value-number { position: static; }
  .value-card--return .value-heart { margin-top: 24px; }
  .value-card--return h3 { margin-top: auto!important; }
  .faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; align-items: start; }
  .faq-item { margin-bottom: 0; }
  .reviews-section { padding-top: 72px; padding-bottom: 72px; }
}

.button { font-family: var(--sans); cursor: pointer; }

.completed-work-section { padding-top: 0; }
.completed-works-list { display: grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap: 20px; align-items:stretch; }
.completed-work { display: grid; grid-template-rows:230px minmax(0,1fr); min-width:0; overflow: hidden; border: 1px solid var(--dark-line); border-radius: 20px; background: var(--dark-surface); color: var(--cream-text); }
.completed-work--reverse .completed-work-photo { order: 0; }
.completed-work-photo { min-height: 230px; position: relative; display:block; width:100%; padding:0; overflow: hidden; border:0; background:#ddc7bc; cursor:pointer; }
.completed-work-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,250,242,.04),rgba(75,42,51,.12)); }
.completed-work-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; filter: saturate(.75) brightness(.76); }
.completed-work-art { position:absolute; inset:0; overflow:hidden; background:radial-gradient(circle at 74% 22%,rgba(255,247,224,.72),transparent 21%),radial-gradient(circle at 25% 78%,rgba(168,104,121,.28),transparent 34%),linear-gradient(135deg,#efe4d6 2%,#d7bbb4 54%,#bd8994 100%); transition:filter .25s ease,transform .25s ease; }
.completed-work-photo:hover .completed-work-art { filter:brightness(1.1); transform:scale(1.02); }
.completed-work-art::before,.completed-work-art::after { content:""; position:absolute; border:1px solid rgba(246,240,231,.22); border-radius:50%; }
.completed-work-art::before { width:390px; height:390px; top:-120px; right:-95px; }
.completed-work-art::after { width:260px; height:260px; bottom:-120px; left:-70px; }
.completed-work-art span { position:absolute; z-index:1; top:50%; left:9%; color:#5b3440; font:600 clamp(92px,11vw,155px)/.7 var(--brand); letter-spacing:-.08em; transform:translateY(-50%); opacity:.88; }
.completed-work-art i { position:absolute; z-index:1; top:52%; right:16%; width:86px; border-top:2px solid var(--gold); transform:rotate(-35deg); }
.completed-work-art b { position:absolute; z-index:1; right:26px; bottom:23px; color:#714555; font-size:9px; letter-spacing:.16em; line-height:1.65; text-align:right; text-transform:uppercase; }
.completed-work-art--standard { background:radial-gradient(circle at 72% 25%,rgba(255,246,218,.74),transparent 22%),radial-gradient(circle at 22% 78%,rgba(139,88,99,.2),transparent 35%),linear-gradient(145deg,#f0e7da 0%,#dcc9ba 54%,#c9999c 100%); }
.completed-work-copy { display: flex; min-height:390px; align-items: flex-start; padding: clamp(30px,3.5vw,46px); flex-direction: column; }
.completed-work-copy .eyebrow { color: var(--gold); }
.completed-work-copy h3 { margin: 15px 0 0; font: 600 clamp(39px,4vw,56px)/.94 var(--brand); letter-spacing: -.025em; }
.completed-work-price { margin: 21px 0 0; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.completed-work-copy>p:not(.eyebrow):not(.completed-work-price) { max-width:440px; margin: 18px 0 0; color: var(--muted-dark); font-size: 14px; line-height: 1.7; }
.completed-work-features { display:flex; flex-wrap:wrap; gap:8px; margin:20px 0 30px; padding:0; list-style:none; }
.completed-work-features li { padding:7px 11px; border:1px solid rgba(215,177,101,.3); border-radius:999px; color:var(--cream-text); background:rgba(255,255,255,.035); font-size:11px; font-weight:700; letter-spacing:.04em; }
.completed-work-copy .button { margin-top: auto; flex-shrink:0; }

.portfolio-dialog { width: min(1440px,calc(100% - 32px)); height: min(92svh,980px); max-width:none; max-height:none; border-color: var(--dark-line); background: var(--dark-surface); color: var(--cream-text); }
.portfolio-dialog .portfolio-dialog-head { padding: 18px 70px 16px 24px; border-color: var(--dark-line); background: var(--dark-surface); }
.portfolio-dialog .portfolio-dialog-head .eyebrow { color: var(--gold); }
.portfolio-dialog .portfolio-dialog-head h2 { color: var(--cream-text); }
.portfolio-dialog .dialog-close { color: var(--gold); }
.portfolio-dialog::backdrop { background: rgba(9,10,12,.72); backdrop-filter: blur(7px); }
body.demo-open { overflow:hidden; overscroll-behavior:none; }

/* Editorial first screen */
.hero-layout.hero-layout--editorial {
  width:min(1180px,100%);
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(270px,.55fr);
  gap:clamp(48px,8vw,120px);
  align-items:end;
}
.hero-layout--editorial .hero-copy { text-align:left; }
.hero-layout--editorial h1 { max-width:850px; }
.hero-layout--editorial .hero-text { max-width:590px; }
.hero-order-panel {
  padding:8px 0 8px clamp(24px,3vw,42px);
  border-left:1px solid rgba(195,163,106,.38);
}
.hero-order-panel .hero-note {
  display:block;
  margin:0;
  color:var(--gold);
  font-size:13px;
  line-height:1.6;
}
.hero-link-note { margin:12px 0 0; color:var(--muted-dark); font-size:12px; line-height:1.6; }
.hero-order-panel .hero-actions { justify-content:flex-start; margin-top:30px; }
.hero-order-panel .button { min-width:190px; }
.hero-order-panel .hero-reassurance { max-width:260px; margin-top:16px; }

/* Hero with live portfolio fragments */
.hero-layout.hero-layout--showcase {
  width:min(1480px,100%);
  display:grid;
  grid-template-columns:minmax(280px,390px) minmax(480px,620px) minmax(280px,390px);
  gap:clamp(30px,3.5vw,58px);
  align-items:center;
}
.hero-center { min-width:0; text-align:center; }
.hero-layout--showcase .hero-copy { display:flex; align-items:center; flex-direction:column; text-align:center; }
.hero-layout--showcase h1 { max-width:820px; }
.hero-layout--showcase .hero-text { max-width:600px; }
.hero-layout--showcase .hero-order-panel {
  max-width:620px;
  margin:34px auto 0;
  padding:25px 0 0;
  border-top:1px solid rgba(195,163,106,.45);
  border-left:0;
  text-align:center;
}
.hero-layout--showcase .hero-actions { justify-content:center; margin-top:22px; }
.hero-layout--showcase .hero-reassurance { max-width:none; }
.hero-video-frame {
  position:relative;
  aspect-ratio:16/9;
  padding:10px;
  overflow:hidden;
  border:1px solid rgba(195,163,106,.7);
  border-radius:15px;
  background:linear-gradient(145deg,#2b272b 0%,#51313b 56%,#7d4657 100%);
  box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 0 5px rgba(143,64,85,.1),inset 0 0 24px rgba(195,163,106,.08);
  pointer-events:none;
}
.hero-video-frame::before { content:""; position:absolute; top:-42px; right:-34px; width:110px; height:110px; border:1px solid rgba(195,163,106,.24); border-radius:50%; pointer-events:none; }
.hero-video-frame::after { content:""; position:absolute; inset:9px; border:1px solid rgba(233,211,166,.52); border-radius:7px; pointer-events:none; }
.hero-video-frame video { width:100%; height:100%; display:block; object-fit:cover; object-position:center; border-radius:7px; background:#111; }
.hero-video-frame--left { transform:rotate(-3deg) translateY(24px); }
.hero-video-frame--right { transform:rotate(3deg) translateY(-18px); }

@media (max-width:1280px) and (min-width:821px) {
  .hero-layout.hero-layout--showcase { grid-template-columns:1fr 1fr; gap:42px; }
  .hero-center { grid-column:1 / -1; grid-row:1; }
  .hero-video-frame { width:min(330px,100%); justify-self:center; grid-row:2; }
  .hero-video-frame--left { grid-column:1; transform:rotate(-2.5deg); }
  .hero-video-frame--right { grid-column:2; transform:rotate(2.5deg); }
}

@media (max-width: 820px) {
  .section { padding-top: 64px; padding-bottom: 64px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(43px,12vw,58px); }
  .hero h1 { font-size: clamp(44px,11.8vw,58px); line-height: .94; }
  .hero-text { margin-top: 20px; line-height: 1.6; }
  .hero-actions { margin-top: 24px; }
  .hero-reassurance { margin-top: 12px; }
  .hero-layout.hero-layout--editorial { display:flex; align-items:flex-start; gap:34px; }
  .hero-layout--editorial .hero-copy { align-items:flex-start; text-align:left; }
  .hero-order-panel { width:100%; padding:25px 0 0; border-top:1px solid rgba(195,163,106,.38); border-left:0; }
  .hero-order-panel .hero-actions { width:auto; }
  .hero-order-panel .hero-actions .button { width:auto; }
  .hero-layout.hero-layout--showcase { display:grid; grid-template-columns:1fr 1fr; gap:30px 14px; }
  .hero-center { grid-column:1 / -1; grid-row:1; }
  .hero-video-frame { width:100%; max-width:300px; justify-self:center; grid-row:2; aspect-ratio:16/9; padding:6px; border-radius:9px; }
  .hero-video-frame::after { inset:6px; }
  .hero-video-frame--left { grid-column:1; transform:rotate(-3deg); }
  .hero-video-frame--right { grid-column:2; transform:rotate(3deg); }
  .hero-layout--showcase .hero-copy { align-items:center; text-align:center; }
  .hero-layout--showcase .hero-text { margin-right:auto; margin-left:auto; }
  .hero-layout--showcase .hero-order-panel { width:100%; }
  .value-story .value-card { min-height: 255px; }
  .value-story .value-card h3 { font-size: 38px; }
  .value-card--return { min-height: 285px!important; }
  .privacy-section { padding-bottom: 64px; }
  .faq-section { padding-top: 64px; }
  .completed-works-list { grid-template-columns:1fr; }
  .completed-work { grid-template-rows:220px auto; }
  .completed-work-photo { min-height: 275px; }
  .completed-work-copy { min-height: 330px; padding: 34px 28px; }
  .portfolio-dialog { width: calc(100% - 16px); height: calc(100svh - 16px); border: 1px solid var(--dark-line); }
  .portfolio-dialog .portfolio-dialog-head { padding: 16px 58px 14px 18px; }
  .portfolio-dialog .portfolio-dialog-head h2 { font-size: 28px; }
}

@media (max-width:600px) {
  .hero-layout.hero-layout--showcase { grid-template-columns:1fr; gap:24px; }
  .hero-center { grid-column:1; grid-row:1; }
  .hero-video-frame { width:min(430px,96%); max-width:none; padding:8px; border-radius:12px; }
  .hero-video-frame::after { inset:7px; }
  .hero-video-frame--left { grid-column:1; grid-row:2; transform:rotate(-1.5deg); }
  .hero-video-frame--right { grid-column:1; grid-row:3; transform:rotate(1.5deg); }
}
