*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f3ee;color:#151515;line-height:1.5}a{text-decoration:none;color:inherit}.site-header{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d8d5ce;background:#f5f3ee;position:sticky;top:0;z-index:10}.brand{font-weight:900;letter-spacing:.08em;font-size:1.15rem}.brand span{display:inline-grid;place-items:center;border:2px solid #151515;width:31px;height:31px;margin-right:8px;font-size:.7rem}.site-header nav{display:flex;gap:28px;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.site-header nav a:hover,.site-header nav .active{opacity:.5}.menu-toggle{display:none;border:0;background:none;font-size:1.5rem}.hero{min-height:78vh;display:grid;grid-template-columns:1.05fr .95fr;background:#151515;color:#f5f3ee}.hero-copy{padding:9vw 7vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.72rem;letter-spacing:.2em;font-weight:700;margin:0 0 16px;text-transform:uppercase}.hero h1{font-size:clamp(4rem,9vw,8.5rem);line-height:.84;margin:0 0 30px;letter-spacing:-.07em}.hero h1 em{font-family:Georgia,serif;font-weight:400}.hero-copy>p:not(.eyebrow){max-width:530px;color:#d0cdc5;font-size:1.05rem}.actions{display:flex;align-items:center;gap:25px;margin-top:25px}.btn{display:inline-block;padding:15px 22px;background:#c9a35a;color:#111;font-weight:800;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em}.btn:hover{transform:translateY(-2px)}.btn-light{background:#f5f3ee}.btn-outline{background:transparent;border:1px solid #151515}.text-link{font-weight:700;font-size:.82rem}.hero-art{display:grid;place-items:center;background:linear-gradient(135deg,#282824,#8a7750);position:relative;overflow:hidden}.gt-mark{font-size:clamp(8rem,20vw,20rem);font-weight:900;letter-spacing:-.12em;opacity:.9}.hero-art p{position:absolute;bottom:28px;left:30px;font-size:.65rem;letter-spacing:.2em}.ticker{display:flex;justify-content:space-around;gap:20px;padding:16px 5vw;border-bottom:1px solid #d8d5ce;border-top:1px solid #d8d5ce;font-size:.68rem;letter-spacing:.16em;font-weight:700}.section{padding:90px 7vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section h2,.page-hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:.95;letter-spacing:-.05em;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{min-width:0}.product-img{aspect-ratio:3/4;background:linear-gradient(145deg,#222,#b3aa99);display:grid;place-items:center;position:relative;overflow:hidden}.product-img:after{content:"GT";font-size:5rem;font-weight:900;color:#f5f3ee;opacity:.8}.product:nth-child(2) .product-img{background:linear-gradient(145deg,#dedbd2,#333)}.product:nth-child(3) .product-img{background:linear-gradient(145deg,#756c59,#ddd8cd)}.product:nth-child(4) .product-img{background:linear-gradient(145deg,#111,#777)}.product-info{padding:14px 0}.product-info h3{margin:0;font-size:.95rem}.product-info p{margin:5px 0;color:#666;font-size:.82rem}.price{font-weight:800;color:#151515!important}.story-banner{background:#24231f;color:#f5f3ee;padding:10vw 12vw}.story-banner h2{font-size:clamp(3rem,7vw,7rem);line-height:.9;letter-spacing:-.06em;margin:0 0 30px}.story-banner p:not(.eyebrow){max-width:520px;color:#d0cdc5;margin-bottom:30px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category{height:390px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;color:#f5f3ee;background:#272727}.cat-women{background:#6d665a}.cat-access{background:#aaa394;color:#151515}.category span{font-size:.7rem;letter-spacing:.15em}.category strong{font-size:1.4rem}.newsletter{text-align:center;padding:100px 20px;border-top:1px solid #d8d5ce}.newsletter h2{font-size:3rem;margin:0 0 10px}.newsletter p:not(.eyebrow){color:#666;margin-bottom:25px}.page-hero{padding:110px 7vw 80px;border-bottom:1px solid #d8d5ce}.page-hero>p:last-child{max-width:650px;color:#666;font-size:1.05rem}.page-hero.dark{background:#151515;color:#f5f3ee}.page-hero.dark>p:last-child{color:#ccc}.filters{display:flex;gap:8px;margin-bottom:30px}.filter{padding:10px 17px;border:1px solid #bbb;background:transparent;text-transform:uppercase;font-size:.68rem;font-weight:700;letter-spacing:.1em;cursor:pointer}.filter.active{background:#151515;color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.split h2{font-size:clamp(3rem,6vw,6rem);margin:0}.split div:last-child{font-size:1.15rem;max-width:600px}.manifesto{background:#c9a35a;padding:11vw 7vw;font-size:clamp(3rem,8vw,9rem);font-weight:900;line-height:.88;letter-spacing:-.07em}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-card{border:1px solid #c8c4bb;padding:45px;min-height:330px}.contact-card h2{font-size:2.5rem;margin:0 0 15px}.contact-card p:not(.eyebrow){color:#666;max-width:450px;margin-bottom:30px}.contact-card small{display:block;color:#777;margin-top:20px}footer{padding:50px 7vw;background:#151515;color:#f5f3ee;display:flex;justify-content:space-between;gap:30px;font-size:.75rem}footer .brand span{border-color:#f5f3ee}footer p{color:#aaa}
@media(max-width:800px){.site-header{height:68px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:68px;left:0;right:0;background:#f5f3ee;padding:25px;flex-direction:column;gap:18px;border-bottom:1px solid #ccc}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:75px 7vw}.hero-art{height:330px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.contact-grid,.split{grid-template-columns:1fr}.category{height:300px}.section{padding:65px 6vw}.ticker{overflow:hidden;white-space:nowrap;justify-content:flex-start}.ticker span{flex:0 0 auto}.page-hero{padding:80px 6vw 60px}footer{flex-direction:column}}
