:root{--ink:#26231f;--muted:#6f6962;--line:#e8e1d8;--paper:#fffdf9;--soft:#f6f1eb;--gold:#a67b3f;--dark:#211e1a;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{text-decoration:none;color:inherit}.site-header{height:84px;padding:10px 5vw;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(255,253,249,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,225,216,.8)}.brand img{height:60px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600}.nav-links a{opacity:.8}.nav-links a:hover{opacity:1;color:var(--gold)}.nav-cta{padding:10px 16px;border:1px solid var(--ink);border-radius:999px}.menu-toggle{display:none;background:none;border:0;font-size:26px}.hero{max-width:none;min-height:690px;margin:0;position:relative;display:flex;align-items:center;padding:82px 5vw 90px;overflow:hidden;background:#eee6dc}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:800;color:var(--gold)}h1{font-family:Georgia,serif;font-size:clamp(45px,5vw,74px);line-height:1.04;font-weight:500;margin:16px 0 22px;letter-spacing:-.03em}.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,253,249,.96) 0%,rgba(255,253,249,.82) 38%,rgba(255,253,249,.20) 75%,rgba(255,253,249,.08) 100%),url('assets/hero-gordyn.jpg');background-size:cover;background-position:center 48%;z-index:0}.hero-copy{position:relative;z-index:1;max-width:700px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:590px}.hero-image-wrap{display:none}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{transform:translateY(-2px);background:#000}.btn-light{background:#eee7de}.btn-outline{border:1px solid var(--ink)}.section{max-width:var(--max);margin:0 auto;padding:92px 28px}.section-soft{max-width:none;background:var(--soft)}.section-soft>.section-heading,.section-soft>.feature-grid{max-width:var(--max);margin-left:auto;margin-right:auto}.section-heading{margin-bottom:40px}.section-heading h2{font-family:Georgia,serif;font-size:44px;font-weight:500;line-height:1.1;margin:10px 0}.section-heading p{color:var(--muted);max-width:650px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.category-card{min-height:220px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s}.category-card:hover{background:#f8f3ec;transform:translateY(-3px)}.category-card span{font-size:12px;color:var(--gold);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.category-card h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:52px 0 8px}.category-card p,.feature-grid p{color:var(--muted);font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.feature-grid article{background:var(--soft);padding:32px;min-height:220px}.feature-icon{width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--gold);font-weight:800}.feature-grid h3{font-family:Georgia,serif;font-size:22px;font-weight:500;margin-top:45px}.catalog-section{padding-bottom:70px}.catalog-group{margin:58px 0 72px}.catalog-title{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:24px}.catalog-title h3{font-family:Georgia,serif;font-size:30px;font-weight:500;margin:0}.catalog-title span{font-size:12px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);overflow:hidden}.product-image{aspect-ratio:4/5;background:#eee8df;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.025)}.product-info{padding:15px 16px 19px}.product-info h4{margin:0 0 5px;font-family:Georgia,serif;font-size:19px;font-weight:500}.product-info p{margin:0;color:var(--muted);font-size:13px}.section-dark{max-width:none;background:var(--dark);color:#fff}.section-dark>.section-heading,.section-dark>.steps{max-width:var(--max);margin-left:auto;margin-right:auto}.light .eyebrow{color:#d0a86c}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.steps article{border-top:1px solid rgba(255,255,255,.2);padding-top:20px}.steps b{width:42px;height:42px;border:1px solid #d0a86c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d0a86c;font-size:19px;font-weight:500}.steps h3{font-family:Georgia,serif;font-size:22px;font-weight:500}.steps p{color:#bcb5ad;font-size:14px}.contact-card{border:1px solid var(--line);padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px;background:#fff}.contact-card h2{font-family:Georgia,serif;font-weight:500;font-size:42px;line-height:1.1;margin:10px 0}.contact-card p{color:var(--muted);max-width:650px}.contact-actions{display:flex;gap:10px;flex-wrap:wrap}footer{border-top:1px solid var(--line);padding:30px 5vw;display:flex;align-items:center;justify-content:center;gap:18px;color:var(--muted);font-size:12px}footer img{height:42px;width:auto;mix-blend-mode:multiply}footer a{margin-left:auto;color:var(--ink);font-weight:700}.menu-toggle{cursor:pointer}@media(max-width:900px){.hero{min-height:620px}.hero-bg{background-position:center}.nav-links{display:none;position:absolute;left:0;right:0;top:84px;padding:20px 28px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-toggle{display:block}.hero{padding-top:55px}.hero-bg{background-position:center}.hero-copy{max-width:650px}.category-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.contact-card{display:block}.contact-actions{margin-top:25px}}@media(max-width:600px){.site-header{height:72px;padding:8px 18px}.brand img{height:50px}.nav-links{top:72px}.section{padding:65px 18px}.hero{padding:45px 18px 55px;min-height:610px}.hero-bg{background-position:58% center}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.section-heading h2{font-size:36px}.category-grid,.feature-grid,.product-grid,.steps{grid-template-columns:1fr}.category-card h3{margin-top:32px}.catalog-title{align-items:center}.catalog-title h3{font-size:25px}.contact-card{padding:30px 24px}.contact-card h2{font-size:34px}footer{padding:25px 18px;flex-wrap:wrap}footer a{margin-left:0}}


/* Only Gorden Clasic #1 and #3: fill the existing catalog box, allowing slight crop. */
.product-card .product-image img.classic-cover{object-fit:cover;}

/* Final brand sizing */
.hero-copy .eyebrow{font-size:14px;letter-spacing:.18em;}
.site-header .brand img{width:118px;height:auto;background:transparent;display:block;}
