:root{
  --color-primary:#003d4c; --color-secondary:#306171; --color-tertiary:#588899;
  --color-accent-yellow:#ffc56e; --color-accent-yellow-hover:#ffc280; --color-accent-yellow-light:#ffd9a2;
  --color-accent-rose:#ecc3b2; --color-accent-rose-hover:#daae9b; --color-accent-rose-light:#f2d5c7;
  --color-accent-purple:#b4b5df; --color-accent-green:#9caf88; --color-accent-green-light:#b4cdaf;
  --color-white:#ffffff; --color-bg-secondary:#f9fafb; --color-bg-tertiary:#f2f2f3;
  --color-text-primary:#313335; --color-text-secondary:#242525; --color-text-tertiary:#707274;
  --color-border:#e2e2e3;
  --font:"Montserrat",-apple-system,system-ui,sans-serif;
  --radius:22px; --radius-lg:32px; --radius-pill:999px;
  --shadow-sm:0 4px 16px rgba(0,61,76,.08);
  --shadow-md:0 14px 40px rgba(0,61,76,.12);
  --shadow-lg:0 30px 70px rgba(0,61,76,.22);
  --container:1200px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--color-text-primary);background:var(--color-white);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
h1,h2,h3{color:var(--color-primary);font-weight:700;line-height:1.15;letter-spacing:-.02em}
h1{font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800}
h2{font-size:clamp(1.9rem,3.8vw,2.9rem)}
h3{font-size:1.3rem}
p{color:var(--color-text-tertiary)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font);font-weight:600;font-size:1rem;padding:15px 30px;border-radius:var(--radius-pill);border:1.5px solid transparent;cursor:pointer;transition:.25s ease;white-space:nowrap}
.btn-primary{background:var(--color-primary);color:#fff}
.btn-primary:hover{background:var(--color-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-yellow{background:var(--color-accent-yellow);color:var(--color-primary)}
.btn-yellow:hover{background:var(--color-accent-yellow-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-rose{background:var(--color-accent-rose);color:var(--color-primary)}
.btn-rose:hover{background:var(--color-accent-rose-hover);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-border)}
.btn-outline:hover{border-color:var(--color-primary);background:var(--color-primary);color:#fff}
.btn-ghost-light{background:rgba(255,255,255,.15);color:#fff;border:1.5px solid rgba(255,255,255,.45)}
.btn-ghost-light:hover{background:#fff;color:var(--color-primary)}
.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(255,255,255,.72);border-bottom:1px solid var(--color-border)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;height:60px}
.nav__logo{margin-left:-16px}
.nav__logo img{height:24px;width:auto;display:block}
.nav__links{display:flex;gap:34px;align-items:center}
.nav__links a{font-weight:500;font-size:.95rem;color:var(--color-text-secondary);transition:.2s}
.nav__links a:hover{color:var(--color-primary)}
.nav__cta{display:flex;align-items:center;gap:14px}
.nav .btn{padding:11px 22px;font-size:.92rem}
.nav__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;background:none;border:none;cursor:pointer;padding:9px;-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:transparent}
.nav__burger span{display:block;width:100%;height:2px;background:var(--color-primary);border-radius:2px;transition:.3s}
.nav__burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav__burger.active span:nth-child(2){opacity:0}
.nav__burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav__mobile{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--color-border);padding:8px 24px 22px}
.nav__mobile.open{display:flex}
.nav__mobile a{padding:15px 2px;font-weight:500;font-size:1rem;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border)}
.nav__mobile a.btn{margin-top:18px;width:100%;border-bottom:none}
.nav__mobile a.btn-primary{color:#fff}
.hero{background:linear-gradient(160deg,var(--color-accent-rose-light) 0%,#fbe8de 60%,#fff 100%);overflow:hidden;position:relative}
.spark{position:absolute;z-index:1;width:26px;height:auto;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,61,76,.12));animation:twinkle 3.4s ease-in-out infinite}
.spark--1{top:16%;left:6%;width:34px;animation-delay:.2s}
.spark--2{top:62%;left:46%;width:20px;animation-delay:1.1s}
.spark--3{top:24%;right:8%;width:24px;animation-delay:.7s}
@keyframes twinkle{0%,100%{opacity:.35;transform:scale(.85) rotate(-6deg)}50%{opacity:1;transform:scale(1.1) rotate(6deg)}}
.eyebrow::before{content:"";width:16px;height:16px;flex-shrink:0;background:url(../web-assets/star.svg) center/contain no-repeat}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}
.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:70px 0 90px}
.badge-new{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent-yellow);color:var(--color-primary);font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;padding:8px 16px;border-radius:var(--radius-pill)}
.hero h1{margin:22px 0 6px}
.hero__sub{font-size:1.35rem;color:var(--color-secondary);font-weight:600;margin-bottom:20px}
.hero__lead{font-size:1.08rem;color:var(--color-text-primary);max-width:520px;margin-bottom:30px}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero__age{margin-top:26px;display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.9);padding:10px 18px;border-radius:var(--radius-pill);font-weight:600;color:var(--color-primary);font-size:.95rem}
.hero__media{display:flex;justify-content:center;position:relative}
.hero__media img{width:115%;max-width:620px;height:auto;filter:drop-shadow(0 40px 60px rgba(0,61,76,.28));animation:float 6s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.section{padding:90px 0}
.section--tint{background:var(--color-bg-secondary)}
.section--peach{background:#f6dcc7}
.section__head{text-align:center;max-width:680px;margin:0 auto 56px}
.section__head p{margin-top:14px;font-size:1.05rem}
.section__cta{text-align:center;margin-top:42px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.split__media{background:var(--color-white);border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow-md);border:1px solid var(--color-border)}
.split__media img{height:auto}
.split h2{margin-bottom:18px}
.split p+p{margin-top:16px}
.split .btn{margin-top:26px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);padding:32px 28px;transition:.25s}
.feature:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.feature__ic{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.feature__ic svg{width:28px;height:28px}
.feature h3{font-size:1.1rem;margin-bottom:8px}
.feature p{font-size:.95rem}
.ic-rose{background:var(--color-accent-rose-light)}.ic-rose svg{stroke:#c07c5e}
.ic-teal{background:#d3e6e5}.ic-teal svg{stroke:var(--color-primary)}
.ic-yellow{background:var(--color-accent-yellow-light)}.ic-yellow svg{stroke:#c98a2b}
.ic-purple{background:#e4e4f5}.ic-purple svg{stroke:#6f70b8}
.ic-green{background:var(--color-accent-green-light)}.ic-green svg{stroke:#5f7349}
.chars{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.char{position:relative;border-radius:var(--radius-lg);padding:40px;display:flex;gap:28px;align-items:center;overflow:hidden}
.char--rose{background:var(--color-accent-rose-light)}
.char--purple{background:#e8e8f6}
.char img{width:160px;height:auto;flex-shrink:0;filter:drop-shadow(0 16px 24px rgba(0,61,76,.18));mix-blend-mode:multiply}
.char h3{margin-bottom:8px}
.char p{font-size:.95rem;color:var(--color-text-primary)}
.carousel{position:relative}
.carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.carousel__track::-webkit-scrollbar{display:none}
.ccard{flex:0 0 300px;scroll-snap-align:start;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.ccard:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.ccard__img{aspect-ratio:4/3;background:#fde8c3;overflow:hidden}
.ccard__img img{width:100%;height:100%;object-fit:cover;display:block}
.ccard__body{padding:22px 22px 26px}
.ccard h3{font-size:1.15rem;margin-bottom:8px}
.ccard p{font-size:.92rem}
.carousel__nav{position:absolute;top:40%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid var(--color-border);background:rgba(255,255,255,.96);color:var(--color-primary);font-size:1.7rem;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:.2s ease;-webkit-appearance:none;appearance:none}
.carousel__nav:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.carousel__nav--prev{left:-12px}
.carousel__nav--next{right:-12px}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.gallery figure{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);background:#fff}
.gallery img{width:100%;height:100%;object-fit:cover;transition:.4s}
.gallery figure:hover img{transform:scale(1.04)}
.quote{background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);padding:64px 56px;text-align:center;position:relative;overflow:hidden}
.quote__mark{font-size:6rem;line-height:.5;color:var(--color-accent-yellow);font-family:Georgia,serif;height:42px}
.quote blockquote{font-size:clamp(1.3rem,2.4vw,1.8rem);font-weight:500;max-width:760px;margin:0 auto 24px;color:#fff;line-height:1.4}
.quote cite{font-style:normal;font-weight:600;color:var(--color-accent-yellow)}
.author{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.author__photo{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4/3}
.author__photo img{width:100%;height:100%;object-fit:cover}
.author h2{margin-bottom:18px}
.author p+p{margin-top:14px}
.author__credit{margin-top:26px;padding:20px 24px;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);border-left:4px solid var(--color-accent-rose);font-size:.96rem;line-height:1.7;color:var(--color-text-tertiary)}
.author__credit strong{color:var(--color-primary)}
.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about__photo{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4/3}
.about__photo img{width:100%;height:100%;object-fit:cover}
.about h2{margin-bottom:18px}
.about p+p{margin-top:14px}
.about__list{list-style:none;margin:28px 0 30px}
.about__list li{display:flex;align-items:center;gap:14px;font-weight:600;color:var(--color-primary);margin-bottom:16px;font-size:1.02rem}
.about__list li svg{width:28px;height:28px;flex-shrink:0;stroke:var(--color-primary);fill:none;stroke-width:1.7}
.section--peach .author__photo{background:transparent;box-shadow:none;border-radius:0;aspect-ratio:auto;overflow:visible}
.section--peach .author__photo img{object-fit:contain;width:100%;height:auto;filter:drop-shadow(0 18px 30px rgba(0,61,76,.15))}
.section--peach .about__photo{aspect-ratio:3/4;max-width:450px}
.about .btn-outline{border-color:var(--color-primary)}
.cta-band{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border-radius:var(--radius-lg);padding:60px;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.cta-band h2{color:#fff}
.cta-band p{color:rgba(255,255,255,.85);margin:16px 0 28px;font-size:1.05rem}
.cta-band__price{display:flex;align-items:baseline;gap:10px;margin-bottom:26px}
.cta-band__price .amount{font-size:2.6rem;font-weight:800;color:var(--color-accent-yellow)}
.cta-band__price .note{color:rgba(255,255,255,.7);font-size:.95rem}
.cta-band__actions{display:flex;gap:14px;flex-wrap:wrap}
.cta-band__media{display:flex;justify-content:center}
.cta-band__media img{max-width:450px;width:100%;height:auto;filter:drop-shadow(0 24px 40px rgba(0,0,0,.35));transform:rotate(-3deg)}
.cta-band ul{list-style:none;margin-top:8px}
.cta-band li{display:flex;gap:10px;align-items:center;color:rgba(255,255,255,.9);font-size:.96rem;margin-bottom:10px}
.cta-band li svg{width:20px;height:20px;flex-shrink:0;stroke:var(--color-accent-yellow)}
.footer{background:var(--color-bg-tertiary);color:var(--color-text-tertiary);padding:60px 0 30px}
.footer__top{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:34px;align-items:start;padding-bottom:34px;border-bottom:1px solid var(--color-border)}
.footer__loc{display:flex;gap:12px}
.footer__loc svg{width:20px;height:20px;flex-shrink:0;stroke:var(--color-primary);fill:none;stroke-width:1.8;margin-top:4px}
.footer__loc h4{color:var(--color-primary);font-size:1.05rem;font-weight:600;margin-bottom:6px}
.footer__loc address{font-style:normal;font-size:.93rem;line-height:1.75;color:var(--color-text-tertiary)}
.footer__loc a{color:var(--color-text-tertiary)}
.footer__loc a:hover{color:var(--color-primary)}
.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.footer__brand .logo img{height:30px;width:auto;display:block}
.footer__iso{display:flex;gap:12px}
.footer__iso img{height:76px;width:auto}
.footer__bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:.9rem;color:var(--color-text-tertiary)}
.footer__legal{display:flex;gap:34px;flex-wrap:wrap}
.footer__legal a:hover{color:var(--color-primary)}
.hero__media{will-change:transform}
.gallery figure{transition:transform .35s ease,box-shadow .35s ease}
.gallery figure:hover{transform:translateY(-6px) rotate(-1.2deg) scale(1.015);box-shadow:var(--shadow-md);z-index:1}
.buybar{position:fixed;left:0;right:0;bottom:0;z-index:60;transform:translateY(115%);transition:transform .4s cubic-bezier(.4,0,.2,1);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--color-border);box-shadow:0 -8px 30px rgba(0,61,76,.12)}
.buybar.show{transform:none}
.buybar__inner{display:flex;align-items:center;gap:16px;padding:11px 24px}
.buybar__img{width:40px;height:auto;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,61,76,.2))}
.buybar__info{display:flex;flex-direction:column;line-height:1.25;margin-right:auto}
.buybar__title{font-weight:700;color:var(--color-primary);font-size:.98rem}
.buybar__price{font-weight:600;color:var(--color-secondary);font-size:.88rem}
.buybar .btn{padding:11px 26px}
@media(prefers-reduced-motion:reduce){
  .spark,.hero__media img{animation:none}
  .reveal{transition:none;opacity:1;transform:none}
}
@media(max-width:980px){
  .nav__links{display:none}
  .nav__cta{display:none}
  .nav__burger{display:flex}
  .hero__grid,.split,.chars,.author,.about,.cta-band{grid-template-columns:1fr}
  .about__photo{max-width:480px;margin:0 auto}
  .hero__grid{padding:48px 0 60px;text-align:center}
  .hero__lead{margin-left:auto;margin-right:auto}
  .hero__actions{justify-content:center}
  .hero__media{order:-1}
  .hero__media img{max-width:340px;width:80%}
  .features{grid-template-columns:1fr 1fr}
  .author__photo{max-width:420px;margin:0 auto}
  .cta-band__media{order:-1}
  .section{padding:64px 0}
}
@media(max-width:900px){
  .footer__top{grid-template-columns:1fr 1fr}
  .footer__brand{align-items:flex-start}
}
@media(max-width:600px){
  .container{padding:0 28px}
  .nav__logo{margin-left:-4px}
  .features,.gallery{grid-template-columns:1fr}
  .char{flex-direction:column;text-align:center}
  .quote{padding:44px 26px}
  .cta-band{padding:36px 26px;text-align:left}
  .cta-band__media{justify-content:flex-start}
  .cta-band__media img{transform:rotate(-2deg);max-width:240px}
  .hero h1{font-size:2.25rem}
  .hero__grid{padding:54px 0 50px}
  .hero__media img{max-width:240px;width:64%}
  .carousel__nav{display:none}
  .ccard{flex-basis:80%}
  .spark--1{width:24px}
  .spark--2{display:none}
  .buybar__inner{gap:10px;padding:9px 14px}
  .buybar__img{width:36px}
  .buybar__title{white-space:nowrap;font-size:.9rem}
  .buybar .btn{padding:11px 16px;font-size:.88rem}
  .footer__top{grid-template-columns:1fr}
  .footer__bottom{flex-direction:column;align-items:flex-start}
}
