:root {
  --ink: #141414;
  --paper: #f5f2e9;
  --white: #fffdf7;
  --orange: #f4a11a;
  --orange-dark: #c96d00;
  --blue: #abc3dd;
  --line: rgba(20,20,20,.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { min-height: 92px; padding: 14px clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--white); position: relative; z-index: 10; }
.brand img { width: 88px; height: 70px; object-fit: cover; object-position: 50% 48%; border-radius: 50%; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .84rem; font-weight: 800; text-decoration: none; letter-spacing: .04em; text-transform: uppercase; }
nav a:hover { color: var(--orange-dark); }
.nav-shop { padding: 11px 18px; color: white; background: var(--ink); border-radius: 2px; }
.nav-shop:hover { color: white; background: var(--orange-dark); }
.menu-button { display: none; padding: 9px 13px; font: inherit; font-weight: 700; background: transparent; border: 1px solid var(--ink); }
.hero { min-height: 690px; display: grid; grid-template-columns: .9fr 1.25fr; background: var(--ink); color: white; }
.hero-copy { padding: clamp(65px, 9vw, 140px) clamp(28px, 6vw, 95px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-number { margin: 0 0 20px; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
h1 { max-width: 700px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.055em; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: #dedbd1; font-size: 1.16rem; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { padding: 14px 19px; text-decoration: none; font-weight: 800; font-size: .91rem; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: #ffc054; }
.button-secondary { border: 1px solid #777; color: white; }
.button-secondary:hover { border-color: white; }
.hero-image { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image::after { content: ''; position: absolute; inset: 0; box-shadow: inset 80px 0 100px rgba(20,20,20,.42); pointer-events: none; }
.hero-image figcaption { position: absolute; right: 20px; bottom: 20px; z-index: 1; max-width: 250px; padding: 9px 12px; background: rgba(20,20,20,.85); font-size: .8rem; }
.intro { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: 1; letter-spacing: -.04em; }
.intro-copy { max-width: 700px; font-size: 1.15rem; }
.intro-copy p:first-child { margin-top: 0; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-grid article { min-height: 350px; padding: clamp(35px, 5vw, 72px); border-right: 1px solid var(--line); }
.offer-grid article:last-child { border-right: 0; }
.offer-grid span { display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin-bottom: 34px; background: var(--orange); border-radius: 50%; font-size: .72rem; font-weight: 900; }
h3 { margin: 0 0 18px; font-size: 1.45rem; line-height: 1.2; }
.story { display: grid; grid-template-columns: 1fr 1fr; background: var(--blue); }
.story-card { padding: clamp(70px, 9vw, 140px) clamp(30px, 8vw, 125px); }
.story-card h2 { margin-bottom: 35px; }
.story blockquote { margin: 0; padding: clamp(70px, 9vw, 140px) clamp(30px, 7vw, 100px); display: flex; align-items: center; background: var(--orange); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: 1.05; letter-spacing: -.035em; }
.shop-section { padding: clamp(75px, 10vw, 145px) clamp(24px, 7vw, 110px); background: var(--white); }
.shop-section h2 { max-width: 850px; margin-bottom: 65px; }
.shop-links { border-top: 2px solid var(--ink); }
.shop-links a { display: grid; grid-template-columns: 140px 1fr 45px; gap: 30px; align-items: center; padding: 26px 5px; border-bottom: 1px solid var(--line); text-decoration: none; }
.shop-links a:hover { color: var(--orange-dark); padding-left: 12px; }
.shop-links span { font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.shop-links strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2.8rem); }
.shop-links i { font-size: 1.6rem; font-style: normal; }
.social-section { padding: clamp(70px, 9vw, 120px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 5vw; background: var(--ink); color: white; }
.social-section p { color: #dedbd1; }
.social-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 14px; }
.social-links a { padding: 12px 17px; border: 1px solid #686868; text-decoration: none; font-weight: 800; }
.social-links a:hover { border-color: var(--orange); color: var(--orange); }
footer { padding: 30px clamp(22px, 5vw, 78px); display: grid; grid-template-columns: 80px 1fr auto; gap: 25px; align-items: center; background: #090909; color: #aaa; font-size: .78rem; }
footer img { width: 68px; height: 56px; object-fit: cover; object-position: 50% 48%; border-radius: 50%; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 92px; left: 0; right: 0; padding: 25px; flex-direction: column; align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; }
  .hero-image { height: 520px; }
  .intro, .story, .social-section { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-grid article:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { min-height: 80px; }
  .brand img { width: 65px; height: 54px; }
  nav { top: 80px; }
  .hero-copy { min-height: 500px; }
  h1 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .hero-image { height: 390px; }
  .intro { grid-template-columns: 1fr; }
  .shop-links a { grid-template-columns: 1fr 35px; gap: 8px; }
  .shop-links span { grid-column: 1 / -1; }
  footer { grid-template-columns: 60px 1fr; }
  footer p:last-child { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
