@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500&family=Cormorant+Garamond:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #0b0c0a;
  --ink-soft: #11120f;
  --cream: #f2eee6;
  --paper: #faf7f1;
  --gold: #b78643;
  --gold-dark: #8d6431;
  --muted: #b9b4aa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #f5f0e7; font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; }

.nav-shell {
  align-items: center; background: rgba(9,10,8,.96); border-bottom: 1px solid rgba(183,134,67,.14);
  display: grid; grid-template-columns: 1fr auto 1fr; height: 82px; padding: 0 clamp(24px,5vw,76px);
  position: sticky; top: 0; z-index: 20;
}
.brand { align-items: center; display: flex; gap: 12px; width: fit-content; }
.official-logo { display: block; height: 66px; object-fit: contain; width: 66px; }
.brand-word {
  font-family: "Bodoni Moda", "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .28em;
  line-height: 1;
}
.footer-brand .official-logo { height: 96px; width: 96px; }
.footer-brand .brand-word { font-size: 28px; }
nav { display: flex; gap: clamp(20px,3vw,46px); }
nav a { font-size: 15px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover, nav .active { color: var(--gold); }
.instagram { font-size: 27px; justify-self: end; }

.hero { background: #17110b url("assets/hero-product-v2.png") center/cover no-repeat; min-height: 610px; position: relative; }
.hero-shade { background: linear-gradient(90deg,rgba(7,8,6,.96) 0%,rgba(7,8,6,.72) 38%,rgba(7,8,6,.12) 76%); inset: 0; position: absolute; }
.hero-content { max-width: 640px; padding: 92px clamp(24px,6.5vw,100px); position: relative; z-index: 1; }
.eyebrow { color: var(--gold); font-size: 13px; letter-spacing: .13em; margin-bottom: 12px; text-transform: uppercase; }
.hero h1 { font-size: clamp(60px,6vw,90px); line-height: .92; margin-bottom: 18px; }
.gold-line { background: var(--gold); display: block; height: 1px; margin: 0 0 22px; width: 48px; }
.intro { color: #d8d4cc; font-size: 16px; line-height: 1.7; max-width: 350px; }
.actions { align-items: center; display: flex; gap: 34px; margin-top: 32px; }
.button { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .08em; padding: 16px 24px; text-transform: uppercase; transition: .25s ease; }
.button.gold { background: linear-gradient(135deg,var(--gold-dark),var(--gold)); color: white; }
.button.gold:hover { filter: brightness(1.14); transform: translateY(-2px); }
.video-link { align-items: center; display: flex; font-size: 12px; gap: 11px; text-transform: uppercase; }
.video-link span { align-items: center; border: 1px solid #827a6d; border-radius: 50%; display: flex; height: 38px; justify-content: center; width: 38px; }

.benefits { background: var(--cream); color: #24221d; display: grid; grid-template-columns: repeat(4,1fr); padding: 30px clamp(24px,6vw,90px); }
.benefits article { align-items: center; display: flex; gap: 16px; justify-content: center; padding: 0 28px; }
.benefits article + article { border-left: 1px solid #d6cdbc; }
.benefit-icon { align-items: center; border: 1px solid #c8a977; border-radius: 50%; color: #a3773c; display: flex; flex: 0 0 42px; font-size: 24px; height: 42px; justify-content: center; }
.benefits h3 { font-family: "Manrope"; font-size: 12px; margin-bottom: 7px; text-transform: uppercase; }
.benefits p { color: #575249; font-size: 11px; line-height: 1.5; margin: 0; }

.section-dark { background-color: var(--ink); }
.collection { padding: 58px clamp(24px,5vw,72px) 42px; }
.section-heading { text-align: center; }
.section-heading h2 { font-size: clamp(58px,6vw,86px); line-height: .9; margin-bottom: 16px; }
.social h2 { font-size: clamp(38px,3vw,50px); line-height: 1; margin-bottom: 8px; }
.section-heading > p:last-child { color: var(--muted); font-size: 14px; }
.product-grid { display: grid; gap: 24px; grid-template-columns: repeat(3,1fr); margin: 36px auto 8px; max-width: 1180px; }
.product-card { border: 1px solid #665139; overflow: hidden; transition: .25s ease; }
.product-card:hover { border-color: var(--gold); transform: translateY(-5px); }
.product-image { background-color: #25170d; background-position: center; background-repeat: no-repeat; background-size: cover; height: 410px; position: relative; }
.new-tag { background: var(--gold); font-size: 11px; padding: 8px; position: absolute; right: 0; text-transform: uppercase; top: 0; }
.product-copy { padding: 16px; text-align: center; }
.product-copy h3 { font-family: "Cormorant Garamond"; font-size: 21px; font-weight: 500; letter-spacing: .04em; margin-bottom: 5px; text-transform: uppercase; }
.product-copy p { color: var(--muted); font-size: 11px; margin-bottom: 8px; }
.product-copy b { display: block; font-size: 13px; margin-bottom: 13px; }
.product-copy a { border: 1px solid #5b482f; display: block; font-size: 10px; padding: 10px; text-transform: uppercase; }
.centre { display: block; margin: 0 auto; width: fit-content; }

.story { background: var(--cream); color: #191915; display: grid; grid-template-columns: 1.15fr 1fr; min-height: 410px; }
.story-copy { align-self: center; max-width: 680px; padding: 72px clamp(30px,6.5vw,100px); }
.story-copy h2 { font-size: clamp(44px,4vw,60px); line-height: .9; margin-bottom: 18px; }
.story-copy > p:not(.eyebrow) { color: #4d4942; font-size: 15px; line-height: 1.72; margin-bottom: 16px; }
.button.dark { background: #10110f; color: white; margin-top: 10px; }
.story-image { background: #21150e url("assets/collection-products-story.png") center right/contain no-repeat; min-height: 410px; }

.care { align-items: center; background: #17140f; display: grid; gap: 70px; grid-template-columns: .8fr 2fr; padding: 60px clamp(24px,6vw,90px); }
.care h2 { font-size: 45px; margin: 0; }
.care-steps { display: grid; gap: 24px; grid-template-columns: repeat(3,1fr); }
.care-steps p { color: #c5bfb5; font-size: 13px; line-height: 1.7; margin: 0; }
.care-steps b { color: var(--gold); display: block; font-family: "Cormorant Garamond"; font-size: 28px; margin-bottom: 8px; }

.social { align-items: center; display: grid; grid-template-columns: 300px 1fr; padding: 28px clamp(24px,6vw,90px); }
.social-copy h2 { font-size: 36px; }
.social-copy > p:last-child { color: var(--muted); font-size: 12px; }
.social-copy span { color: var(--gold); }
.gallery { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr) .85fr; }
.gallery > div { background-color: #2a1b10; background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 150px; }
.gallery > a { align-items: center; border: 1px solid #665139; display: flex; flex-direction: column; font-family: "Cormorant Garamond"; font-size: 17px; justify-content: center; text-align: center; text-transform: uppercase; }
.gallery > a b { font-family: "Manrope"; font-size: 30px; margin-top: 10px; }

.stockists { background: var(--paper); color: #2b2823; display: grid; gap: clamp(36px,6vw,90px); grid-template-columns: .8fr 1.2fr; padding: 64px clamp(24px,7vw,110px); }
.stockists-intro { max-width: 470px; }
.stockists-intro h2 { font-size: clamp(42px,4vw,58px); line-height: .95; margin: 8px 0 20px; }
.stockists-intro > p:last-child { color: #6f695f; font-size: 15px; line-height: 1.75; margin: 0; }
.stockist-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,1fr); }
.stockist-grid article { background: #f7f1e7; border: 1px solid #d8c8ae; display: flex; flex-direction: column; min-height: 300px; padding: 30px; }
.stockist-grid span { color: #9b6d30; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.stockist-grid h3 { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 500; line-height: 1; margin: 34px 0 16px; }
.stockist-grid address { color: #655f56; font-size: 14px; font-style: normal; line-height: 1.8; }
.stockist-grid a { border-top: 1px solid #d8c8ae; color: #2b2823; font-size: 12px; letter-spacing: .08em; margin-top: auto; padding-top: 18px; text-transform: uppercase; }
.stockist-grid a b { color: #9b6d30; float: right; font-size: 17px; }

footer { background: #0b0c0a; padding: 42px clamp(24px,6vw,90px) 18px; }
.footer-grid { display: grid; gap: 55px; grid-template-columns: 1.2fr .75fr 1fr 1.2fr; }
.footer-grid h3 { color: #d8d2c8; font-family: "Manrope"; font-size: 11px; margin-bottom: 18px; text-transform: uppercase; }
.footer-grid p, .footer-grid > div > a:not(.brand):not(.button) { color: #9c978e; display: block; font-size: 11px; line-height: 1.8; }
.footer-grid .button { margin-top: 12px; }
.copyright { border-top: 1px solid #2c2c27; color: #77736c; display: flex; font-size: 10px; justify-content: space-between; margin-top: 30px; padding-top: 16px; }

@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto; height: 70px; }
  nav { display: none; }
  .hero { min-height: 640px; }
  .hero-content { padding-top: 110px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefits article { justify-content: flex-start; padding: 20px; }
  .benefits article:nth-child(3) { border-left: 0; border-top: 1px solid #d6cdbc; }
  .benefits article:nth-child(4) { border-top: 1px solid #d6cdbc; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .story { grid-template-columns: 1fr; }
  .story-image { grid-row: 1; min-height: 360px; }
  .care, .social { grid-template-columns: 1fr; }
  .care-steps { margin-top: 20px; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .gallery > a { min-height: 140px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero { background-position: 62% center; min-height: 620px; }
  .hero-shade { background: linear-gradient(90deg,rgba(7,8,6,.94),rgba(7,8,6,.48)); }
  .hero h1 { font-size: 60px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .benefits, .product-grid, .care-steps, .stockists, .stockist-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefits article + article, .benefits article:nth-child(3) { border-left: 0; border-top: 1px solid #d6cdbc; }
  .product-image { height: 300px; }
  .story-copy { padding: 48px 26px; }
  .social { gap: 20px; }
  .gallery { display: flex; overflow-x: auto; }
  .gallery > div, .gallery > a { flex: 0 0 72%; min-height: 220px; }
  .stockists { gap: 32px; padding-bottom: 48px; padding-top: 48px; }
  .stockist-grid article { min-height: 270px; }
  .copyright { flex-direction: column; gap: 8px; }
}
