:root { --bronze: #c19e61; --cream: #ede5da; --paper: #f8f5f2; --ink: #0e0e0e; --metal: #525252; }
html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: Helvetica, Arial, sans-serif; overflow-x: hidden; }
a { text-decoration: none; }
.site-header { height: 111px; background: var(--bronze); position: relative; z-index: 5; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: block; width: 145px; flex: 0 0 145px; }
.brand img, .footer-logo { width: 100%; }
.brand-caption { font-size: 14px; line-height: 1.2; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; }
.desktop-nav a, .footer-nav a { color: #fff; font-size: 16px; font-weight: 700; line-height: .9; text-transform: uppercase; }
.desktop-nav a:after, .footer-nav a:after { content: ''; display: block; margin-top: 4px; height: 2px; width: 0; background: var(--bronze); transition: width .2s; }
.desktop-nav a:hover:after, .footer-nav a:hover:after { width: 100%; }
.menu-toggle { display: none; }
.hero { background: var(--cream); padding: 51px 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 661px; align-items: center; gap: 72px; }
.hero-copy { padding-top: 2px; }
.hero-title, h2 { margin: 0; font-size: 64px; font-weight: 300; line-height: .9; letter-spacing: -3.2px; text-transform: uppercase; }
.hero-title, .hero-accent, .hero-text, .hero-image, .header-inner { animation-fill-mode: both; }
.hero-title { animation: hero-title 2.975s linear; }
.hero-accent { margin: -3px 0 25px; color: var(--bronze); font-family: Georgia, serif; font-size: 54px; font-style: italic; line-height: .9; letter-spacing: -2.7px; animation: hero-accent 2.975s linear; }
.hero-text { margin: 0; font-size: 18px; line-height: 1.2; animation: hero-text 2.975s linear; }
.hero-image { width: 661px; height: 429px; border-radius: 40px; object-fit: cover; animation: hero-image 2.975s linear; }
.products { background: var(--paper); padding: 64px 0 72px; }
.product-list { display: flex; flex-direction: column; gap: 64px; }
.product-card { display: grid; grid-template-columns: 1fr auto; gap: 48px 24px; }
.product-card > img { grid-column: 1 / -1; width: 100%; aspect-ratio: 1181 / 680; border-radius: 40px; object-fit: cover; }
.product-info h2 { margin-bottom: 34px; }
.product-info p, .showcase p, .merch-heading p { margin: 0; font-size: 18px; line-height: 1.2; }
.sp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 16px; border: 0; border-radius: 8px; color: #fff; background: var(--bronze); font: inherit; font-size: 16px; line-height: .9; white-space: nowrap; cursor: pointer; transition: background .2s; }
.sp-button:hover { background: #9d7c45; }
.product-card .sp-button,
.showcase-action .sp-button { width: 167px; height: 46px; min-height: 0; align-self: end; }
.showcase { padding: 80px 0; background: var(--cream); }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 120px; align-items: end; }
.showcase-grid h2, .merch h2 { margin-bottom: 34px; }
.showcase-grid > img { grid-column: 1 / -1; width: 100%; height: 430px; border-radius: 8px; object-fit: cover; }
.showcase-action { display: flex; justify-content: space-between; align-items: center; grid-column: 1 / -1; }
.showcase-action > img { width: 106px; }
.merch { padding: 64px 0 80px; background: #fff; }
.merch-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.merch-images { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.merch-images img { width: 100%; height: 348px; object-fit: cover; border-radius: 8px; }
.merch-images img:nth-child(2) { object-position: 45% center; }.merch-images img:nth-child(3) { object-position: 72% center; }.merch-images img:nth-child(4) { object-position: right center; }
.contact-section { padding: 64px 0 60px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 580px 1fr; gap: 45px; align-items: center; }
.contact-kicker { margin: 0 0 24px; color: var(--bronze); font-size: 14px; line-height: 1.2; text-transform: uppercase; }
.contact-copy h2 { margin-bottom: 32px; }
.contact-phone { display: block; width: fit-content; margin-bottom: 24px; color: #1f1f1f; font-size: 40px; font-weight: 300; letter-spacing: -2px; line-height: .9; }
.contact-links { display: flex; gap: 32px; margin-bottom: 24px; }
.contact-links a { display: inline-flex; align-items: center; gap: 6px; font-size: 18px; line-height: 1.2; }
.contact-links img { width: 12px; height: 12px; }
.contact-note { max-width: 579px; margin: 0; font-size: 18px; line-height: 1.2; }
.contact-map { position: relative; height: 372px; overflow: hidden; border-radius: 40px; background: #151515; }
.contact-map > img:first-child { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.contact-map .contact-mark { position: absolute; top: 31.7%; left: 34.1%; width: 57px; height: 31px; object-fit: contain; }
.site-footer { min-height: 227px; padding: 38px 0; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.footer-logo { display: block; width: 146px; }
.copyright { margin: 65px 0 0; color: var(--metal); font-size: 16px; line-height: 1.2; }
.footer-nav { display: flex; flex-direction: column; gap: 24px; }.contacts { display: flex; flex-direction: column; gap: 14px; font-size: 16px; line-height: 1.2; }.contacts p { margin: 0; }
.mobile-menu { display: none; }
.cookies { position: fixed; z-index: 20; bottom: 15px; left: 50%; width: 475px; padding: 24px; border-radius: 8px; color: var(--ink); background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,.1); transform: translateX(-50%); }.cookies p { margin: 0 0 24px; font-size: 14px; line-height: 1.2; }.cookies a { text-decoration: underline; color: var(--bronze); }.cookies-close { position: absolute; top: 10px; right: 24px; width: 8px; height: 8px; padding: 0; border: 0; background: none; cursor: pointer; }.cookies-close img { width: 100%; }
@keyframes hero-title { 0%,35.9% { opacity: 0; transform: translateX(-200px); } 49.4%,100% { opacity: 1; transform: translateX(0); } }
@keyframes hero-accent { 0%,51.5% { opacity: 0; transform: translateX(-200px); } 65%,100% { opacity: 1; transform: translateX(0); } }
@keyframes hero-text { 0%,58.9% { opacity: 0; transform: translateX(-200px); } 75.7%,100% { opacity: 1; transform: translateX(0); } }
@keyframes hero-image { 0%,68.2% { opacity: 0; transform: translateX(-200px); } 85%,100% { opacity: 1; transform: translateX(0); } }
/* The desktop Figma frame uses a 1180px content area at 1440px wide. */
@media (min-width: 1200px) and (max-width: 1449px) {
    .site-header .container,
    .hero .container,
    .products .container,
    .showcase .container,
    .merch .container,
    .site-footer .container { max-width: 1180px; }

    .hero-grid { grid-template-columns: 448px 661px; }
}
@media (max-width: 1199px) { .hero-grid { grid-template-columns: 1fr 50%; gap: 32px; }.hero-image { width: 100%; height: auto; }.container { padding-left: 24px; padding-right: 24px; }.merch-images img { height: 290px; } }
@media (max-width: 849px) { .container { max-width: none; padding-left: 16px; padding-right: 16px; }.site-header { height: 90px; background: var(--cream); }.header-inner { gap: 16px; }.brand { width: 110px; flex-basis: 110px; }.brand-caption { font-size: 10px; }.desktop-nav { display: none; }.menu-toggle { display: grid; place-items: center; margin-left: auto; width: 32px; height: 32px; padding: 10px; border: 0; border-radius: 8px; background: var(--bronze); cursor: pointer; }.menu-toggle.is-open { background: var(--metal); }.menu-toggle img { width: 100%; }.hero { padding: 0 0 40px; }.hero-grid { display: flex; flex-direction: column-reverse; gap: 24px; }.hero-copy { width: 100%; padding: 0; }.hero-title, h2 { font-size: 32px; letter-spacing: -1.6px; }.hero-accent { margin: 5px 0 18px; font-size: 36px; letter-spacing: -1.8px; }.hero-text, .product-info p, .showcase p, .merch-heading p { font-size: 16px; }.hero-image { width: 100%; height: auto; border-radius: 20px; }.products { padding: 40px 0; }.product-list { gap: 32px; }.product-card { display: flex; flex-direction: column; gap: 24px; }.product-card > img { border-radius: 20px; }.product-info { display: flex; flex-direction: column; gap: 16px; }.product-info h2 { margin: 0; }.product-info p br, .showcase p br, .merch-heading p br { display: none; }.product-card + .product-card { padding-top: 31px; border-top: 1px solid var(--bronze); }.product-card .sp-button { align-self: flex-end; }.showcase { padding: 40px 0; }.showcase-grid { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }.showcase-grid h2, .merch h2 { margin-bottom: 16px; }.showcase-grid > img { height: 408px; }.merch { padding: 40px 0; }.merch-heading { display: block; margin-bottom: 24px; }.merch-images { display: flex; width: calc(100% + 16px); overflow: hidden; gap: 8px; margin-bottom: 24px; }.merch-images img { flex: 0 0 200px; height: 248px; }.merch-images img:nth-child(n+3) { display: none; }.showcase-action > img { display: none; }.showcase-action { justify-content: flex-end; }.contact-section { padding: 40px 0; }.contact-grid { display: flex; flex-direction: column; align-items: stretch; gap: 32px; }.contact-kicker { margin-bottom: 16px; font-size: 10px; }.contact-copy h2 { margin-bottom: 24px; }.contact-phone { margin-bottom: 16px; font-size: 28px; letter-spacing: -1.4px; }.contact-links { gap: 20px; margin-bottom: 24px; }.contact-links a { font-size: 14px; }.contact-note { font-size: 16px; }.contact-map { height: 220px; border-radius: 20px; }.contact-map .contact-mark { width: 45px; height: 25px; }.site-footer { min-height: 576px; padding: 38px 16px; }.footer-grid { display: flex; flex-direction: column; align-items: center; text-align: center; }.footer-logo { width: 115px; }.footer-nav { order: 1; margin: 43px 0 34px; gap: 24px; }.contacts { order: 2; align-items: center; }.copyright { order: 3; margin: 41px 0 0; font-size: 13px; }.mobile-menu { position: fixed; z-index: 4; inset: 90px 0 0; display: block; visibility: hidden; opacity: 0; background: var(--cream); transition: opacity .2s, visibility .2s; }.mobile-menu.is-open { visibility: visible; opacity: 1; }.mobile-menu-inner { min-height: 100%; padding: 62px 16px 32px; display: flex; flex-direction: column; align-items: center; }.mobile-menu nav { display: flex; flex-direction: column; gap: 24px; }.mobile-menu nav a { color: var(--ink); font-size: 28px; font-weight: 300; line-height: .9; text-align: center; text-transform: uppercase; animation: menu-item .6s both; }.mobile-menu nav a:nth-child(2) { animation-delay: .16s; }.mobile-menu nav a:nth-child(3) { animation-delay: .32s; }.mobile-menu nav a:nth-child(4) { animation-delay: .48s; }.mobile-phone { margin-top: auto; color: var(--ink); font-size: 28px; font-weight: 300; }.cookies { left: 50%; bottom: 15px; width: calc(100% - 32px); border-radius: 8px; }.cookies p { padding-right: 8px; }.cookies-agree { width: 100%; } body.menu-open { overflow: hidden; } @keyframes menu-item { from { opacity: 0; transform: translateY(150px); } to { opacity: 1; transform: translateY(0); } } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
