:root {
  --ink: #171813;
  --ink-soft: #282a23;
  --paper: #f4f1e8;
  --cream: #e9e2d4;
  --white: #fffdf7;
  --amber: #e9a14a;
  --amber-deep: #a85b22;
  --moss: #646957;
  --line: rgba(23, 24, 19, .18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: .7rem 1rem; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 112px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-logo { width: clamp(270px, 25vw, 370px); height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: 14px; font-weight: 500; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--amber); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.56); padding: 10px 17px; }
.menu-button { display: none; border: 0; background: transparent; color: inherit; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px 0; }

.hero { position: relative; min-height: 790px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); background: var(--ink); color: var(--white); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; left: -330px; bottom: -420px; border: 1px solid rgba(233,161,74,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(233,161,74,.035), 0 0 0 140px rgba(233,161,74,.025); }
.hero-copy { z-index: 1; align-self: center; padding: 140px clamp(32px, 8vw, 132px) 88px clamp(28px, 8vw, 126px); }
.eyebrow { margin: 0 0 18px; color: var(--amber-deep); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.hero .eyebrow, .bespoke .eyebrow, .trade .eyebrow, .contact .eyebrow { color: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { margin-bottom: 28px; max-width: 760px; font-size: clamp(56px, 7.2vw, 108px); letter-spacing: -.045em; }
h1 em { color: var(--amber); font-weight: 400; }
.hero-intro { max-width: 570px; margin-bottom: 35px; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.45vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 13px 22px; font-size: 14px; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: #f2b35e; }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; }
.text-link span { color: var(--amber); }
.trust-list { display: flex; gap: 28px; padding: 0; margin: 58px 0 0; list-style: none; color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-list li::before { content: "•"; color: var(--amber); margin-right: 10px; }
.hero-image-wrap { position: relative; min-height: 790px; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 28%), linear-gradient(0deg, rgba(10,10,8,.5), transparent 42%); pointer-events: none; }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.image-note { position: absolute; z-index: 2; right: 40px; bottom: 38px; width: 230px; padding: 18px 20px; border-left: 2px solid var(--amber); background: rgba(23,24,19,.76); backdrop-filter: blur(8px); }
.image-note span { display: block; color: var(--amber); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.image-note strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.2; }
.hero-vertical { position: absolute; z-index: 3; right: 17px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right top; font-size: 9px; letter-spacing: .32em; color: rgba(255,255,255,.6); }

.proof { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.proof div { padding: 30px clamp(22px, 3.3vw, 54px); border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.proof span { color: var(--moss); font-size: 12px; }

.section { padding: clamp(78px, 10vw, 145px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); gap: 50px; align-items: end; margin-bottom: 58px; }
h2 { margin-bottom: 24px; font-size: clamp(44px, 6vw, 78px); letter-spacing: -.035em; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--moss); font-size: 16px; }
.catalogue-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: -14px 0 18px; }
.filter-button { min-height: 42px; border: 1px solid var(--line); padding: 9px 16px; background: transparent; color: var(--ink); font-size: 13px; cursor: pointer; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.catalogue-count { margin: 0 0 34px; color: var(--moss); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 48px 28px; }
.product-card { grid-column: span 4; display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.product-card[hidden] { display: none; }
.product-card-featured { grid-column: span 8; }
.product-card-wide { grid-column: span 6; }
.product-card-showcase { grid-column: 1 / -1; }
.product-card a { display: block; padding-top: 16px; }
.product-carousel { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #ddd7ca; touch-action: pan-y; }
.product-card-featured .product-carousel, .product-card-wide .product-carousel, .product-card-showcase .product-carousel { aspect-ratio: 8 / 5; }
.carousel-track { position: relative; width: 100%; height: calc(100% - 76px); }
.carousel-track img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.01); transition: opacity .35s ease, transform .55s ease; pointer-events: none; }
.carousel-track img.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.product-card:hover .carousel-track img.active { transform: scale(1.02); }
.carousel-control { position: absolute; z-index: 3; top: calc((100% - 76px) / 2); display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(25,24,20,.76); color: var(--white); font: inherit; font-size: 25px; line-height: 1; cursor: pointer; opacity: .92; transform: translateY(-50%); transition: opacity .2s ease, background .2s ease; }
.carousel-prev { left: 14px; }
.carousel-next { right: 14px; }
.product-carousel:hover .carousel-control, .carousel-control:focus-visible { opacity: 1; }
.carousel-control:hover, .carousel-control:focus-visible { background: var(--ink); }
.carousel-dots { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; height: 76px; justify-content: center; gap: 7px; padding: 8px; background: #eee9df; }
.carousel-dot { position: relative; width: 64px; height: 60px; overflow: hidden; border: 2px solid transparent; border-radius: 0; padding: 0; background: #d6cfc2; cursor: pointer; opacity: .72; transition: border-color .2s ease, opacity .2s ease; }
.carousel-dot img { width: 100%; height: 100%; object-fit: cover; }
.carousel-dot:hover, .carousel-dot:focus-visible { opacity: 1; }
.carousel-dot.active { border-color: var(--ink); opacity: 1; }
.carousel-count { position: absolute; z-index: 3; top: 12px; right: 12px; min-width: 48px; padding: 6px 9px; background: rgba(25,24,20,.78); color: var(--white); font-size: 12px; font-weight: 600; text-align: center; }
.product-copy { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-top: 20px; }
.product-kicker { margin-bottom: 5px; color: var(--amber-deep); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.product-copy h3 { margin: 0; font-size: clamp(25px, 2.25vw, 34px); line-height: 1.03; }
.price { flex: 0 0 auto; margin: 0; font-size: 14px; font-weight: 600; }
.product-description { max-width: 630px; margin: 14px 0 0; color: var(--moss); font-size: 14px; }
.card-link { display: inline-block; align-self: flex-start; margin-top: auto; padding: 18px 0 3px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.card-link span { color: var(--amber-deep); }
.product-options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.option-button { min-width: 176px; border: 1px solid var(--ink); padding: 13px 18px; background: transparent; color: var(--ink); font: inherit; font-size: 13px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.option-button span { display: block; margin: 4px 0 2px; color: var(--moss); font-size: 12px; }
.option-button strong { margin-left: 12px; }
.option-button:hover, .option-button:focus-visible { background: var(--ink); color: var(--white); }
.option-button:hover span, .option-button:focus-visible span { color: rgba(255,255,255,.7); }
.collection-footer { display: flex; align-items: center; gap: 24px; margin-top: 58px; }
.collection-footer p { margin: 0; color: var(--moss); font-size: 12px; }

.checkout-note { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; max-width: 760px; margin-top: 62px; padding: 24px 26px; border: 1px solid var(--line); background: var(--white); }
.checkout-note p { margin: 3px 0 0; color: var(--moss); font-size: 13px; }
.checkout-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--amber); font-family: var(--serif); font-size: 25px; font-weight: 500; }

.ceiling-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 145px); align-items: center; padding: clamp(78px, 10vw, 140px) clamp(24px, 7vw, 110px); background: #565c4b; color: var(--white); }
.ceiling-panel h2 { max-width: 760px; margin-bottom: 0; }
.ceiling-panel > div:last-child > p { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.75); }

.bespoke { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(380px, 1.12fr); background: var(--ink-soft); color: var(--white); }
.bespoke-image { position: relative; min-height: 760px; }
.bespoke-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.04); }
.bespoke-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,24,19,.55), transparent 48%); }
.photo-label { position: absolute; z-index: 1; left: 26px; bottom: 24px; padding: 8px 11px; background: var(--paper); color: var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.bespoke-copy { align-self: center; padding: clamp(70px, 10vw, 150px) clamp(32px, 8vw, 130px); }
.bespoke-copy h2 { max-width: 740px; }
.bespoke-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.68); }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 36px 0 38px; border-top: 1px solid rgba(255,255,255,.2); }
.choices span { padding: 14px 10px 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); font-size: 13px; }
.choices span:nth-child(odd) { margin-right: 20px; }

