@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

/* Foundation: comfortable type, natural wrapping, and shrinkable grid children. */
:root {
  --ink: #19382c;
  --forest: #183a2b;
  --cream: #f8f7f1;
  --gold: #d7bd80;
  --muted: #606c60;
  --line: #d9ddcf;
  --gutter: clamp(22px, 6vw, 110px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.7 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, Arial, sans-serif; line-height: 1.18; letter-spacing: -.035em; text-wrap: balance; word-break: normal; overflow-wrap: normal; hyphens: none; }
h1 { font-size: clamp(42px, 5.5vw, 80px); font-weight: 500; }
h2 { font-size: clamp(34px, 3.4vw, 52px); font-weight: 500; margin-bottom: 24px; }
h3 { font-size: 24px; letter-spacing: -.025em; }
em { font-family: Georgia, serif; font-weight: 400; }
p { color: var(--muted); text-wrap: pretty; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #a78036; outline-offset: 4px; }
[hidden] { display: none !important; }
.skip { position: fixed; left: 10px; top: -100px; z-index: 100; background: white; padding: 15px; }
.skip:focus { top: 10px; }
.split > *, .section-heading > *, .footer-grid > *, .contact-grid > *, .form-grid > *, .product-grid > *, .cart-row > * { min-width: 0; }

/* Navigation */
.topbar { min-height: 36px; padding: 7px 5%; background: var(--forest); color: #e1e6dc; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; line-height: 1.5; letter-spacing: .12em; }
.topbar a { letter-spacing: .02em; }
.header { min-height: 98px; display: flex; align-items: center; padding: 15px 5%; gap: 26px; background: var(--cream); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; line-height: 1.2; font-size: 24px; letter-spacing: .1em; font-weight: 800; flex-shrink: 0; white-space: nowrap; }
.brand small { display: block; font-size: 9px; letter-spacing: .19em; margin-top: 6px; }
.brand-logo-img { width: 50px; height: 50px; object-fit: contain; flex-shrink: 0; transition: transform .25s ease; }
.brand:hover .brand-logo-img { transform: scale(1.06); }
.brand-mark { font-family: Georgia, serif; border: 1px solid #607559; border-radius: 50%; width: 46px; height: 46px; display: grid; place-items: center; font-size: 32px; position: relative; flex-shrink: 0; }
.brand-mark span { position: absolute; right: 0; top: 0; font-size: 20px; }
.header nav { display: flex; gap: clamp(14px, 1.6vw, 25px); margin: auto; font-size: 15px; }
.header nav a { padding: 10px 0; white-space: nowrap; }
.header nav a:hover, .header nav a[aria-current=page] { color: #896421; }
.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--forest); color: white; border: 1px solid var(--forest); padding: 16px 24px; min-height: 52px; font-size: 15px; line-height: 1.4; font-weight: 600; transition: background .2s, transform .2s; text-align: center; }
.button:hover { background: #2f5441; transform: translateY(-2px); }
.button.gold { background: var(--gold); color: #23362a; border-color: var(--gold); }
.button.small { padding: 12px 18px; min-height: 46px; }
.basket-toggle { display: flex; align-items: center; gap: 5px; background: none; border: 0; font-size: 25px; color: var(--forest); min-height: 44px; padding: 6px; }
.cart-count { font-size: 12px; line-height: 1.4; background: #e8e8dc; border-radius: 50%; padding: 4px 7px; }
.menu-toggle { display: none; }

/* Video introduction: content determines height, so long edited headlines cannot clip. */
.hero { min-height: max(690px, calc(100svh - 134px)); position: relative; color: white; overflow: hidden; background: #223b28; display: flex; flex-direction: column; justify-content: center; }
.hero-poster, .hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-poster { animation: slowzoom 18s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(9,27,17,.84), rgba(9,27,17,.40) 58%, rgba(9,27,17,.12)), linear-gradient(0deg, rgba(9,27,17,.65), transparent 30%); }
.hero-content { position: relative; padding: 80px var(--gutter) 45px; width: min(100%, 1090px); }
.eyebrow { display: block; font-size: 12px; line-height: 1.7; letter-spacing: .16em; font-weight: 700; margin-bottom: 24px; color: #657344; }
.eyebrow.light { color: #f4ecd9; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #d5be86; margin-right: 12px; box-shadow: 0 0 0 5px #ffffff14; }
.hero h1 { font-size: clamp(48px, 5.8vw, 88px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; max-width: 900px; margin: 26px 0; text-wrap: balance; }
.hero-line { display: block; }
.hero-content > p { color: #e8ece2; font-size: 19px; max-width: 560px; line-height: 1.8; }
.hero-buttons { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.hero-link { font-size: 15px; border-bottom: 1px solid #a7b29a; padding: 12px 0; }
.hero-link span { margin-left: 18px; }
.hero-bottom { position: relative; margin-top: auto; padding: 22px var(--gutter) 30px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 11px; line-height: 1.7; letter-spacing: .1em; color: #e1e6dc; }
.hero-bottom i { font-style: normal; margin: 0 12px; color: var(--gold); }
.hero-bottom button { border: 1px solid #ffffff77; border-radius: 30px; background: #152b21aa; color: white; padding: 10px 17px; min-height: 44px; font-size: 13px; letter-spacing: 0; white-space: nowrap; }
.hero-index { position: absolute; right: 4%; top: 46%; font-size: 14px; writing-mode: vertical-rl; letter-spacing: .15em; }
.hero-index span { opacity: .7; font-size: 11px; margin-top: 15px; }
.trust-strip { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); padding: 27px var(--gutter); font-size: 14px; }
.trust-strip i { font-size: 24px; color: #a98f5d; }

/* Editorial sections */
.section { padding: 88px var(--gutter); }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 7%; align-items: center; }
.story-photo { position: relative; }
.story-photo img { height: 540px; width: 100%; }
.image-note { position: absolute; bottom: -22px; right: -20px; background: var(--forest); padding: 24px 30px; color: #e5dfca; font-size: 12px; letter-spacing: .1em; max-width: 95%; }
.story-copy h2 { max-width: 520px; }
.prose p { line-height: 1.85; font-size: 17px; }
.underlink { display: inline-flex; align-items: center; gap: 25px; padding: 12px 0; border-bottom: 1px solid #89977b; font-size: 15px; line-height: 1.5; font-weight: 600; }
.catalogue-section { background: #efefe5; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,1fr); gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin: 0; }
.section-heading h2 em, .page-intro h1 em { display: block; }
.section-heading > p, .section-heading > div:last-child:not(:first-child) { max-width: 420px; justify-self: end; }
.section-heading p { font-size: 17px; }
.section-heading > .underlink { justify-self: end; }
.process-section { background: var(--forest); color: var(--cream); }
.process-section p { color: #c5d0c0; }
.process-section .eyebrow { color: #d5c08c; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; margin-top: 50px; }
.process-grid article { border-top: 1px solid #ffffff30; padding-top: 25px; }
.process-grid article > span { font-family: Georgia, serif; color: #d5c08c; font-size: 42px; }
.process-grid h3 { margin-top: 25px; }
.process-grid p { font-size: 16px; line-height: 1.8; }
.gallery-preview, .gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.gallery-preview a { position: relative; }
.gallery-preview img { height: 340px; width: 100%; }
.gallery-preview span { position: absolute; bottom: 0; left: 0; right: 0; color: white; padding: 35px 22px 22px; background: linear-gradient(transparent,#17301cee); font-size: 18px; line-height: 1.5; }
.faq-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.6fr); gap: 9%; padding-top: 25px; }
.faq-list { max-width: 1150px; margin: auto; }
details { border-bottom: 1px solid var(--line); padding: 24px 0; }
summary { list-style: none; font-size: 18px; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; gap: 22px; line-height: 1.6; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 23px; font-weight: 400; flex-shrink: 0; }
details[open] summary::after { content: '−'; }
details p { margin: 18px 25px 0 0; font-size: 16px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,260px),1fr)); gap: 30px; }
.testimonial-grid figure { margin: 0; padding: 30px; background: #e9ecdf; }
.testimonial-grid blockquote { margin: 0 0 25px; font: 25px/1.6 Georgia,serif; }
.testimonial-grid figcaption { font-size: 16px; }
.testimonial-grid small { display: block; color: var(--muted); margin-top: 6px; font-size: 14px; }

/* Product cards stretch uniformly; descriptions are never truncated. */
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.product-card { min-width: 0; background: var(--cream); display: flex; flex-direction: column; }
.product-photo { position: relative; display: block; overflow: hidden; aspect-ratio: 1.05; }
.product-photo img { width: 100%; height: 100%; transition: transform .6s; }
.product-photo:hover img { transform: scale(1.04); }
.product-tag { position: absolute; top: 14px; left: 14px; right: auto; max-width: calc(100% - 28px); background: #f8f7f1f5; border-radius: 22px; padding: 6px 12px; font-size: 12px; line-height: 1.5; }
.photo-arrow { position: absolute; bottom: 15px; right: 15px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); }
.product-body { padding: 24px 20px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 24px; margin-bottom: 14px; text-wrap: pretty; }
.product-body p { font-size: 16px; line-height: 1.75; margin-bottom: 22px; }
.product-bottom { border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; justify-content: space-between; font-size: 13px; margin-top: auto; }
.add-product:not(.button) { border: 0; background: none; padding: 10px 0; min-height: 44px; color: var(--forest); font-size: 14px; line-height: 1.5; font-weight: 700; text-align: left; }
.page-intro { padding: 70px var(--gutter) 64px; background: #e9ecdf; }
.page-intro h1 { max-width: 1000px; margin-bottom: 25px; }
.page-intro > p { max-width: 730px; font-size: 18px; }
.catalogue-filters { display: grid; grid-template-columns: minmax(220px,1fr) minmax(180px,240px) auto auto; gap: 18px; align-items: end; }
.catalogue-filters label { margin: 0; }
.catalogue-filters .button { min-height: 56px; }
.catalogue-filters > a { padding: 14px 5px; font-size: 15px; }
label { display: block; font-size: 15px; font-weight: 600; margin-bottom: 8px; }
input, select, textarea { width: 100%; max-width: 100%; min-width: 0; padding: 14px; border: 1px solid #c6cdba; background: white; color: var(--ink); border-radius: 0; font-size: 16px; line-height: 1.6; }
input, select { min-height: 54px; }
label input, label select { margin-top: 7px; }
textarea { resize: vertical; }
.result-count { font-size: 15px; margin: 25px 0; }
.product-detail { margin-top: 40px; }
.detail-photo { width: 100%; height: 530px; }
.lead { font-size: 20px; }
.fine { font-size: 14px; margin-top: 22px; line-height: 1.75; }
.specifications { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.4fr); gap: 50px; margin: 80px 0; }
dl { display: grid; grid-template-columns: minmax(110px,1fr) minmax(0,1.4fr); margin: 0; }
dt, dd { margin: 0; padding: 18px 12px 18px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
dt { font-weight: 600; }
.filter-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 35px; }
.filter-buttons button { padding: 12px 20px; min-height: 48px; border: 1px solid var(--line); background: none; color: var(--ink); font-size: 15px; }
.filter-buttons button[aria-pressed=true] { background: var(--forest); color: white; }
.gallery-card { border: 0; background: #e9ecdf; text-align: left; color: var(--ink); padding: 0; }
.gallery-card img { height: 300px; width: 100%; }
.gallery-card span { display: block; padding: 22px; font-size: 18px; line-height: 1.5; }
.article { max-width: 1050px; margin: auto; }
.article-image { width: 100%; max-height: 500px; margin-bottom: 45px; }
.article .prose p { font-size: 18px; }
.empty { grid-column: 1/-1; padding: 30px 0; }

/* Enquiry form and drawer */
.contact-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,1fr); gap: 55px; }
.contact-card { background: var(--forest); color: white; padding: 36px; align-self: start; }
.contact-card h2 { font-size: 40px; }
.contact-card h3 { font: 600 13px/1.6 'DM Sans',sans-serif; text-transform: uppercase; letter-spacing: .08em; color: #d5c08c; margin: 30px 0 10px; }
.contact-card p { color: #d3decb; }
.contact-card > a { overflow-wrap: anywhere; font-size: 16px; }
.contact-card .button { margin-top: 25px; }
.wizard-progress { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 35px; font-size: 15px; color: #65715d; line-height: 1.5; }
.wizard-progress .active { color: var(--forest); font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.form-grid > div:last-child { grid-column: 1/-1; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { font-size: 30px; line-height: 1.3; letter-spacing: -.025em; font-weight: 500; margin-bottom: 22px; max-width: 100%; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 30px; }
.quick-add { display: flex; gap: 12px; margin-bottom: 30px; }
.quick-add select { flex: 1; }
.quick-add .button { flex-shrink: 0; }
.text-button { background: none; border: 0; text-decoration: underline; color: var(--ink); font-size: 15px; min-height: 44px; padding: 12px; }
.form-errors { background: #f7e7de; padding: 22px; color: #8d301e; margin: 22px 0; overflow-wrap: anywhere; }
.form-errors h3 { font-size: 23px; }
.form-errors ul { padding-left: 20px; }
.success-panel { padding: 35px; background: #e6ecd9; }
.cart-row { display: grid; grid-template-columns: 56px minmax(0,1fr) 28px; gap: 14px; border-bottom: 1px solid var(--line); padding: 22px 0; margin-bottom: 10px; }
.cart-row img { height: 68px; width: 56px; }
.cart-row h3 { font-size: 20px; margin-bottom: 12px; text-wrap: pretty; }
.cart-controls { display: grid; grid-template-columns: minmax(65px,.65fr) minmax(100px,1fr); gap: 10px; }
.cart-controls label { margin: 0; font-size: 13px; }
.cart-controls input, .cart-controls select { padding: 8px; font-size: 16px; min-height: 44px; }
.cart-row .icon-button { font-size: 24px; align-self: start; }
.icon-button { border: 0; background: transparent; color: var(--ink); font-size: 32px; min-height: 44px; padding: 0 6px; }
dialog { border: 0; padding: 32px; max-height: 100svh; background: var(--cream); color: var(--ink); }
dialog::backdrop { background: #06140eb3; backdrop-filter: blur(4px); }
#basket { margin: 0 0 0 auto; height: 100svh; width: 520px; max-width: 100%; overflow-y: auto; }
#basket > .button { margin-top: 25px; display: flex; }
.drawer-head { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.drawer-head h2 { font-size: 34px; }
.drawer-head .eyebrow { margin-bottom: 12px; }
#lightbox { max-width: 900px; width: 90%; }
#lightbox > .icon-button { position: absolute; right: 15px; top: 8px; background: var(--cream); }
#lightbox img { max-height: 60vh; margin: auto; }
#lightbox h2 { font-size: 28px; margin-top: 22px; }
#toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%,25px); opacity: 0; background: var(--forest); color: white; padding: 15px 25px; z-index: 50; pointer-events: none; transition: .25s; max-width: 90vw; width: max-content; font-size: 15px; }
#toast.show { opacity: 1; transform: translate(-50%,0); }

/* Footer */
.cta { margin: 0 4%; padding: 64px 5%; background: #e8e9d9; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta > div { max-width: 720px; }
.cta h2 { margin: 0; font-size: clamp(34px,3.5vw,50px); }
.cta .eyebrow { font-size: 12px; }
.cta > .button { flex-shrink: 0; }
footer { padding: 70px var(--gutter) 25px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .65fr 1.2fr 1fr; gap: 35px; }
footer .brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; margin-bottom: 22px; }
footer .brand .brand-logo-img { width: 44px; height: 44px; }
.footer-grid h3 { font: 700 16px/1.5 'DM Sans',sans-serif; letter-spacing: 0; margin-bottom: 22px; }
.footer-grid p, .footer-grid a:not(.brand) { font-size: 15px; line-height: 1.85; color: #5b6957; }
.footer-grid a:not(.brand) { display: block; margin-bottom: 10px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 45px; font-size: 13px; color: #5f6b59; }

/* The reveal effect never hides information while waiting for an observer. */
.reveal.visible { animation: reveal-in .55s ease-out both; }
@keyframes reveal-in { from { opacity: .65; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slowzoom { from { transform: scale(1); } to { transform: scale(1.06); } }

@media (max-width: 1250px) {
  .header-actions .button { display: none; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px 50px; }
}
@media (max-width: 1100px) {
  .header { min-height: 86px; padding: 15px 5%; }
  .header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px 5%; background: var(--cream); border-bottom: 1px solid var(--line); margin: 0; box-shadow: 0 12px 20px #0001; max-height: calc(100svh - 100px); overflow-y: auto; }
  .header nav.open { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 25px; }
  .header nav a { padding: 12px 0; font-size: 17px; }
  .menu-toggle { display: block; margin-left: auto; min-width: 44px; min-height: 44px; padding: 5px; border: 0; background: none; font-size: 26px; color: var(--forest); }
  .hero { min-height: 700px; }
  .hero-content { max-width: 920px; }
  .trust-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; }
  .trust-strip i { display: none; }
  .section { padding-top: 70px; padding-bottom: 70px; }
  .section-heading { gap: 35px; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-card { max-width: none; }
  .catalogue-filters { grid-template-columns: minmax(180px,1fr) minmax(160px,1fr) auto; }
  .catalogue-filters > a { grid-column: 1/-1; justify-self: start; padding: 0; }
  .gallery-preview, .gallery-grid { gap: 18px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  .topbar { justify-content: center; font-size: 10px; text-align: center; padding: 8px 20px; }
  .topbar a { display: none; }
  .header { min-height: 82px; gap: 12px; padding: 12px 5%; }
  .brand { font-size: 20px; gap: 9px; }
  .brand-logo-img { width: 40px; height: 40px; }
  .brand-mark { width: 40px; height: 40px; font-size: 29px; }
  .brand small { font-size: 8px; }
  .header-actions { gap: 0; }
  .hero { min-height: calc(100svh - 118px); }
  .hero-content { padding-top: 60px; padding-bottom: 35px; }
  .hero h1 { font-size: clamp(43px, 10vw, 64px); line-height: 1.15; letter-spacing: -.035em; margin: 23px 0; }
  .hero-content > p { font-size: 18px; max-width: 520px; }
  .hero-buttons { gap: 16px 26px; margin-top: 28px; }
  .hero-bottom { flex-wrap: wrap; gap: 18px; font-size: 10px; padding-top: 20px; }
  .hero-bottom > a, .hero-index { display: none; }
  .hero-shade { background: linear-gradient(90deg,#0a2019e8,#102d1e99); }
  .eyebrow { font-size: 11px; letter-spacing: .13em; }
  .trust-strip { font-size: 14px; padding-top: 25px; padding-bottom: 25px; }
  .section { padding-top: 60px; padding-bottom: 60px; }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .story-photo img { height: 380px; }
  .image-note { right: -8px; padding: 20px; font-size: 11px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p, .section-heading > div:last-child:not(:first-child) { margin-top: 24px; max-width: none; }
  .section-heading > .underlink { margin-top: 18px; }
  .product-grid { gap: 20px; }
  .process-grid h3 { margin-top: 20px; }
  .gallery-preview, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-preview img { height: 340px; }
  .faq-section { display: block; }
  .faq-section > div:first-child { margin-bottom: 30px; }
  .cta { padding: 44px var(--gutter); margin: 0; display: block; }
  .cta .button { margin-top: 28px; }
  .page-intro { padding: 50px var(--gutter); }
  .page-intro h1 { font-size: clamp(40px,8vw,56px); line-height: 1.18; }
  .catalogue-filters { grid-template-columns: 1fr auto; gap: 16px; }
  .catalogue-filters label:first-child { grid-column: 1/-1; }
  .catalogue-filters .button { padding: 14px 18px; gap: 12px; }
  .detail-photo { height: 380px; }
  .specifications { display: block; margin: 50px 0; }
  .contact-card { padding: 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions .button { gap: 12px; padding: 15px 20px; }
  .gallery-card img { height: 330px; }
  footer { padding-top: 50px; }
}
@media (max-width: 540px) {
  .header nav.open { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-photo { aspect-ratio: 1.18; }
  .product-body { padding: 25px; }
  .product-body h3 { font-size: 26px; }
  .product-body p { font-size: 17px; }
  .product-bottom { font-size: 14px; }
  .add-product:not(.button) { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid h3 { margin-bottom: 14px; }
  .footer-grid p, .footer-grid a:not(.brand) { font-size: 16px; }
  .footer-bottom { display: grid; font-size: 14px; gap: 12px; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; }
  .process-grid h3 { margin-top: 14px; }
  .process-grid p { font-size: 17px; }
  .wizard-progress { font-size: 13px; gap: 10px; }
  .contact-card h2 { font-size: 36px; }
  .contact-card { padding: 26px; }
  .cart-row { grid-template-columns: 45px minmax(0,1fr) 24px; gap: 10px; }
  .cart-row img { width: 45px; height: 60px; }
  .cart-row h3 { font-size: 19px; }
  .cart-controls { grid-template-columns: minmax(58px,.65fr) minmax(98px,1fr); gap: 7px; }
  dialog { padding: 24px; }
  .drawer-head h2 { font-size: 30px; }
  .form-actions { flex-wrap: wrap; }
  .quick-add .button { padding: 12px 18px; }
}
@media (max-width: 359px) {
  .brand { font-size: 19px; }
  .brand-mark { width: 34px; height: 34px; font-size: 25px; }
  .brand small { font-size: 7px; }
  .header { gap: 6px; }
  .hero h1 { font-size: 40px; }
  .hero .eyebrow { font-size: 10px; }
  .cart-controls { grid-template-columns: 1fr; }
  .catalogue-filters { grid-template-columns: 1fr; }
  .catalogue-filters label:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Finishing touches: soft entrances, tactile cards and a quieter floating header. */
.header { transition: box-shadow .35s ease, background .35s ease; }
.header.is-scrolled { background: #f8f7f1f5; backdrop-filter: blur(14px); box-shadow: 0 8px 28px #17382b12; }
.hero-content > .eyebrow { animation: premium-enter .8s ease-out both; }
.hero h1 { animation: premium-enter 1s .08s ease-out both; }
.hero-content > p { animation: premium-enter 1s .16s ease-out both; }
.hero-buttons { animation: premium-enter 1s .24s ease-out both; }
.live-dot { animation: gentle-pulse 3s ease-in-out infinite; }
.product-card { transition: transform .35s ease, box-shadow .35s ease; }
.product-photo img, .gallery-preview img, .gallery-card img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-preview a, .gallery-card { overflow: hidden; }
.underlink { position: relative; transition: color .25s ease, gap .3s ease; }
.photo-arrow { transition: transform .3s ease, background .3s ease; }
.button span { transition: transform .3s ease; }
details[open] > p { animation: premium-enter .35s ease-out; }
#basket[open] { animation: drawer-enter .3s ease-out; }
#lightbox[open] { animation: premium-enter .3s ease-out; }
.cta { background: radial-gradient(ellipse at 85% 15%,#d9dec5,transparent 60%),#e8e9d9; }
@media(hover:hover) and (pointer:fine) {
  .gallery-preview a:hover img, .gallery-card:hover img { transform: scale(1.045); }
  .underlink:hover { gap: 32px; color: #94702e; }
  .button:hover span { transform: translate(3px,-2px); }
}
@keyframes premium-enter { from { opacity: .65; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes drawer-enter { from { opacity: .65; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes gentle-pulse { 0%,100% { box-shadow: 0 0 0 4px #ffffff10; } 50% { box-shadow: 0 0 0 8px #ffffff05; } }
/* Brand Identity Section */
.brand-identity-section { background: #f2f3ec; border-top: 1px solid var(--line); }
.brand-assets-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 40px; }
.brand-asset-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; background: white; transition: transform .3s ease, box-shadow .3s ease; }
.brand-asset-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(24,58,43,0.1); }
.brand-asset-preview { display: flex; align-items: center; justify-content: center; padding: 42px 24px; min-height: 220px; }
.brand-asset-card.light-edition .brand-asset-preview { background: #fafaf7; }
.brand-asset-card.dark-edition { background: #0c1812; color: #e1e6dc; border-color: #213a2d; }
.brand-asset-card.dark-edition .brand-asset-preview { background: #000; }
.brand-asset-card.dark-edition h3 { color: #fff; }
.brand-asset-card.dark-edition p { color: #a4b3a2; }
.brand-asset-card.dark-edition .underlink { color: #d5c08c; border-bottom-color: #d5c08c; }
.brand-asset-preview .asset-img-icon { max-height: 120px; width: auto; object-fit: contain; }
.brand-asset-preview .asset-img-full { max-height: 140px; width: auto; max-width: 85%; object-fit: contain; }
.brand-asset-info { padding: 24px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.brand-asset-info h3 { margin: 0 0 10px; font-size: 20px; }
.brand-asset-info p { font-size: 14px; line-height: 1.6; margin-bottom: 22px; flex: 1; }
.brand-asset-info .underlink { font-size: 13px; align-self: flex-start; }

@media (max-width: 900px) {
  .brand-assets-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation:none!important;transition:none!important; } }
