:root { color-scheme: dark; --photo-bg:#110e13; --photo-panel:#1c171f; --photo-text:#faf5f7; --photo-muted:#c1b5c1; --photo-accent:#f5afcd; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:90px; }
body { margin:0; background:var(--photo-bg); color:var(--photo-text); font-family:Arial,Helvetica,sans-serif; line-height:1.6; }
a { color:inherit; text-underline-offset:4px; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid var(--photo-accent); outline-offset:5px; }
button { font:inherit; }
img { display:block; width:100%; object-fit:cover; }
h1,h2,h3,p,figure { margin:0; }
h1,h2 { letter-spacing:-.045em; line-height:1.08; text-wrap:balance; }
h1 { font-size:clamp(2.5rem,4.9vw,4.6rem); max-width:13ch; }
h2 { font-size:clamp(2rem,3.2vw,3rem); max-width:22ch; }
h3 { font-size:1.1rem; line-height:1.35; }
.photo-shell { width:min(1160px,calc(100% - 48px)); margin-inline:auto; }
.photo-nav { position:sticky; top:0; z-index:10; background:#110e13f5; border-bottom:1px solid #ffffff14; }
.photo-nav-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.photo-brand { font-weight:800; letter-spacing:-.04em; font-size:1.4rem; text-decoration:none; }
.photo-nav-actions { display:flex; align-items:center; gap:20px; }
.photo-nav-actions>a { font-size:.9rem; text-decoration:none; }
.photo-language { border:1px solid #6b5c6b; border-radius:30px; padding:7px 12px; color:var(--photo-text); background:transparent; cursor:pointer; }
.photo-hero { padding:68px 0 56px; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.photo-kicker { color:var(--photo-accent); text-transform:uppercase; letter-spacing:.14em; font-weight:700; font-size:.72rem; margin-bottom:18px; }
.photo-lead { margin-top:24px; color:var(--photo-muted); font-size:1.06rem; max-width:55ch; }
.photo-actions { display:flex; flex-wrap:wrap; gap:18px; align-items:center; margin-top:28px; }
.photo-button { display:inline-flex; justify-content:center; align-items:center; text-align:center; background:var(--photo-accent); color:#24111c; text-decoration:none; border-radius:12px; min-height:50px; padding:12px 22px; font-weight:700; line-height:1.35; }
.photo-button:hover { background:#ffd0e4; }
.photo-note { margin-top:14px; font-size:.82rem; color:var(--photo-muted); }
.photo-rating { margin-top:25px; font-size:.9rem; }
.photo-rating span:first-child { color:var(--photo-accent); margin-right:8px; }
.photo-comparison { display:grid; grid-template-columns:.85fr 1.15fr; gap:8px; padding:8px; background:#312832; border-radius:24px; }
.photo-comparison figure { position:relative; min-width:0; }
.photo-comparison img { height:480px; border-radius:17px; object-position:center 35%; }
.photo-comparison figcaption { position:absolute; left:10px; bottom:10px; padding:6px 12px; background:#110e13e6; border:1px solid #ffffff26; border-radius:30px; font-size:.78rem; }
.photo-section { padding:64px 0; border-top:1px solid #ffffff1a; }
.photo-section-head { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:30px; }
.photo-section-head p { color:var(--photo-muted); max-width:40ch; }
.photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.photo-style { background:var(--photo-panel); border:1px solid #ffffff14; border-radius:18px; overflow:hidden; }
.photo-style img { aspect-ratio:4/5; }
.photo-card-copy { padding:22px; }
.photo-card-copy p,.photo-step p { margin-top:10px; color:var(--photo-muted); font-size:.92rem; }
.photo-step { padding:26px; background:var(--photo-panel); border-radius:18px; }
.photo-step-number { display:block; color:var(--photo-accent); margin-bottom:25px; font-size:.85rem; font-weight:700; }
.photo-explainer { display:grid; grid-template-columns:1fr 1fr; gap:56px; }
.photo-explainer p { color:var(--photo-muted); margin-top:18px; }
.photo-checklist { padding-left:22px; margin:20px 0 0; color:var(--photo-muted); }
.photo-checklist li { margin:12px 0; }
.photo-plan { border:1px solid #8d586e; border-radius:20px; padding:30px; background:linear-gradient(135deg,#32222e,#211921); }
.photo-price { margin:15px 0; display:flex; flex-wrap:wrap; align-items:baseline; gap:10px; }
.photo-price strong { font-size:3.5rem; line-height:1; letter-spacing:-.05em; }
.photo-plan .photo-button { margin-top:24px; width:100%; }
.photo-faq { max-width:800px; margin:0 auto; }
.photo-faq h2 { margin-bottom:28px; }
.photo-faq details { border-bottom:1px solid #ffffff25; padding:20px 0; }
.photo-faq summary { cursor:pointer; font-weight:700; padding-right:12px; }
.photo-faq details p { color:var(--photo-muted); margin-top:14px; }
.photo-final { text-align:center; border-radius:24px; background:#f5afcd; color:#24111c; padding:48px 24px; margin:20px 0 60px; }
.photo-final h2 { max-width:23ch; margin:auto; }
.photo-final p { margin:18px auto; max-width:55ch; }
.photo-final .photo-button { background:#24111c; color:white; }
.photo-footer { border-top:1px solid #ffffff1a; padding:28px 0; color:var(--photo-muted); font-size:.85rem; }
.photo-footer-inner { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.photo-footer-links { display:flex; gap:20px; flex-wrap:wrap; }
@media(max-width:850px) { .photo-hero { gap:28px; } .photo-comparison img { height:390px; } .photo-explainer { gap:28px; } }
@media(max-width:650px) {
  .photo-shell { width:calc(100% - 36px); }
  .photo-nav-inner { min-height:66px; gap:8px; }
  .photo-nav-actions { gap:12px; }
  .photo-nav-actions>a { font-size:.8rem; }
  .photo-brand { font-size:1.2rem; }
  .photo-hero { grid-template-columns:1fr; padding:38px 0 42px; gap:28px; }
  h1 { max-width:16ch; }
  .photo-lead { margin-top:18px; }
  .photo-actions { gap:14px; }
  .photo-comparison img { height:350px; }
  .photo-section { padding:42px 0; }
  .photo-section-head { display:block; }
  .photo-section-head p { margin-top:18px; }
  .photo-grid { grid-template-columns:1fr; }
  .photo-style { display:grid; grid-template-columns:40% 60%; }
  .photo-style img { height:100%; min-height:235px; }
  .photo-card-copy { padding:18px; }
  .photo-step-number { margin-bottom:14px; }
  .photo-explainer { grid-template-columns:1fr; }
  .photo-plan { padding:24px; }
  .photo-final { margin-bottom:42px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
