:root {
  --paper: #f7f3ed;
  --paper-deep: #eee8df;
  --white: #fffdfa;
  --ink: #28232a;
  --muted: #716a70;
  --lavender: #80658f;
  --lavender-dark: #4b3856;
  --lavender-pale: #e8deeb;
  --line: rgba(75, 56, 86, .16);
  --shadow: 0 24px 70px rgba(45, 34, 49, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.announcement { min-height: 38px; padding: 7px 16px; background: var(--lavender-dark); color: #fff; text-align: center; font-size: .78rem; letter-spacing: .02em; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(247, 243, 237, .96); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1.1; }
.brand-ar { font-size: 1.18rem; font-weight: 700; }
.brand-en { margin-top: 5px; color: var(--lavender); font-size: .59rem; font-weight: 700; letter-spacing: .24em; }
.header-link { color: var(--muted); font-size: .82rem; text-underline-offset: 5px; }

.hero { padding: 24px 0 68px; overflow: hidden; }
.hero-grid { display: grid; gap: 36px; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: 18px -16px -16px 18px; border: 1px solid rgba(128,101,143,.28); z-index: -1; }
.hero-media img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: var(--shadow); }
.photo-note { position: absolute; inset: auto auto 18px 18px; margin: 0; padding: 11px 14px; background: rgba(255, 253, 250, .9); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(8px); font-size: .76rem; line-height: 1.5; }
.photo-note span { color: var(--muted); }
.hero-copy { order: -1; padding-top: 10px; }
.eyebrow, .kicker { margin: 0 0 12px; color: var(--lavender); font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.eyebrow::before, .kicker::before { content: ""; display: inline-block; width: 28px; height: 1px; margin-left: 9px; vertical-align: middle; background: currentColor; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(2.5rem, 11vw, 5.5rem); line-height: 1.16; letter-spacing: -.045em; }
h1 em { color: var(--lavender-dark); font-family: Georgia, Tahoma, serif; font-style: normal; font-weight: 500; }
.hero-lead { max-width: 560px; margin: 20px 0; color: var(--muted); font-size: 1rem; }
.price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 18px; color: var(--lavender-dark); }
.price strong { font-size: 2rem; line-height: 1; }
.price span { font-size: .88rem; font-weight: 700; }
.checkout { max-width: 580px; padding: 16px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 38px rgba(57, 43, 63, .07); }
.checkout-title { margin: 0 0 10px; font-size: .84rem; font-weight: 700; }
salla-mini-checkout-widget { display: block; width: 100%; min-height: 52px; }
.checkout-note { margin: 9px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }

.trust { border-block: 1px solid var(--line); background: rgba(255,255,255,.24); }
.trust-grid { display: grid; }
.trust article { position: relative; padding: 25px 4px; border-bottom: 1px solid var(--line); }
.trust article:last-child { border-bottom: 0; }
.trust article span { position: absolute; top: 24px; left: 3px; color: rgba(128,101,143,.5); font: italic 1rem Georgia, serif; }
.trust h2 { margin: 0; font-size: 1rem; }
.trust p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }

.section { padding: 84px 0; }
.details-grid, .faq-grid { display: grid; gap: 42px; }
.section-heading h2, .gallery h2, .emotion h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(2rem, 8vw, 4.4rem); line-height: 1.25; letter-spacing: -.035em; }
.benefits article { padding: 23px 0; border-top: 1px solid var(--line); }
.benefits article:last-child { border-bottom: 1px solid var(--line); }
.benefits h3 { margin: 0 0 7px; font-size: 1.05rem; }
.benefits p { max-width: 550px; margin: 0; color: var(--muted); font-size: .9rem; }

.gallery { background: var(--paper-deep); }
.gallery-head { display: grid; gap: 14px; margin-bottom: 28px; }
.gallery-head > p { max-width: 430px; margin: 0; color: var(--muted); font-size: .88rem; }
.gallery-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #ded7ce; }
.gallery-grid .gallery-tall { grid-column: 1 / -1; }
.gallery-grid img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .45s ease; }
.gallery-tall img { aspect-ratio: 4 / 5; }
@media (hover:hover) { .gallery-grid figure:hover img { transform: scale(1.018); } }

.emotion { text-align: center; background: var(--lavender-dark); color: #fff; }
.emotion-inner { max-width: 820px; }
.quote-mark { height: 48px; margin: 0 0 4px; color: #c9b2d2; font: 5rem/1 Georgia, serif; }
.emotion h2 { font-family: Georgia, Tahoma, serif; font-weight: 500; }
.emotion p:not(.quote-mark) { max-width: 560px; margin: 20px auto; color: rgba(255,255,255,.76); }
.text-link { display: inline-block; margin-top: 3px; color: #fff; font-size: .88rem; text-underline-offset: 6px; }

.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 19px 0 19px 35px; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; inset: 17px auto auto 3px; color: var(--lavender); font-size: 1.3rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 0 21px; padding-left: 32px; color: var(--muted); font-size: .88rem; }

.final-cta { padding: 70px 0; background: #ded2e2; }
.final-grid { display: grid; gap: 32px; align-items: center; }
.final-cta h2 { color: var(--lavender-dark); }
.final-cta h2 + p { margin: 15px 0 0; color: var(--muted); }
.checkout-final { width: 100%; }
footer { padding: 35px 0; background: var(--ink); color: #fff; }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; font-size: .7rem; }
.footer-inner strong { font-size: .92rem; }
.footer-inner span { color: rgba(255,255,255,.57); }

@media (min-width: 740px) {
  .shell { width: min(calc(100% - 64px), var(--shell)); }
  .header-inner { height: 88px; }
  .hero { padding: 58px 0 92px; }
  .hero-grid { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
  .hero-copy { order: 0; padding-top: 0; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust article { padding: 31px 32px; border-bottom: 0; border-left: 1px solid var(--line); }
  .trust article:last-child { border-left: 0; }
  .trust article span { top: 31px; left: 26px; }
  .section { padding: 120px 0; }
  .details-grid, .faq-grid { grid-template-columns: .9fr 1.1fr; gap: 9vw; }
  .section-heading, .faq-grid > div:first-child { position: sticky; top: 36px; align-self: start; }
  .gallery-head { grid-template-columns: 1fr auto; align-items: end; margin-bottom: 42px; }
  .gallery-grid { grid-template-columns: 1.15fr .85fr; gap: 18px; }
  .gallery-grid .gallery-tall { grid-column: auto; grid-row: span 2; }
  .gallery-grid img, .gallery-tall img { aspect-ratio: 1; }
  .gallery-tall img { aspect-ratio: auto; }
  .final-cta { padding: 94px 0; }
  .final-grid { grid-template-columns: 1fr .9fr; gap: 9vw; }
}

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