:root {
  --navy: #08294c;
  --navy-2: #041c35;
  --red: #c9161d;
  --gold: #d39a22;
  --cream: #fbf7ef;
  --paper: #fffdf9;
  --ink: #1d2430;
  --muted: #5c6470;
  --shadow: 0 18px 50px rgba(7, 26, 48, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 68px 0; }
.alt-bg { background: linear-gradient(180deg, #fbf8f2, #f5efe4); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid #eadfce; backdrop-filter: blur(10px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); white-space: nowrap; }
.brand-emblem { width: 54px; height: 54px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 3px 5px rgba(8,41,76,.18)); }
.brand-name { display: inline-flex; align-items: baseline; font-family: Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: -.6px; line-height: 1; }
.brand-name strong { color: var(--red); }
.brand-name small { font: 700 11px Arial, sans-serif; color: #567; margin-left: 1px; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--red); }
.nav-cta, .primary-button { color: white !important; background: linear-gradient(#e22127, #b80910); border-radius: 6px; box-shadow: 0 8px 20px rgba(184,9,16,.22); }
.nav-cta { padding: 12px 18px; }
.menu-toggle { display: none; }
.hero { background: radial-gradient(circle at 15% 15%, #f7e5ca 0, #fffaf2 34%, #fff 74%); border-bottom: 1px solid #eadfce; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 56px; padding: 40px 0 46px; }
.hero-art img { max-height: 575px; margin: auto; filter: drop-shadow(0 24px 24px rgba(28,25,17,.25)); }
.hero-copy { text-align: center; }
.ornament { color: var(--gold); font-size: 22px; letter-spacing: 5px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.ornament span { width: 80px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament span:last-child { transform: scaleX(-1); }
h1, h2, .section-title { font-family: Georgia, 'Times New Roman', serif; color: var(--navy); }
h1 { margin: 16px 0 22px; font-size: clamp(45px, 5.6vw, 72px); line-height: .98; letter-spacing: -2px; }
h1 em { color: var(--red); font-style: normal; }
.benefits { list-style: none; padding: 0; margin: 24px auto; width: fit-content; text-align: left; font-size: 18px; }
.benefits li { margin: 10px 0; }
.benefits li::before { content: '✓'; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; border-radius: 50%; color: white; background: var(--red); font-weight: 900; }
.price { color: var(--red); font-family: Georgia, serif; font-size: 62px; line-height: 1; margin: 14px 0 18px; }
.price span { color: var(--navy); font-size: 24px; font-weight: 700; text-transform: uppercase; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 290px; padding: 18px 26px; text-decoration: none; text-transform: uppercase; font-size: 21px; font-weight: 900; }
.primary-button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.secure-note { color: var(--muted); font-size: 13px; margin: 10px 0 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.about-image-card { background: #efe7da; padding: 0; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.about-copy h2, .faq-panel h2, .order-panel h2 { font-size: 43px; margin: 0 0 14px; }
.about-copy p { font-size: 19px; margin: 10px 0; }
.signature { color: var(--navy); font: italic 34px Georgia, serif; }
.section-title { margin: 0 0 36px; text-align: center; font-size: 34px; text-transform: uppercase; letter-spacing: .5px; }
.section-title span { color: var(--gold); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gallery-card { margin: 0; background: white; border: 1px solid #eadfcf; border-radius: 8px; overflow: hidden; box-shadow: 0 12px 28px rgba(30,40,50,.12); }
.gallery-card img { width: 100%; aspect-ratio: 8.5 / 11; object-fit: cover; }
.gallery-card figcaption { padding: 13px; color: var(--navy); font-weight: 800; text-align: center; }
.gallery-note { text-align: center; color: var(--muted); margin: 24px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.feature-card { padding: 24px 13px; background: white; border: 1px solid #eee3d4; border-radius: 9px; text-align: center; box-shadow: 0 10px 25px rgba(25,35,45,.08); }
.feature-card .icon { min-height: 54px; display: grid; place-items: center; color: var(--red); font-size: 28px; font-weight: 900; }
.feature-card h3 { color: var(--navy); font-size: 16px; margin: 8px 0 5px; }
.feature-card p { font-size: 13px; margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.steps article { position: relative; background: white; padding: 32px 22px 24px; border-radius: 10px; box-shadow: 0 10px 25px rgba(25,35,45,.08); text-align: center; }
.steps article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: white; background: var(--navy); font-size: 22px; font-weight: 900; margin: -54px auto 18px; border: 5px solid #f7f1e8; }
.steps h3 { color: var(--navy); }
.faq-order-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 38px; }
.faq-panel details { margin: 10px 0; border: 1px solid #e8dfd1; border-radius: 7px; background: white; }
.faq-panel summary { cursor: pointer; padding: 16px 18px; font-weight: 800; color: var(--navy); }
.faq-panel details p { padding: 0 18px 18px; margin: 0; color: var(--muted); }
.order-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 24px; align-items: center; background: linear-gradient(135deg, #fffaf1, #f4e7d2); border: 1px solid #ead8bc; padding: 32px; border-radius: 12px; box-shadow: var(--shadow); }
.order-panel img { max-height: 390px; margin: auto; filter: drop-shadow(0 18px 20px rgba(0,0,0,.22)); }
.order-price { color: var(--red); font: 700 56px Georgia, serif; margin: 20px 0; }
.order-panel .primary-button { min-width: 220px; }
.site-footer { background: linear-gradient(135deg, var(--navy-2), var(--navy)); color: white; padding: 42px 0 22px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: center; }
.footer-center { text-align: center; }
.footer-grid > div:last-child { text-align: right; }
.footer-grid a { color: white; }
.script { font: italic 26px Georgia, serif; }
.copyright { text-align: center; margin: 28px 0 0; font-size: 12px; opacity: .75; }
@media (max-width: 930px) {
  .menu-toggle { display: inline-block; border: 1px solid #d9cdbb; background: white; padding: 10px 14px; border-radius: 5px; font-weight: 800; }
  .site-nav { display: none; position: absolute; left: 18px; right: 18px; top: 68px; padding: 18px; background: white; border: 1px solid #eadfce; border-radius: 8px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px 4px; }
  .nav-cta { text-align: center; }
  .hero-grid, .about-grid, .faq-order-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 18px; padding-top: 25px; }
  .hero-art img { max-height: 500px; }
  .hero-copy { padding-bottom: 30px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 55px; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .section-pad { padding: 48px 0; }
  .brand { gap: 7px; }
  .brand-emblem { width: 40px; height: 40px; }
  .brand-name { font-size: 20px; }
  .brand-name small { font-size: 9px; }
  h1 { font-size: 42px; }
  .benefits { font-size: 16px; }
  .price { font-size: 52px; }
  .primary-button { min-width: 100%; font-size: 18px; }
  .about-copy h2, .faq-panel h2, .order-panel h2 { font-size: 34px; }
  .gallery, .feature-grid, .steps, .order-panel, .footer-grid { grid-template-columns: 1fr; }
  .gallery { max-width: 440px; margin: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { gap: 55px; }
  .order-panel img { max-height: 320px; }
  .footer-grid, .footer-grid > div:last-child { text-align: center; }
  .section-title { font-size: 27px; }
  .copyright a { display: block; margin-top: 6px; }
}



@media (max-width: 768px) {
    #examples {
        scroll-margin-top: 40px;
    }

    #how-it-works,
    #faq,
    #about {
        scroll-margin-top: 40px;
    }
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: #444;
    margin-top: -30px;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.business-name {
    font-size: 18px;
    font-weight: bold;
    color: #08294c;
    line-height: 1.2;
}

.business-town {
    font-size: 15px;
    font-style: italic;
    color: #777;
    margin-top: 3px;
}