:root{--bg: #f5efe5;--paper: #fffdf8;--ink: #12304b;--muted: #4c6881;--line: rgba(18, 48, 75, .12);--brand: #2d5f85;--brand-strong: #133c5f;--accent: #dca24d;--shadow: 0 18px 50px rgba(17, 45, 70, .12);--radius: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Barlow,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(220,162,77,.18),transparent 24rem),linear-gradient(180deg,#f9f4ec,#f3ede2)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding-bottom:4rem}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;position:sticky;top:0;z-index:10;backdrop-filter:blur(18px);background:#f5efe5cc}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand img{width:120px}.site-nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.site-nav a,.cta-link,.button,.text-link{transition:.18s ease}.site-nav a{padding:.7rem .9rem;border-radius:999px;color:var(--muted);font-weight:600}.site-nav a.active,.site-nav a:hover{background:#2d5f851a;color:var(--brand-strong)}.cta-link,.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.95rem 1.3rem;font-weight:700}.cta-link,.button-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow)}.cta-link:hover,.button-primary:hover{background:var(--brand-strong);transform:translateY(-1px)}.button-secondary{border:1px solid var(--line);background:#ffffffb8}.button-secondary:hover,.text-link:hover{color:var(--brand)}.hero,.page-hero,.section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.hero,.page-hero{padding:3.5rem 0 2.5rem;align-items:center}.hero-copy h1,.page-hero h1,.section h2,.site-footer h2,.site-footer h3{font-family:Fraunces,serif}.hero-copy h1,.page-hero h1{font-size:clamp(2.8rem,6vw,5.4rem);line-height:.95;margin:.35rem 0 1rem}.hero-copy h1 span{color:var(--brand)}.hero-copy p,.page-hero p,.section-heading p,.detail-panel p,.info-card p,.quote-card p,.site-footer p,.detail-panel li{color:var(--muted);font-size:1.06rem;line-height:1.75}.hero-stack{display:grid;grid-template-columns:1.25fr 1fr;gap:1rem}.hero-card{min-height:220px;border-radius:var(--radius);background-size:cover;background-position:center;overflow:hidden;box-shadow:var(--shadow)}.hero-card:first-child{grid-row:span 2;min-height:480px}.hero-card-overlay{display:flex;flex-direction:column;justify-content:end;gap:.4rem;width:100%;height:100%;padding:1.4rem;background:linear-gradient(180deg,transparent 10%,rgba(7,23,37,.74) 100%);color:#fff}.hero-card-overlay span,.eyebrow,.step-number{letter-spacing:.16em;text-transform:uppercase;font-size:.8rem;font-weight:700}.eyebrow{color:var(--brand)}.action-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.4rem}.section{padding:2.4rem 0}.section-highlight,.detail-panel,.info-card,.quote-card,.step-card,.logo-pill,.panel-image,.gallery-image{background:#fffdf8e0;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.section-highlight,.detail-panel{padding:1.8rem}.section-heading{max-width:760px;margin-bottom:1.3rem}.card-grid,.step-grid,.logo-strip,.gallery-grid,.contact-band{display:grid;gap:1rem}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.step-grid,.contact-band{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.quote-card,.step-card{padding:1.4rem}.step-card img{width:72px;height:72px;object-fit:contain;margin-bottom:1rem}.detail-panel ul,.info-card ul{margin:0;padding-left:1.2rem}.legal-copy h2,.legal-copy h3{margin-top:1.8rem;margin-bottom:.8rem;font-family:Fraunces,serif}.legal-copy p,.legal-copy li{color:var(--muted);line-height:1.8}.legal-copy ul{padding-left:1.25rem}.legal-copy a{color:var(--brand);text-decoration:underline}.detail-panel li+li{margin-top:.65rem}.panel-image,.gallery-image{width:100%;height:100%;object-fit:cover}.stacked-images{display:grid;gap:1rem}.logo-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.logo-pill{min-height:110px;display:grid;place-items:center;padding:1rem}.logo-pill img{max-height:56px;object-fit:contain}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-image{aspect-ratio:1 / 1}.section-cta{text-align:center}.site-footer{margin-top:3rem;padding:2rem;border-top:1px solid var(--line);display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.2rem}@media (max-width: 960px){.hero,.page-hero,.section-grid,.site-footer,.card-grid,.step-grid,.contact-band,.gallery-grid,.logo-strip,.hero-stack{grid-template-columns:1fr}.hero-card:first-child{min-height:280px}.site-header{flex-direction:column;align-items:stretch}.brand,.site-nav{justify-content:center}.cta-link{width:100%}}