.trade { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 150px); background: #565c4b; color: var(--white); }
.trade-panel h2 { max-width: 780px; }
.trade-panel > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.light-link { display: inline-block; margin-top: 20px; }
.trade-stats { border-top: 1px solid rgba(255,255,255,.34); }
.trade-stats div { display: grid; grid-template-columns: 40px 1fr; gap: 5px 12px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.34); }
.trade-stats span { grid-row: span 2; color: var(--amber); font-family: var(--serif); }
.trade-stats strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.trade-stats p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.story { display: grid; grid-template-columns: 1fr minmax(320px, .72fr); gap: clamp(60px, 11vw, 170px); align-items: start; }
.story-copy > p:not(.eyebrow) { max-width: 680px; color: var(--moss); }
.signature { margin-top: 35px; font-family: var(--serif); font-size: 35px; font-style: italic; }
.signature span { display: block; margin-top: 2px; color: var(--moss); font-family: var(--sans); font-size: 10px; font-style: normal; text-transform: uppercase; letter-spacing: .14em; }
.story-card { margin: 0; background: var(--white); box-shadow: 0 26px 70px rgba(33,31,24,.13); }
.story-card img { height: 480px; object-fit: cover; object-position: center 42%; }
.story-card > div { padding: 28px 32px 32px; }
.story-card h3 { margin-bottom: 12px; font-size: 34px; line-height: 1.08; }
.story-card p:last-child { margin: 0; color: var(--moss); font-size: 14px; }
.giving-card { margin: 0; background: var(--white); box-shadow: 0 26px 70px rgba(33,31,24,.13); }
.giving-card img { height: 480px; object-fit: cover; object-position: center 42%; }
.giving-card > div { padding: 28px 32px 32px; }
.giving-card h3 { margin-bottom: 12px; font-size: 34px; }
.giving-card p:last-child { margin: 0; color: var(--moss); font-size: 14px; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 130px); background: var(--ink); color: var(--white); }
.contact > div > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.65); }
.email-link { display: inline-block; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid var(--amber); color: var(--white); font-size: clamp(16px, 2vw, 21px); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.enquiry-form label { color: rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.enquiry-form label:nth-child(n+3), .enquiry-form .button, .form-note { grid-column: 1 / -1; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.34); border-radius: 0; outline: 0; padding: 12px 0; background: transparent; color: var(--white); font-size: 15px; text-transform: none; letter-spacing: 0; }
.enquiry-form select { color-scheme: dark; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--amber); }
.enquiry-form .button { justify-self: start; margin-top: 8px; }
.form-note { margin: -10px 0 0; color: rgba(255,255,255,.45); font-size: 11px; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 40px; padding: 60px clamp(24px, 7vw, 110px) 30px; background: #0e0f0c; color: rgba(255,255,255,.65); }
.footer-brand { align-self: start; color: var(--white); }
.footer-brand .brand-logo { width: 270px; }
.site-footer > p { font-size: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.footer-links a { border-bottom: 1px solid transparent; }
.footer-links a:hover { border-color: var(--amber); color: var(--white); }
.copyright { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.3); font-size: 10px !important; text-transform: uppercase; letter-spacing: .1em; }

.checkout-dialog { width: min(620px, calc(100% - 34px)); border: 0; padding: clamp(30px, 6vw, 58px); background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.checkout-dialog::backdrop { background: rgba(14,15,12,.72); backdrop-filter: blur(4px); }
.checkout-dialog h2 { font-size: clamp(38px, 6vw, 62px); }
.checkout-dialog > p:not(.eyebrow) { color: var(--moss); }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: transparent; color: var(--ink); font-size: 34px; cursor: pointer; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 43%; }
  .hero-copy { padding-left: 40px; padding-right: 35px; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .trade, .story, .contact, .ceiling-panel { grid-template-columns: 1fr; }
  .product-card, .product-card-featured, .product-card-wide { grid-column: span 6; }
  .product-card-showcase { grid-column: 1 / -1; }
  .bespoke { grid-template-columns: 42% 58%; }
  .bespoke-copy { padding: 70px 45px; }
  .trade-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .trade-stats div { display: block; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.25); }
  .trade-stats span, .trade-stats strong { display: block; }
  .trade-stats span { margin-bottom: 10px; }
  .trade-stats strong { margin-bottom: 7px; }
}

