:root {
  --ink: #10100f;
  --ink-soft: #191918;
  --cream: #f4f0e9;
  --paper: #fbf9f4;
  --gold: #d7b64d;
  --gold-deep: #a98522;
  --muted: #6c6860;
  --line: #d9d2c6;
  --brand: "Cinzel Decorative", Georgia, serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.announcement { height: 32px; display: grid; place-items: center; background: linear-gradient(90deg, #caa43d, #f0d77a, #caa43d); color: #111; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.site-header { position: relative; z-index: 20; min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(24px, 5vw, 72px); color: #f6f2e9; background: rgba(12, 12, 11, .98); border-bottom: 1px solid #3a321d; }
.wordmark { color: var(--gold); font-family: var(--brand); font-size: 24px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.primary-nav { grid-column: 2; display: flex; align-items: center; gap: 36px; font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav a { padding: 32px 0 27px; border-bottom: 1px solid transparent; }
.primary-nav a:hover, .primary-nav .active { color: var(--gold); border-color: var(--gold); }
.header-cta { grid-column: 3; justify-self: end; }
.menu-button { display: none; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: var(--gold); }
.button { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { border-color: var(--gold); background: var(--gold); color: #111; }
.button-outline { border-color: var(--gold); color: #f8f2df; }
.button-dark { border-color: var(--ink); background: var(--ink); color: white; }
.hero { position: relative; min-height: 560px; display: grid; grid-template-columns: 46% 54%; overflow: hidden; color: white; background: #10100f; }
.hero-shade { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, rgba(11,11,10,.88) 0%, rgba(11,11,10,.68) 22%, rgba(11,11,10,.16) 46%, rgba(11,11,10,.03) 68%); }
.hero-content { position: relative; z-index: 3; align-self: center; max-width: 640px; padding: 75px 30px 70px clamp(55px, 7vw, 120px); }
.eyebrow { color: var(--gold-deep); font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { margin: 7px 0 0; color: var(--gold); font-family: var(--brand); font-size: clamp(48px, 5.6vw, 76px); font-weight: 700; letter-spacing: .025em; line-height: 1.1; }
.hero-kicker { margin-top: 15px; color: #be9a36; font-size: 11px; letter-spacing: .42em; text-transform: uppercase; }
.hero-kicker span { margin: 0 9px; }
.hero-copy { max-width: 390px; margin: 27px 0 30px; color: #dedad2; font-size: 16px; line-height: 1.65; }
.button-row { display: flex; gap: 17px; }
.address-link { display: block; margin-top: 38px; color: #d5d0c7; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.address-link span { margin-right: 10px; color: var(--gold); font-size: 17px; }
.hero-gallery { position: absolute; inset: 0 0 0 42%; display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 2px; opacity: .92; }
.hero-image { overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: sepia(.12) saturate(.82) brightness(.88); }
.hero-image-main { grid-row: 1 / 3; }
.hero-image-top img { object-position: center 25%; }
.hero-image-bottom img { object-position: center 30%; }
.section { padding: 64px clamp(26px, 5vw, 70px); }
.section-heading { margin-bottom: 35px; text-align: center; }
.section-heading h2 { position: relative; display: inline-block; font-family: var(--serif); font-size: 38px; font-weight: 500; letter-spacing: .05em; }
.section-heading h2::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 48px; height: 1px; background: var(--gold); transform: translateX(-50%); }
.department-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1250px; margin: auto; }
.department-card { text-align: center; }
.department-card > img, .department-art, .gift-art { width: 100%; height: 245px; margin-bottom: 20px; object-fit: cover; object-position: center 30%; background: #dcd5ca; }
.department-fashion > img { object-position: center top; }
.department-card h3 { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.department-card p { color: var(--muted); }
.department-card a { display: inline-block; margin-top: 10px; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.department-card a span { color: var(--gold-deep); font-size: 14px; }
.department-art { position: relative; overflow: hidden; background: radial-gradient(circle at 28% 30%, #f7f2e8 0 15%, transparent 16%), linear-gradient(145deg, #d1c7b8, #f4efe7); }
.department-art::after { content: ""; position: absolute; left: 8%; bottom: 18px; width: 150px; height: 110px; opacity: .6; background: repeating-linear-gradient(70deg, transparent 0 14px, #64715f 15px 17px); transform: rotate(-15deg); }
.bottle, .jar { position: absolute; z-index: 2; bottom: 28px; left: 44%; width: 52px; height: 110px; border-radius: 5px 5px 8px 8px; background: linear-gradient(90deg, #eee9dd, #fff, #ddd5c5); box-shadow: 0 13px 20px rgba(60,45,30,.18); }
.bottle::before { content: ""; position: absolute; left: 15px; top: -22px; width: 22px; height: 25px; background: #e9e3d8; }
.bottle.small { left: 60%; width: 42px; height: 82px; background: linear-gradient(90deg, #4d3a2e, #765746, #342820); }
.jar { left: 27%; width: 70px; height: 48px; border-radius: 3px; }
.gift-art { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 32%, #efe5d8 0 14%, transparent 14.5%), linear-gradient(145deg, #e9e1d5, #cfc0ac); }
.gift-box { position: absolute; left: 19%; top: 23%; width: 145px; height: 130px; transform: rotate(-8deg); background: #171715; box-shadow: 10px 15px 25px rgba(0,0,0,.2); }
.gift-ribbon { position: absolute; z-index: 2; left: 35%; top: 16%; width: 28px; height: 160px; transform: rotate(-8deg); background: #cbbba7; }
.gift-candle { position: absolute; right: 13%; bottom: 25px; width: 62px; height: 62px; border: 4px solid #e7dbca; border-radius: 50%; background: #f7f1e6; box-shadow: 0 8px 18px rgba(60,40,20,.16); }
.gift-candle.two { right: 5%; bottom: 100px; width: 48px; height: 48px; }
.dark-section { color: white; background: var(--ink); }
.designer-feature { min-height: 640px; display: grid; grid-template-columns: .8fr 1.7fr; gap: 60px; align-items: center; padding: 75px clamp(26px, 6vw, 95px); overflow: hidden; }
.designer-copy { max-width: 430px; }
.designer-copy h2 { margin: 8px 0 10px; color: var(--gold); font-family: var(--serif); font-size: clamp(58px, 7vw, 94px); font-weight: 500; line-height: .78; }
.designer-lead { margin: 36px 0 14px; font-family: var(--serif); font-size: 27px; font-style: italic; }
.designer-copy > p:not(.eyebrow):not(.designer-lead) { color: #bbb7af; }
.designer-copy .button { margin-top: 26px; }
.designer-products { position: relative; min-height: 485px; }
.designer-card { position: absolute; display: block; overflow: hidden; background: #292925; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.designer-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform .4s ease; }
.designer-card:hover img { transform: scale(1.025); }
.designer-card span { position: absolute; inset: auto 0 0; padding: 35px 15px 14px; background: linear-gradient(transparent, rgba(0,0,0,.8)); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.designer-card-1 { left: 0; top: 35px; width: 34%; height: 410px; }
.designer-card-2 { left: 35%; top: 0; z-index: 2; width: 34%; height: 470px; }
.designer-card-3 { right: -2%; top: 50px; width: 33%; height: 395px; }
.picks-section { text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; max-width: 1330px; margin: 0 auto 35px; text-align: left; }
.product-image { height: 315px; overflow: hidden; background: #e2ddd4; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card h3 { margin-top: 13px; font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.product-card p { color: var(--muted); font-size: 10px; }
.product-card strong { font-size: 12px; font-weight: 500; }
.story { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(40px, 6vw, 95px); padding: 65px clamp(28px, 7vw, 110px); }
.story-collage { position: relative; min-height: 410px; }
.story-collage img { position: absolute; width: 60%; height: 350px; object-fit: cover; object-position: center 25%; filter: sepia(.18) saturate(.75); }
.story-collage img:first-child { left: 0; top: 0; }
.story-collage img:last-child { right: 0; bottom: 0; border: 8px solid var(--ink); }
.story-copy { max-width: 520px; }
.story-copy h2 { margin: 10px 0 22px; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.12; }
.story-copy h2 em { color: #ded8cb; font-weight: 400; }
.story-copy > p:not(.eyebrow) { margin-bottom: 25px; color: #bdb9b0; }
.visit-section { display: grid; grid-template-columns: 1.25fr .7fr .7fr; min-height: 370px; background: var(--cream); }
.visit-details { padding: 45px clamp(28px, 5vw, 75px); }
.align-left { margin-bottom: 25px; text-align: left; }
.align-left h2::after { left: 0; transform: none; }
.visit-columns { display: grid; grid-template-columns: 1fr 1.1fr; gap: 35px; margin-bottom: 22px; }
.visit-columns address { font-style: normal; }
.visit-columns strong { display: block; margin-bottom: 4px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.visit-columns p + p { margin-top: 14px; }
.hours dl { display: grid; grid-template-columns: 1fr auto; font-size: 11px; }
.hours dd { text-align: right; }
.storefront-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gold); background: linear-gradient(rgba(10,10,9,.35), rgba(10,10,9,.35)), url('images/bridgenorth.webp') center/cover no-repeat; border-top: 35px solid #bbb5aa; border-bottom: 30px solid #8a847a; }
.storefront-placeholder span { font-family: var(--brand); font-size: 26px; font-weight: 700; text-transform: uppercase; }
.storefront-placeholder p { color: #ddd; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.shop-map { min-height: 370px; background: #e7e3db; }
.shop-map iframe { width: 100%; height: 100%; min-height: 370px; display: block; border: 0; filter: grayscale(1) sepia(.12) contrast(.92); }
.site-footer { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 70px; padding: 48px clamp(26px, 6vw, 90px) 25px; color: #bdb9b1; background: #0d0d0c; }
.footer-brand .wordmark { display: block; margin-bottom: 2px; }
.footer-brand p { color: var(--gold-deep); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; }
.footer-brand small { display: block; margin-top: 20px; }
.footer-links { display: flex; flex-direction: column; font-size: 10px; }
.footer-links strong { margin-bottom: 8px; color: #e4e0d7; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.copyright { grid-column: 1 / -1; text-align: center; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.content-error { grid-column: 1 / -1; padding: 40px; color: #888; text-align: center; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; justify-self: end; }
  .primary-nav { grid-column: auto; position: absolute; left: 0; right: 0; top: 86px; display: none; flex-direction: column; gap: 0; align-items: stretch; padding: 12px 28px 24px; background: #111; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 0; }
  .header-cta { display: none; }
  .designer-feature { grid-template-columns: 1fr 1.8fr; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-card:nth-child(n+4) { display: none; }
  .visit-section { grid-template-columns: 1.4fr 1fr; }
  .shop-map { grid-column: 1 / -1; min-height: 300px; }
  .shop-map iframe { min-height: 300px; }
}

@media (max-width: 720px) {
  .announcement { font-size: 8px; }
  .site-header { min-height: 70px; padding: 0 20px; }
  .wordmark { font-size: 19px; }
  .primary-nav { top: 70px; }
  .hero { min-height: 680px; display: block; }
  .hero-shade { background: linear-gradient(0deg, rgba(11,11,10,.88) 0 30%, rgba(11,11,10,.42) 58%, rgba(11,11,10,.12)); }
  .hero-gallery { inset: 0; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 55% 45%; opacity: .92; }
  .hero-image-main { grid-column: 1 / 3; grid-row: 1; }
  .hero-image-top { grid-column: 3; grid-row: 1; }
  .hero-image-bottom { display: none; }
  .hero-content { position: absolute; inset: auto 0 0; padding: 35px 24px 42px; }
  .hero-content .eyebrow { display: none; }
  .hero h1 { font-size: 50px; }
  .hero-kicker { font-size: 8px; letter-spacing: .25em; }
  .hero-copy { margin: 18px 0 22px; font-size: 14px; }
  .button-row { gap: 10px; }
  .button-row .button { flex: 1; padding: 0 12px; }
  .address-link { margin-top: 25px; font-size: 8px; }
  .section { padding: 50px 20px; }
  .section-heading h2 { font-size: 32px; }
  .department-grid { grid-template-columns: 1fr; gap: 40px; }
  .department-card > img, .department-art, .gift-art { height: 270px; }
  .designer-feature { display: block; padding: 55px 20px; }
  .designer-copy { margin-bottom: 40px; }
  .designer-copy h2 { font-size: 65px; }
  .designer-products { display: grid; grid-template-columns: repeat(3, 78%); gap: 12px; min-height: 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .designer-card { position: relative; inset: auto; width: auto; height: 390px; scroll-snap-align: start; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(3) { display: none; }
  .product-image { height: 245px; }
  .story { grid-template-columns: 1fr; padding: 50px 20px; }
  .story-collage { min-height: 330px; }
  .story-collage img { height: 285px; }
  .visit-section { display: block; }
  .visit-details { padding: 45px 20px; }
  .visit-columns { grid-template-columns: 1fr; }
  .storefront-placeholder { min-height: 280px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding: 45px 20px 22px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
