:root{--navy:#0b2748;--navy2:#071c35;--gold:#d9b66f;--ink:#13243a;--sky:#dcecf5;--cream:#f7f3eb;--white:#fff;--muted:#657386;--line:#dfe5ea;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff;font-size:16px}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,78px);position:relative;z-index:3;background:white;border-bottom:1px solid #edf0f2}.brand{display:flex;align-items:center;gap:11px;font-family:"Playfair Display",serif;font-weight:700;font-size:1.28rem;color:var(--navy)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--navy);color:var(--gold);font-family:"DM Sans",sans-serif;font-size:.8rem;letter-spacing:.04em}.topbar nav{display:flex;gap:32px;color:#42536a;font-size:.94rem}.topbar nav a:hover{color:var(--navy)}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:999px;background:var(--navy);color:white;padding:15px 24px;font-weight:600;cursor:pointer;transition:.2s transform,.2s background}.button:hover{background:#123b6a;transform:translateY(-1px)}.button-small{padding:11px 18px;font-size:.9rem}.hero{min-height:650px;display:grid;grid-template-columns:48% 52%;background:linear-gradient(115deg,#f8fbfd 0%,#f5f7f7 48%,#dce6ea 48%);overflow:hidden}.hero-copy{padding:clamp(70px,9vw,126px) clamp(30px,6vw,96px);align-self:center;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#a27725;font-size:.75rem;margin:0 0 18px}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(2.9rem,5.4vw,5rem);line-height:1.02;letter-spacing:-.04em;margin:0;color:var(--navy)}.hero h1 em{color:#997020;font-weight:600}.hero-text{font-size:1.1rem;line-height:1.7;color:#586779;max-width:600px;margin:26px 0 31px}.hero-actions{display:flex;align-items:center;gap:24px}.text-link{font-weight:600;color:var(--navy)}.text-link span{color:#b18a40;margin-left:5px}.quality{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:34px;color:#66768a;font-size:.82rem}.quality span::first-letter{color:#b18a40}.hero-visual{position:relative;min-height:650px}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,39,72,.08),transparent 28%);pointer-events:none}.detail-card{position:absolute;right:7%;bottom:7%;z-index:1;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);padding:15px 20px;border-radius:14px;box-shadow:0 14px 40px #071c3525;display:flex;flex-direction:column}.detail-card b{font-family:"Playfair Display",serif;color:var(--navy)}.detail-card small{color:var(--muted);margin-top:3px}.section{padding:100px clamp(24px,6vw,88px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.section-heading h2,.process h2,.order-section h2,.modal h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:clamp(2rem,3.4vw,3.1rem);margin:0;line-height:1.08}.section-heading>p{max-width:440px;color:var(--muted);line-height:1.65}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{min-height:345px;border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s transform}.product:hover{transform:translateY(-5px)}.product-blue{background:var(--navy);color:white}.product-gold{background:#e8c887;color:#3f2d0d}.product-sky{background:#d9ebf4;color:var(--navy)}.product-cream{background:#f1ede5;color:var(--navy)}.product-icon{font-size:2rem}.product small{text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;font-weight:700;opacity:.72}.product h3{font-family:"Playfair Display",serif;font-size:1.65rem;margin:9px 0}.product p{opacity:.76;line-height:1.5;margin:0}.product button{border:0;border-top:1px solid currentColor;background:none;color:inherit;padding:17px 0 0;text-align:left;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.process{background:var(--navy2);color:white;padding:90px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr 1.25fr;gap:10vw}.process .light{color:var(--gold)}.process h2{color:white}.process>div>p:last-child{color:#b6c2d0;line-height:1.7;max-width:490px}.process ol{list-style:none;padding:0;margin:0}.process li{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid #ffffff20}.process li>span{color:var(--gold);font-size:.8rem}.process h3{font-family:"Playfair Display",serif;font-size:1.35rem;margin:0 0 6px}.process li p{color:#aebbc9;margin:0}.order-section{padding:100px clamp(24px,8vw,130px);display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;background:var(--cream)}.order-intro>p:not(.eyebrow){color:var(--muted);line-height:1.7}.swatches{display:flex;gap:10px;margin-top:34px}.swatches i{width:27px;height:27px;border-radius:50%;background:#0b2748;border:3px solid white;box-shadow:0 0 0 1px #d1d7dc}.swatches i:nth-child(2){background:#8db8d3}.swatches i:nth-child(3){background:#d9b66f}.swatches i:nth-child(4){background:#e8ddd0}.swatches i:nth-child(5){background:#789085}.order-form{background:white;padding:34px;border-radius:var(--radius);box-shadow:0 18px 50px #0b27480e;display:grid;gap:20px}.order-form label{font-weight:600;color:#243a54;font-size:.9rem}.order-form input,.order-form select,.order-form textarea{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:11px;padding:13px 14px;background:#fbfcfd;color:var(--ink);outline:none}.order-form input:focus,.order-form select:focus,.order-form textarea:focus{border-color:#7f9bb7;box-shadow:0 0 0 3px #dcecf5}.form-row{display:grid;grid-template-columns:1fr 2fr;gap:15px}.form-button{width:100%;margin-top:5px}.form-note{text-align:center;margin:0;color:#8993a0;font-size:.78rem}footer{display:flex;align-items:center;justify-content:space-between;padding:34px clamp(24px,6vw,88px);color:#778392;border-top:1px solid #e8ecef;font-size:.9rem}.footer-brand{font-size:1.1rem}.footer-brand .brand-mark{width:33px;height:33px}.modal{position:fixed;z-index:10;inset:0;background:#071c35c7;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal-card{width:min(520px,100%);background:white;padding:36px;border-radius:24px;position:relative;box-shadow:0 30px 90px #0005}.modal-card .close{position:absolute;right:18px;top:13px;background:none;border:0;font-size:1.8rem;color:#778392;cursor:pointer}.modal-card .success{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e0eee7;color:#2a7952;font-size:1.3rem;margin-bottom:18px}.modal-card h2{font-size:2rem}.modal-card p{color:var(--muted);line-height:1.5}.modal-card textarea{width:100%;border:1px solid var(--line);background:#f7f9fa;border-radius:12px;padding:14px;margin:5px 0 15px;resize:none}.modal-card .button{width:100%}.modal-card small{display:block;text-align:center;color:#2a7952;margin-top:10px;min-height:18px}@media(max-width:950px){.topbar nav{display:none}.hero{grid-template-columns:1fr;background:#f8fbfd}.hero-copy{padding-bottom:60px}.hero-visual{min-height:480px}.products{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr;gap:35px}.order-section{grid-template-columns:1fr;gap:45px}}@media(max-width:600px){.topbar{height:68px;padding:0 18px}.topbar>.button{display:none}.hero-copy{padding:55px 22px}.hero h1{font-size:2.75rem}.hero-actions{align-items:flex-start;flex-direction:column}.quality{flex-direction:column}.hero-visual{min-height:390px}.section{padding:70px 20px}.section-heading{align-items:flex-start;flex-direction:column;gap:10px}.products{grid-template-columns:1fr}.product{min-height:280px}.process{padding:70px 22px}.order-section{padding:70px 20px}.order-form{padding:24px 19px}.form-row{grid-template-columns:1fr}footer{align-items:flex-start;flex-direction:column;gap:20px}}
