
:root{
  --red:#c9272e;
  --red-dark:#9f161d;
  --ink:#171717;
  --text:#333;
  --muted:#6b6b6b;
  --line:#ece4e2;
  --soft:#fff7f6;
  --paper:#fffdfb;
  --white:#fff;
  --shadow:0 18px 44px rgba(25,25,25,.07);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--text);line-height:1.6;padding-bottom:0}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 40px));margin:0 auto}
.narrow{width:min(860px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:12px;background:var(--red);color:#fff;padding:10px 14px;border-radius:12px;z-index:100}.skip-link:focus{left:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center}.brand-mark{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:9px 14px;box-shadow:0 8px 20px rgba(0,0,0,.05)}.brand img{width:205px;max-height:48px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.site-nav a{font-size:14px;font-weight:800;padding:10px 13px;border-radius:999px;color:#242424}.site-nav a:hover,.site-nav a[aria-current="page"]{background:var(--red);color:#fff}.header-call{font-weight:900;background:var(--red);color:#fff;border-radius:999px;padding:12px 18px}.nav-toggle{display:none;margin-left:auto;width:48px;height:48px;border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span:not(.sr-only){width:22px;height:2px;background:#111;border-radius:99px}
.hero{background:linear-gradient(180deg,#fff 0%,#fff9f7 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:48px;align-items:center;padding:76px 0 68px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--red);font-weight:900;margin:0 0 12px}.hero h1,.page-hero h1,.section-title,.cta h2{font-family:Georgia,'Times New Roman',serif;color:var(--ink);line-height:1.06;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(42px,5.8vw,76px);max-width:790px}.lead{font-size:20px;color:#4f4f4f;max-width:690px;margin:18px 0 0}.hero-actions,.page-actions,.action-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;padding:13px 22px;font-weight:900;border:1px solid transparent;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--red);color:#fff;box-shadow:0 14px 28px rgba(201,39,46,.18)}.btn-primary:hover{background:var(--red-dark)}.btn-outline{background:#fff;color:#111;border-color:rgba(201,39,46,.28)}.btn-outline:hover{border-color:var(--red)}.btn-light{background:#fff;color:var(--red)}
.trust-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.trust-panel h2{font-size:23px;margin:0 0 16px;color:#111}.trust-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.trust-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.trust-list b{color:var(--red)}.trust-list span{color:#555}.small-note{font-size:14px;color:#6b6b6b;margin-top:18px}.section{padding:70px 0}.section.soft{background:var(--soft)}.section.white{background:#fff}.section-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:28px}.section-head .copy{max-width:680px}.section-title{font-size:clamp(32px,4.2vw,56px)}.section-head p,.page-hero p{font-size:18px;color:#555;margin:14px 0 0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card,.price-card,.review-link,.contact-card,.photo-request-card,.step,.plain-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 12px 30px rgba(0,0,0,.045)}.card h3,.price-card h3,.review-link h3,.step h3{margin:0 0 8px;color:#111;font-size:21px;line-height:1.25}.card p,.price-card p,.review-link p,.step p,.plain-box p{margin:0;color:#555}.card a,.price-card a,.review-link a,.plain-link{display:inline-flex;margin-top:15px;color:var(--red);font-weight:900}.price{display:inline-flex;margin:6px 0 10px;font-size:20px;font-weight:900;color:var(--red)}.page-hero{background:linear-gradient(180deg,#fff 0%,#fff9f7 100%);border-bottom:1px solid var(--line);padding:64px 0}.page-hero h1{font-size:clamp(40px,5.2vw,70px)}.note-box{background:#fff;border:1px solid var(--line);border-left:5px solid var(--red);border-radius:18px;padding:18px 20px;color:#4b4b4b;margin-bottom:24px}.price-section-title{font-family:Georgia,'Times New Roman',serif;color:#111;font-size:34px;margin:34px 0 16px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-number{display:inline-flex;width:38px;height:38px;border-radius:999px;background:var(--red);color:#fff;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}.photo-request-section{background:#fff}.photo-request-card{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border-top:5px solid var(--red)}.photo-request-card h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,3.6vw,46px);line-height:1.08;margin:0 0 10px;color:#111}.photo-request-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.photo-strip{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:14px}.photo-strip figure{margin:0;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 12px 26px rgba(0,0,0,.055)}.photo-strip img{width:100%;height:230px;object-fit:cover}.photo-strip figure:first-child img{height:320px}.photo-strip figure:first-child{grid-row:span 2}.photo-strip figcaption{padding:12px 14px;color:#555;font-weight:700;font-size:14px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{border:0;padding:0;margin:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.06);cursor:pointer;text-align:left}.gallery-item img{width:100%;height:250px;object-fit:cover}.gallery-item span{display:block;padding:12px 14px;font-weight:800;color:#333}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:24px}.lightbox.is-open{display:flex}.lightbox-inner{position:relative;max-width:min(1100px,94vw)}.lightbox img{max-height:82vh;border-radius:18px}.lightbox-caption{color:#fff;text-align:center;margin-top:12px;font-weight:800}.lightbox-close{position:absolute;right:-12px;top:-12px;width:44px;height:44px;border-radius:999px;border:0;background:var(--red);color:#fff;font-size:28px;cursor:pointer}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.main-contact dl{margin:0;display:grid;gap:14px}.main-contact div{padding-bottom:13px;border-bottom:1px solid var(--line)}dt{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--red);font-weight:900}dd{margin:4px 0 0;font-weight:800;color:#222}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.cta{background:var(--red);color:#fff}.cta h2{color:#fff;font-size:clamp(30px,4vw,54px)}.cta p{color:rgba(255,255,255,.86)}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.site-footer{background:#fff;border-top:1px solid var(--line);padding:48px 0 24px;color:#333}.footer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:30px}.footer-logo{width:210px;border:1px solid var(--line);border-radius:14px;padding:8px;margin-bottom:14px}.site-footer p,.site-footer span{color:#666}.site-footer a{display:block;color:#333;margin:8px 0;font-weight:700}.site-footer a:hover{color:var(--red)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin-top:30px;padding-top:18px;font-size:14px}.mobile-action-bar{display:none}.floating-book{position:fixed;right:18px;bottom:24px;z-index:59;background:var(--red);color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 18px 40px rgba(201,39,46,.26)}
@media(max-width:920px){body{padding-bottom:78px}.header-inner{min-height:72px}.brand img{width:185px}.nav-toggle{display:flex}.header-call{display:none}.site-nav{display:none;position:absolute;top:78px;left:18px;right:18px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-nav.is-open{display:flex}.site-nav a{display:block}.hero-grid,.grid-2,.contact-grid,.photo-request-card,.footer-grid{grid-template-columns:1fr}.hero-grid{padding:44px 0}.trust-panel{padding:22px}.grid-3,.price-grid,.steps{grid-template-columns:1fr}.section{padding:52px 0}.section-head{display:block}.photo-request-actions{justify-content:flex-start}.photo-strip{grid-template-columns:1fr}.photo-strip figure:first-child{grid-row:auto}.photo-strip img,.photo-strip figure:first-child img{height:250px}.gallery-grid{grid-template-columns:1fr 1fr}.cta-inner{display:block}.floating-book{display:none}.mobile-action-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:80;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;background:#111;border-radius:22px;padding:10px;box-shadow:0 18px 50px rgba(0,0,0,.34)}.mobile-action-bar a{display:flex;align-items:center;justify-content:center;background:#fff;color:#111;border-radius:15px;min-height:48px;font-weight:900}.mobile-action-bar a:first-child{background:var(--red);color:#fff}}
@media(max-width:560px){.container{width:min(100% - 28px,1120px)}.hero h1{font-size:40px}.lead{font-size:18px}.gallery-grid{grid-template-columns:1fr}.section-title{font-size:34px}.footer-bottom{display:block}.btn{width:100%}.hero-actions .btn{width:auto}.page-actions .btn{width:auto}}
