:root { --ink:#10293f; --ink-soft:#456075; --cream:#f6f2eb; --white:#fffefa; --mint:#b9d7cb; --teal:#0d665f; --yellow:#f0b742; --coral:#e96d58; --line:#d9e0dc; --shadow:0 18px 45px rgba(16,41,63,.12); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--cream); font-family:Arial,Helvetica,sans-serif; line-height:1.5; } a { color:inherit; text-decoration:none; } .shell { width:min(1180px,calc(100% - 40px)); margin:0 auto; }
.eyebrow { margin:0 0 14px; color:var(--teal); font-size:13px; letter-spacing:.13em; font-weight:800; text-transform:uppercase; } h1,h2,h3,p { margin-top:0; } h1 { max-width:900px; margin-bottom:24px; font-family:Georgia,'Times New Roman',serif; font-size:clamp(46px,7vw,80px); line-height:.99; letter-spacing:-.045em; } h2 { max-width:760px; margin-bottom:18px; font-family:Georgia,'Times New Roman',serif; font-size:clamp(34px,4vw,54px); line-height:1.04; letter-spacing:-.035em; } h3 { font-size:22px; line-height:1.15; } .lead { max-width:690px; color:var(--ink-soft); font-size:20px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:52px; padding:13px 21px; border:1px solid var(--ink); border-radius:99px; background:var(--ink); color:#fff; font-size:15px; font-weight:700; transition:transform .2s ease,background .2s ease; } .button:hover { transform:translateY(-2px); background:var(--teal); } .button.light { border-color:var(--line); background:var(--white); color:var(--ink); } .button.light:hover { background:var(--yellow); border-color:var(--yellow); }
header { position:sticky; z-index:10; top:0; border-bottom:1px solid rgba(217,224,220,.8); background:rgba(255,254,250,.92); backdrop-filter:blur(13px); } .nav { display:flex; min-height:78px; align-items:center; justify-content:space-between; gap:24px; } .brand { display:flex; align-items:center; gap:11px; font-size:17px; font-weight:800; white-space:nowrap; } .brand-mark { display:grid; width:30px; height:30px; place-items:center; border-radius:50%; background:var(--yellow); font-family:Georgia,serif; font-size:20px; } nav ul { display:flex; align-items:center; gap:18px; margin:0; padding:0; list-style:none; color:#476076; font-size:13px; font-weight:700; } nav li:last-child a { padding:10px 15px; border-radius:99px; background:var(--ink); color:#fff; } nav a[aria-current="page"] { color:var(--teal); }
.page-hero { padding:96px 0 72px; background:var(--white); } .page-hero.tinted { background:#eaf2ee; } .page-hero.dark { background:var(--ink); color:#fff; } .page-hero.dark .eyebrow { color:var(--yellow); } .page-hero.dark .lead { color:#cfdae3; } .hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; } section { padding:92px 0; } .soft { background:#eaf2ee; } .warm { background:#f8e9d7; } .dark { background:var(--ink); color:#fff; } .dark .eyebrow { color:var(--yellow); } .dark .lead { color:#c8d5df; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:38px; } .card { min-height:220px; padding:26px; border:1px solid var(--line); border-radius:18px; background:var(--white); } .card p { color:#5b7182; font-size:14px; } .card .num { display:grid; width:38px; height:38px; place-items:center; margin-bottom:31px; border-radius:50%; background:var(--yellow); font-weight:800; } .card:nth-child(2) .num { background:var(--mint); } .card:nth-child(3) .num { background:#d7c6ec; } .card:nth-child(4) .num { background:#f4b5aa; } .card:nth-child(5) .num { background:#a8d9df; } .card:nth-child(6) .num { background:#f6d286; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:62px; align-items:start; } .list { margin:0; padding:0; list-style:none; } .list li { position:relative; margin:13px 0; padding-left:27px; color:#486174; } .list li::before { position:absolute; left:0; top:.55em; width:10px; height:10px; border-radius:50%; background:var(--yellow); content:''; } .model { min-height:330px; padding:30px; border:1px solid rgba(255,255,255,.19); border-radius:18px; background:rgba(255,255,255,.06); } .model-kicker { color:var(--yellow); font-size:14px; font-weight:800; letter-spacing:.1em; } .model h3 { margin:16px 0; font-family:Georgia,serif; font-size:34px; } .model p,.model li { color:#d0dde5; } .model ul { margin:20px 0 0; padding-left:18px; font-size:14px; } .model li { margin:6px 0; }
.process { display:grid; grid-template-columns:repeat(4,1fr); margin-top:40px; border:1px solid var(--line); border-radius:18px; overflow:hidden; } .step { min-height:220px; padding:27px; border-right:1px solid var(--line); background:var(--white); } .step:last-child { border-right:0; } .step span { color:var(--coral); font-family:Georgia,serif; font-size:38px; } .step p { margin-bottom:0; color:#5c7181; font-size:14px; }
.quote-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:35px; } .quote { min-height:160px; padding:22px; border:1px dashed #bd9e7a; border-radius:14px; background:rgba(255,254,250,.72); color:#725f51; font-size:14px; } .quote strong { display:block; margin-top:15px; color:#3e5261; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.material-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:25px; } .material { min-height:240px; padding:25px; border:1px solid var(--line); border-radius:16px; background:#fffefa; } .tag { display:inline-block; margin-bottom:35px; color:var(--teal); font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; } .material p { color:#607689; font-size:14px; } .link-arrow { display:inline-block; margin-top:15px; color:var(--teal); font-size:14px; font-weight:800; }
.newsletter { margin-top:38px; padding:31px; border-radius:18px; background:var(--mint); } .newsletter-grid { display:grid; grid-template-columns:1fr auto; gap:25px; align-items:center; } .newsletter h3 { margin-bottom:7px; font-family:Georgia,serif; font-size:29px; } .newsletter p { margin:0; color:#355a58; } .form-row { display:flex; gap:8px; } input { min-width:240px; height:50px; padding:0 15px; border:1px solid rgba(16,41,63,.25); border-radius:99px; background:rgba(255,255,255,.8); color:var(--ink); font:inherit; }
.contact { background:var(--teal); color:#fff; } .contact .eyebrow { color:var(--yellow); } .contact .lead { color:#d4ebe6; } .contact-grid { display:grid; grid-template-columns:1fr .85fr; gap:70px; align-items:center; } .contact-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; } .contact-option { padding:15px; border:1px solid rgba(255,255,255,.25); border-radius:12px; color:#fff; font-size:14px; } .contact-option:last-child { grid-column:span 2; }
footer { padding:46px 0; background:#0b2033; color:#c3d3de; } .footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:30px; font-size:13px; } .footer-grid strong { display:block; margin-bottom:11px; color:#fff; } .footer-grid a { display:block; margin:7px 0; } .footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:38px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); font-size:12px; }
@media (max-width:980px) { nav ul { display:none; } .split,.contact-grid { grid-template-columns:1fr; } .card-grid,.material-grid { grid-template-columns:repeat(2,1fr); } .process { grid-template-columns:1fr 1fr; } .step:nth-child(2) { border-right:0; } .step:nth-child(-n+2) { border-bottom:1px solid var(--line); } .footer-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:600px) { .shell { width:min(100% - 28px,1180px); } section { padding:70px 0; } .page-hero { padding:65px 0 55px; } .card-grid,.material-grid,.quote-grid,.process,.contact-options,.footer-grid { grid-template-columns:1fr; } .step,.step:nth-child(2) { border-right:0; border-bottom:1px solid var(--line); } .step:last-child { border-bottom:0; } .contact-option:last-child { grid-column:span 1; } .newsletter-grid { grid-template-columns:1fr; } .form-row { flex-direction:column; } input { min-width:0; width:100%; } .footer-bottom { flex-direction:column; } }