@media (max-width: 720px) {
  .site-header { position: absolute; height: 88px; padding: 0 18px; }
  .brand-logo { width: 235px; }
  .menu-button { display: block; z-index: 12; }
  .site-nav { position: fixed; z-index: 11; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 27px; background: var(--ink); font-family: var(--serif); font-size: 32px; transform: translateY(-105%); transition: transform .3s ease; }
  .site-nav.open { transform: none; }
  .nav-cta { padding: 9px 15px; font-family: var(--sans); font-size: 14px; }
  .menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.open span:nth-child(2) { opacity: 0; }
  .menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 125px 24px 64px; }
  h1 { font-size: clamp(52px, 15vw, 73px); }
  .trust-list { flex-direction: column; gap: 9px; margin-top: 40px; }
  .hero-image-wrap { min-height: 590px; }
  .hero-image-wrap::after { background: linear-gradient(0deg, rgba(23,24,19,.65), transparent 45%); }
  .hero-vertical { display: none; }
  .image-note { right: 20px; bottom: 20px; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 20px; }
  .section-heading { gap: 20px; margin-bottom: 40px; }
  .product-grid { display: block; }
  .product-card { margin-bottom: 55px; }
  .product-card-featured .product-carousel, .product-card-wide .product-carousel, .product-card-showcase .product-carousel, .product-carousel { aspect-ratio: 4 / 5; }
  .carousel-control { width: 38px; height: 38px; opacity: .95; }
  .carousel-dots { gap: 5px; padding: 7px; }
  .carousel-dot { width: min(21vw, 64px); }
  .product-options { display: grid; grid-template-columns: 1fr 1fr; }
  .option-button { min-width: 0; }
  .collection-footer { align-items: flex-start; flex-direction: column; margin-top: 15px; }
  .bespoke { grid-template-columns: 1fr; }
  .bespoke-image { min-height: 560px; }
  .bespoke-copy { padding: 72px 24px 82px; }
  .choices { grid-template-columns: 1fr; }
  .choices span:nth-child(odd) { margin-right: 0; }
  .trade-stats { display: block; }
  .trade-stats div { border-right: 0; }
  .story { gap: 55px; }
  .story-card img { height: 420px; }
  .giving-card img { height: 420px; }
  .contact { padding: 80px 24px; gap: 35px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-form label { grid-column: 1 !important; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 24px 25px; }
}

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