/* N2O Trade: shared brand theme for the homepage and product pages. */
.design { --navy: #112d40; --jade: #33d1b2; --ink-soft: #52636d; font-family: Arial, Helvetica, sans-serif; background: #fcfbf8; }
.design .shell { width: min(1200px, calc(100% - 64px)); }
.design .site-header { background: #112d40; border-bottom: 1px solid rgba(255,255,255,.13); color: white; }
.design .header-inner { min-height: 82px; }
.design .site-logo { width: 223px; }
.design .site-nav { font-size: 14px; gap: 34px; }
.design .site-nav > a:not(.button) { min-height: 44px; padding: 0 4px; display: inline-flex; align-items: center; }
.design .site-nav > a:not(.button)::after { bottom: 3px; }
.design .button { border-radius: 4px; font-size: 14px; min-height: 49px; padding-inline: 22px; font-weight: 700; }
.design .header-wa { min-height: 44px; padding-inline: 20px; }
.design .eyebrow { font-size: 10px; letter-spacing: .17em; margin-bottom: 18px; }
.design h2 { font-size: clamp(32px, 3.45vw, 46px); line-height: 1.09; letter-spacing: -.038em; }
.design h3 { letter-spacing: -.02em; }
.design p { color: var(--ink-soft); }
.design .eyebrow { color: #087f70; }
.design .eyebrow-light { color: #33d1b2; }
.design a:focus-visible { outline: 3px solid #087f70; outline-offset: 5px; }
.design .site-header a:focus-visible, .d-hero a:focus-visible, .d-contact a:focus-visible { outline-color: #33d1b2; }
.d-hero { position: relative; background: #112d40; color: white; overflow: hidden; }
.d-hero-image { position: absolute; top: 0; right: 0; height: 100%; width: auto; max-width: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%); mask-image: linear-gradient(90deg, transparent, #000 24%); }
.d-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#112d40 0%,rgba(17,45,64,.96) 27%,rgba(17,45,64,.36) 53%,transparent 80%); }
.d-hero-inner { min-height: 452px; display: flex; align-items: center; position: relative; padding-block: 55px 69px; }
.d-hero-copy { max-width: 650px; position: relative; z-index: 1; }
.d-hero h1 { color: #fff; font-size: clamp(46px, 4.8vw, 66px); letter-spacing: -.045em; line-height: 1.035; }
.d-hero h1 > span { color: #bceadf; }
.design .d-hero-lede { font-size: 17px; color: #d2e1e5; line-height: 1.55; margin: 22px 0 25px; }
.d-hero .button-row { gap: 25px; }
.d-text-link { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: 13px; font-weight: 700; text-decoration: none; padding-block: 9px; border-bottom: 1px solid currentColor; }
.d-text-link:hover { color: var(--jade); }
.d-hero-caption { position: absolute; right: 0; bottom: 45px; margin: 0; color: #d5e1df !important; font-size: 8px; letter-spacing: .15em; }
.d-range { position: relative; z-index: 2; margin-top: -20px; padding-bottom: 68px; scroll-margin-top: 30px; }
.d-range-heading { padding: 19px 26px; min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: white; border-radius: 7px 7px 0 0; border: 1px solid #e2e6e5; border-bottom: 0; }
.design .d-range-heading h2 { font-size: 16px; letter-spacing: -.01em; }
.d-range-heading > a { color: #087f70; font-size: 12px; font-weight: 700; text-decoration: none; }
.range-tiles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #e2e6e5; box-shadow: 0 18px 30px rgba(17,45,64,.045); }
.range-tile { display: flex; flex-direction: column; padding: 19px 23px 20px; text-decoration: none; color: var(--navy); min-width: 0; background: #fff; }
.range-tile + .range-tile { border-left: 1px solid rgba(17,45,64,.07); }
.range-eavinwhip { background: #f1e3f3; }
.range-spacewhip { background: linear-gradient(#f2f3f1, #e2ebf0); }
.range-mist-whip { background: #fff; }
.range-tile-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.range-tile-top h3 { font-size: 16px; }
.range-tile-top > span { color: #087f70; font-size: 19px; transition: transform .18s; }
.range-tile:hover .range-tile-top > span { transform: translate(3px,-3px); }
.range-tile-image { height: 150px; margin: 13px 0 11px; display: flex; align-items: center; justify-content: center; }
.range-tile-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.range-tile:hover img { transform: translateY(-3px); }
.range-tile-info { display: flex; flex-direction: column; gap: 7px; }
.range-tile-info strong { font-size: 12px; }
.range-tile-info > span { font-size: 11px; color: #61707a; }
.design .d-range-note { margin: 17px 0 0; font-size: 11px; color: #6e7a81; }
.product-catalog { padding-bottom: 34px; }
.catalog-brand { padding: 82px 0 70px; border-bottom: 1px solid #dce4df; scroll-margin-top: 20px; }
.catalog-brand-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 46px; margin-bottom: 32px; }
.catalog-brand-head > div { max-width: 820px; }
.catalog-brand-head h2 { margin-bottom: 14px; }
.catalog-brand-head p:last-child { margin: 0; font-size: 15px; line-height: 1.7; }
.catalog-brand-head > .text-link { flex: 0 0 auto; margin-bottom: 5px; }
.sku-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.sku-grid-four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.sku-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 792px; }
.sku-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #dce4df; border-radius: 7px; }
.sku-image { aspect-ratio: 1 / 1; overflow: hidden; }
.sku-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .22s ease; }
.sku-card:hover .sku-image img { transform: scale(1.018); }
.sku-copy { flex: 1; display: flex; flex-direction: column; padding: 21px 20px 19px; }
.design .sku-code { margin: 0 0 8px; color: #087f70; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.design .sku-copy h3 { min-height: 48px; margin-bottom: 9px; font-size: 19px; line-height: 1.25; }
.design .sku-copy > p:not(.sku-code) { margin: 0 0 18px; font-size: 12px; line-height: 1.55; }
.sku-copy dl { margin: auto 0 15px; border-top: 1px solid #e2e7e4; }
.sku-copy dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid #e2e7e4; font-size: 11px; }
.sku-copy dt { color: #66766f; }
.sku-copy dd { margin: 0; color: #112d40; font-weight: 700; text-align: right; }
.sku-link { min-height: 38px; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; color: #087f70; font-size: 12px; font-weight: 800; text-decoration: none; }
.sku-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.d-supply { background: #fff; padding: 74px 0 66px; border-block: 1px solid #e7eae7; }
.d-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; margin-bottom: 36px; }
.d-section-heading > p { margin: 0 0 3px; font-size: 15px; line-height: 1.7; }
.d-supply-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 24px; }
.d-regional, .d-container { padding: 32px 35px; border: 1px solid #dde4df; }
.d-regional { background: #f7f8f4; }
.d-container { background: #edf7f3; }
.d-panel-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.d-small-label { font-size: 9px; font-weight: 700; letter-spacing: .15em; color: #54706c; }
.d-route-icon { color: #087f70; font-size: 24px; line-height: 1; }
.d-supply-grid h3 { font-size: 25px; }
.d-route-list { margin: 27px 0 19px; }
.d-route-list > div { display: grid; grid-template-columns: 1fr 1fr; padding: 11px 0; border-bottom: 1px solid #d9e0da; font-size: 14px; }
.d-route-list > div:first-child { border-top: 1px solid #d9e0da; }
.d-route-list dd { margin: 0; font-weight: 700; }
.design .d-regional > p { font-size: 12px; margin: 0; max-width: 420px; line-height: 1.6; }
.design .d-container > p { font-size: 15px; margin: 21px 0 24px; max-width: 430px; }
.d-order-fields { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.d-order-fields span { padding: 7px 10px; font-size: 10px; border: 1px solid #c8d9d2; border-radius: 2px; }
.d-container .d-text-link { color: #087f70; }
.design .d-supply-note { font-size: 11px; margin: 16px 0 0; color: #6c7980; }
.d-applications { padding: 76px 0 78px; background: #fcfbf8; }
.d-scenes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.d-scenes figure { margin: 0; }
.d-scenes .scene-media { border-radius: 3px; }
.d-scenes figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 16px; font-size: 17px; font-weight: 700; }
.d-scene-detail { font-size: 11px; color: #75817c; font-weight: 400; }
.d-contact { padding: 67px 0; background: #112d40; color: white; }
.d-contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; }
.d-contact h2, .d-contact h3 { color: white; }
.d-contact .eyebrow { color: #33d1b2; }
.design .d-contact p:not(.eyebrow) { color: #bdcfd5; font-size: 15px; margin: 20px 0 24px; }
.d-contact .button-row { gap: 22px; }
.d-email { display: inline-flex; font-size: 12px; color: #bdcfd5; text-decoration: none; margin-top: 21px; }
.d-email:hover { text-decoration: underline; }
.d-catalog { display: flex; align-items: center; justify-content: flex-end; gap: 37px; }
.d-catalog-cover { width: 195px; flex-shrink: 0; display: block; transform: rotate(-6deg); box-shadow: 12px 16px 24px rgba(0,0,0,.2); transition: transform .2s; }
.d-catalog-cover:hover { transform: rotate(-3deg) translateY(-3px); }
.d-catalog-cover img { display: block; }
.d-catalog .d-small-label { color: #94bcb6; }
.d-catalog h3 { font-size: 23px; margin: 15px 0; }
.d-catalog .d-text-link { color: #33d1b2; font-size: 12px; }
.d-footer { background: white; padding: 34px 0 22px; }
.d-footer-top { display: flex; align-items: center; gap: 30px; padding-bottom: 25px; }
.d-footer-logo { display: block; width: 164px; flex-shrink: 0; }
.d-footer-logo img { display: block; }
.d-footer-top p { font-size: 11px; margin: 0; }
.d-footer nav { display: flex; gap: 27px; margin-left: auto; }
.d-footer a { font-size: 12px; text-decoration: none; }
.d-footer a:hover { text-decoration: underline; }
.d-footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e4e8e6; padding-top: 18px; color: #7c8789; font-size: 10px; }
.d-footer-bottom a { font-size: 10px; }
/* Retain verified product content while aligning the inner pages. */
.d-inner .page-hero, .d-inner .brand-page-hero { background: #f4f6f1; }
.d-inner .brand-visual { border-radius: 5px; box-shadow: none; }
.d-inner .brand-facts-grid { border-radius: 4px; box-shadow: 0 10px 24px rgba(17,45,64,.045); }
.d-inner .brand-hero-grid { min-height: 490px; }
.d-inner .brand-hero-copy h1 { font-size: clamp(44px,5.5vw,70px); }
.d-inner .brand-hero-copy .brand-lede { font-size: 20px; font-weight: 400; }
.d-inner .brand-visual { min-height: 440px; }
.d-inner .brand-visual img { height: 380px; }
.d-inner .gallery-card, .d-inner .flavor-card, .d-inner .other-brand-link { border-radius: 4px; }
.d-inner .brand-detail-section { padding-top: 85px; }
.d-inner .brand-order, .d-inner .product-cta { background: #edf7f3; }
.d-inner .contact-card { border-radius: 4px; }
.d-inner .not-found { min-height: 65vh; }
@media (min-width: 1600px) {
  .design .shell { width: min(1320px,calc(100% - 100px)); }
  .d-hero-inner { min-height: 500px; }
  .d-hero h1 { font-size: 72px; }
  .range-tile-image { height: 175px; }
}
@media (max-width: 1040px) {
  .design .shell { width: calc(100% - 48px); }
  .d-hero-inner { min-height: 450px; }
  .d-hero h1 { font-size: 52px; }
  .d-hero-shade { background: linear-gradient(90deg,#112d40,rgba(17,45,64,.91) 36%,rgba(17,45,64,.23) 72%); }
  .range-tile { padding-inline: 16px; }
  .range-tile-top h3 { font-size: 14px; }
  .range-tile-image { height: 135px; }
  .range-tile-info strong { font-size: 11px; }
  .d-section-heading { gap: 30px; }
  .d-section-heading > p { max-width: 370px; font-size: 14px; }
  .d-regional,.d-container { padding: 28px; }
  .d-contact-grid { gap: 35px; }
  .d-catalog { gap: 25px; }
  .d-catalog-cover { width: 165px; }
  .d-catalog h3 { font-size: 21px; }
  .d-scenes figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .d-footer-top { gap: 20px; }
}
@media (max-width: 760px) {
  .design .shell { width: calc(100% - 36px); }
  .design .header-inner { min-height: 100px; padding-top: 16px; }
  .design .site-logo { width: 184px; }
  .design .header-wa { font-size: 12px; min-height: 44px; padding-inline: 12px; }
  .design .site-nav > a:not(.button) { top: 69px; font-size: 12px; }
  .design .site-nav > a:not(.button):first-child { right: 90px; }
  .design .site-nav > a:not(.button):nth-child(2) { right: 18px; }
  .d-hero-inner { min-height: 480px; align-items: flex-start; padding: 38px 0 130px; }
  .d-hero-copy { max-width: 100%; }
  .d-hero h1 { font-size: clamp(36px,8.95vw,60px); line-height: 1.08; }
  .design .d-hero .eyebrow { font-size: 8px; letter-spacing: .13em; margin-bottom: 16px; }
  .design .d-hero-lede { max-width: 390px; font-size: 15px; line-height: 1.5; margin: 19px 0 23px; }
  .desktop-break { display: none; }
  .d-hero .button-row { flex-direction: row; align-items: center; gap: 20px; }
  .d-hero .button { width: auto; min-height: 46px; font-size: 12px; padding-inline: 15px; gap: 12px; }
  .d-text-link { font-size: 12px; gap: 8px; }
  .d-hero-image { top: auto; bottom: 0; height: 220px; -webkit-mask-image: linear-gradient(180deg,transparent,#000 30%); mask-image: linear-gradient(180deg,transparent,#000 30%); }
  .d-hero-shade { background: linear-gradient(180deg,#112d40 0%,#112d40 48%,rgba(17,45,64,.1) 75%,transparent); }
  .d-hero-caption { right: 0; bottom: 31px; font-size: 7px; }
  .d-range { margin-top: -15px; padding-bottom: 42px; }
  .d-range-heading { padding: 16px; min-height: 58px; gap: 10px; }
  .design .d-range-heading h2 { font-size: 13px; }
  .d-range-heading > a { font-size: 10px; }
  .range-tiles { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .range-tile { padding: 17px 15px; }
  .range-tile:nth-child(3) { border-left: 0; }
  .range-tile:nth-child(n+3) { border-top: 1px solid rgba(17,45,64,.08); }
  .range-tile-image { height: 135px; margin-block: 12px; }
  .range-tile-top h3 { font-size: 13px; }
  .range-tile-info strong { font-size: 11px; }
  .range-tile-info > span { font-size: 9px; }
  .design .d-range-note { font-size: 10px; line-height: 1.6; }
  .d-supply,.d-applications { padding: 48px 0; }
  .d-section-heading { display: block; margin-bottom: 25px; }
  .d-section-heading > p { margin-top: 20px; font-size: 14px; }
  .d-supply-grid { grid-template-columns: 1fr; gap: 16px; }
  .d-regional,.d-container { padding: 25px; }
  .d-supply-grid h3 { font-size: 24px; }
  .d-scenes { grid-template-columns: 1fr; gap: 26px; }
  .d-scenes figcaption { flex-direction: row; margin-top: 12px; font-size: 17px; }
  .d-contact { padding: 49px 0 54px; }
  .d-contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .d-contact .button-row { flex-direction: row; align-items: center; gap: 25px; }
  .d-contact .button { width: auto; font-size: 12px; padding-inline: 17px; }
  .d-catalog { justify-content: flex-start; gap: 38px; padding: 30px 12px 0; border-top: 1px solid rgba(255,255,255,.17); }
  .d-catalog-cover { width: 155px; }
  .d-catalog h3 { font-size: 22px; }
  .d-footer { padding: 29px 0; }
  .d-footer-top { flex-wrap: wrap; gap: 20px; }
  .d-footer-logo { width: 154px; }
  .d-footer-top p { margin-left: auto; max-width: 135px; font-size: 10px; }
  .d-footer nav { margin-left: 0; width: 100%; gap: 25px; }
  .d-footer-bottom { flex-wrap: wrap; gap: 13px; }
  .d-footer-bottom > span:last-child { display: none; }
  .design .mobile-whatsapp { gap: 17px; border-radius: 4px; min-height: 48px; }
  .d-inner .brand-hero-grid { min-height: 0; }
  .d-inner .brand-visual { min-height: 345px; }
  .d-inner .brand-visual img { height: 300px; }
  .d-inner .brand-detail-section { padding-top: 65px; }
}
@media (max-width: 380px) {
  .design .site-logo { width: 165px; }
  .d-hero h1 { font-size: 34px; }
  .d-hero .button-row { gap: 14px; }
  .d-hero .button { padding-inline: 12px; }
  .d-hero .d-text-link { font-size: 11px; }
  .range-tile { padding-inline: 12px; }
  .range-tile-image { height: 118px; }
  .range-tile-info strong { font-size: 10px; }
  .d-catalog { gap: 25px; }
  .d-catalog-cover { width: 140px; }
}

/* V3: wholesale guidance and a client-side enquiry draft. */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.supply-next { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.supply-next > a { font-size: 12px; flex-shrink: 0; }
.wholesale-hero { padding: 77px 0 68px; background: #eaf3ed; border-bottom: 1px solid #dbe5dd; }
.wholesale-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 60px; }
.wholesale-hero h1 { font-size: clamp(44px, 4.8vw, 67px); }
.wholesale-intro p { margin: 0 0 25px; font-size: 17px; }
.wholesale-intro .button-row { gap: 18px; }
.wholesale-intro .text-link { font-size: 13px; }
.wholesale-brands { padding: 64px 0; }
.wholesale-brand-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 85px; align-items: center; margin-bottom: 32px; }
.design .wholesale-brand-heading h2 { font-size: 36px; }
.wholesale-brand-heading p:not(.eyebrow) { margin: 0 0 15px; font-size: 15px; }
.wholesale-brand-heading a { font-size: 13px; }
.wholesale-brand-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #dde4df; }
.wholesale-brand { min-width: 0; background-color: #fff; text-decoration: none; padding: 20px 26px 22px; }
.wholesale-brand + .wholesale-brand { border-left: 1px solid #dde4df; }
.wholesale-brand.range-eavinwhip { background-color: #f1e3f3; }
.wholesale-brand img { display: block; object-fit: contain; height: 126px; width: 100%; margin-bottom: 19px; transition: transform .18s; }
.wholesale-brand:hover img { transform: translateY(-3px); }
.wholesale-brand > span { display: flex; justify-content: space-between; gap: 8px; font-size: 14px; font-weight: 700; }
.wholesale-brand > span > span { color: #087f70; }
.wholesale-routes { padding: 68px 0; background: #fff; border-block: 1px solid #e2e7e2; }
.wholesale-route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wholesale-route { display: flex; flex-direction: column; align-items: flex-start; padding: 35px; border: 1px solid #d7e1d9; background: #f8f9f5; }
.route-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.step-number { display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; width: 36px; height: 36px; color: #087f70; background: #e1f2eb; border: 1px solid #c8e1d6; border-radius: 50%; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.wholesale-route h3 { font-size: 27px; }
.design .wholesale-route p { font-size: 15px; line-height: 1.7; margin: 20px 0; }
.wholesale-route .d-route-list { width: 100%; margin: 6px 0 0; }
.wholesale-route .button { margin-top: auto; }
.wholesale-route-container { background: #edf7f3; }
.container-order-list { width: 100%; display: flex; flex-wrap: wrap; gap: 10px; padding-block: 12px; margin: 5px 0; }
.container-order-list span { padding: 10px 13px; border: 1px solid #ccded4; color: #41615a; font-size: 12px; }
.design .wholesale-note { font-size: 12px; margin: 19px 0 0; }
.wholesale-process { padding: 75px 0; }
.purchase-steps { list-style: none; padding: 0; margin: 38px 0 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.purchase-steps li { border-top: 1px solid #cddbd3; padding-top: 22px; }
.purchase-steps h3 { font-size: 21px; margin-top: 20px; }
.purchase-steps p { font-size: 14px; margin-bottom: 0; }
.wholesale-faq { padding: 70px 0; background: #fff; border-top: 1px solid #e2e7e2; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.faq-grid > div > p:not(.eyebrow) { margin-top: 28px; font-size: 14px; }
.faq-list details { border-bottom: 1px solid #dce3dd; }
.faq-list details:first-child { border-top: 1px solid #dce3dd; }
.faq-list summary { cursor: pointer; padding: 23px 30px 23px 0; list-style: none; position: relative; font-size: 16px; line-height: 1.45; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 19px; font-size: 23px; font-weight: 400; color: #087f70; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 23px 24px 0; font-size: 15px; }
.faq-list a { color: #087f70; }
.faq-list summary:focus-visible { outline: 3px solid #087f70; outline-offset: 3px; }
.wholesale-cta { background: #112d40; padding: 66px 0; color: white; }
.wholesale-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.wholesale-cta h2 { color: #fff; }
.design .wholesale-cta p:not(.eyebrow) { color: #c5d9df; max-width: 470px; font-size: 15px; }
.wholesale-contact-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 26px; }
.wholesale-contact-links a { color: #c5d9df; font-size: 12px; text-underline-offset: 5px; }
.d-contact-page .page-hero { padding-block: 60px 45px; }
.d-contact-page main > .section:first-of-type, .d-contact-page .page-hero + .section { padding-block: 38px 48px; }
.d-contact-page .contact-card { min-height: 215px; padding: 26px 30px; }
.d-contact-page .contact-label { margin-bottom: 15px; font-size: 10px; }
.d-contact-page .contact-card h2 { font-size: 24px; }
.d-contact-page .contact-value { font-size: 23px; margin: 10px 0 22px; }
.d-contact-page .contact-card .button { min-height: 42px; }
.enquiry-section { padding: 64px 0 70px; background: #edf3ee; border-block: 1px solid #d8e3d9; scroll-margin-top: 25px; }
.enquiry-section [hidden] { display: none !important; }
.enquiry-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 34px; }
.enquiry-heading > p { font-size: 15px; margin: 0; max-width: 480px; }
.enquiry-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: stretch; }
.enquiry-form, .enquiry-preview { min-width: 0; padding: 30px; border: 1px solid #d7e2da; background: #fff; border-radius: 5px; }
.form-section-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; }
.design .form-section-heading h3 { font-size: 19px; }
.optional-label { margin-left: auto; font-size: 10px; color: #697970; }
.enquiry-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.enquiry-field { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.enquiry-field.field-wide { grid-column: 1 / -1; }
.company-overview { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; padding-block: 12px 48px; }
.design .company-overview h2 { font-size: 27px; }
.company-overview p:not(.eyebrow) { margin: 0 0 15px; font-size: 15px; }
.product-details { padding: 9px 11px; border-radius: 3px; background: #edf8f0; color: #156a56; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.enquiry-field label { font-size: 13px; font-weight: 700; }
.enquiry-field label > span { color: #758079; font-size: 11px; font-weight: 400; margin-left: 5px; }
.enquiry-field input, .enquiry-field select, .enquiry-field textarea { min-width: 0; width: 100%; min-height: 47px; border: 1px solid #c4d2c9; border-radius: 3px; background: #fff; color: #112d40; padding: 11px 12px; font: inherit; font-size: 15px; line-height: 1.4; }
.enquiry-field textarea { resize: vertical; }
.enquiry-field select { -webkit-appearance: none; appearance: none; padding-right: 42px; background-image: url("select-chevron.svg"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px 12px; }
.enquiry-field input::placeholder, .enquiry-field textarea::placeholder { color: #78857d; }
.enquiry-field select:disabled { color: #7b8881; background-color: #f6f8f5; }
.enquiry-field :is(input,select,textarea):focus-visible, .enquiry-preview textarea:focus-visible, .enquiry-section button:focus-visible { outline: 3px solid #087f70; outline-offset: 3px; }
.field-hint { font-size: 10px; line-height: 1.5; color: #6c7b73; }
.field-error { color: #9a3032; font-size: 12px; line-height: 1.5; }
.enquiry-field [aria-invalid="true"] { border-color: #af3e3f; }
.enquiry-route { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 13px; margin-bottom: 24px; border: 1px solid #c3e1d2; background: #edf8f0; color: #156a56; border-radius: 3px; font-size: 12px; }
.enquiry-route button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-size: 23px; min-width: 28px; min-height: 28px; }
.enquiry-preview { background: #112d40; border-color: #112d40; color: #fff; display: flex; flex-direction: column; }
.design .enquiry-preview h3 { color: #fff; }
.enquiry-preview .step-number { color: #33d1b2; background: #214552; border-color: #40606a; }
.enquiry-preview > textarea { width: 100%; display: block; flex-grow: 1; min-height: 290px; resize: vertical; border: 1px solid #42616c; border-radius: 3px; padding: 19px; background: #1a3a4a; color: #e4eff0; font: inherit; font-size: 14px; line-height: 1.65; }
.design .enquiry-action-note { color: #b7ccd4; font-size: 12px; line-height: 1.6; margin: 20px 0; }
.enquiry-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.enquiry-actions .button { flex: 1 1 auto; min-height: 44px; font-size: 12px; padding-inline: 13px; white-space: nowrap; }
.enquiry-actions .button-outline { color: #fff; border-color: #78909a; }
.enquiry-actions [aria-disabled="true"] { opacity: .55; }
.enquiry-copy-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 21px; }
.copy-message { padding: 7px 0; border: 0; background: none; color: #a2e4d1; font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.enquiry-copy-row > a { font-size: 11px; color: #b7ccd4; text-underline-offset: 4px; }
.design .enquiry-status { font-size: 12px; color: #c5ede3; line-height: 1.5; margin: 10px 0 0; }
.enquiry-status:empty { display: none; }
@media (max-width: 1040px) {
  .wholesale-hero-grid, .wholesale-brand-heading, .wholesale-cta-grid, .faq-grid { gap: 35px; }
  .wholesale-intro .button-row { align-items: flex-start; flex-direction: column; }
  .wholesale-route { padding: 28px; }
  .purchase-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .enquiry-form, .enquiry-preview { padding: 23px; }
  .enquiry-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .optional-label { display: none; }
  .sku-grid, .sku-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sku-grid-two { max-width: none; }
}
@media (max-width: 760px) {
  .design .header-inner { position: relative; min-height: 112px; padding: 17px 0 0; }
  .design .site-nav { position: absolute; right: 0; bottom: 4px; height: 44px; padding: 0; gap: 8px; }
  .design .site-nav > a:not(.button) { position: static; min-height: 44px; padding: 0 6px; font-size: 12px; }
  .design .site-nav > a:not(.button)::after { display: none; }
  .design .site-nav > a[aria-current="page"] { color: #33d1b2; }
  .design .header-wa { position: absolute; right: 0; top: -55px; bottom: auto; white-space: nowrap; }
  .wholesale-hero { padding: 46px 0 44px; }
  .wholesale-hero-grid, .wholesale-brand-heading, .wholesale-route-grid, .wholesale-cta-grid, .faq-grid, .enquiry-heading, .enquiry-grid { grid-template-columns: 1fr; gap: 28px; }
  .wholesale-hero h1 { font-size: clamp(40px,10.5vw,62px); }
  .wholesale-intro p { font-size: 15px; margin-bottom: 22px; }
  .wholesale-intro .button-row { flex-direction: row; align-items: center; }
  .wholesale-brands, .wholesale-routes, .wholesale-process, .wholesale-faq { padding: 46px 0; }
  .design .wholesale-brand-heading h2 { font-size: 32px; }
  .wholesale-brand-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wholesale-brand { padding: 17px; }
  .wholesale-brand:nth-child(3) { border-left: 0; }
  .wholesale-brand:nth-child(n+3) { border-top: 1px solid #dde4df; }
  .wholesale-brand img { height: 115px; }
  .wholesale-brand > span { font-size: 12px; }
  .wholesale-route { padding: 25px; }
  .wholesale-route h3 { font-size: 25px; }
  .wholesale-route .button { width: 100%; }
  .purchase-steps { grid-template-columns: 1fr; gap: 25px; margin-top: 29px; }
  .purchase-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 8px 17px; }
  .purchase-steps h3 { margin: 6px 0 0; font-size: 20px; }
  .purchase-steps p { grid-column: 2; margin: 0; }
  .wholesale-cta { padding: 47px 0; }
  .wholesale-cta .button-row { align-items: flex-start; }
  .supply-next { align-items: flex-start; flex-direction: column; gap: 15px; }
  .d-contact-page .page-hero { padding-block: 40px 30px; }
  .d-contact-page .page-hero + .section { padding-block: 25px 32px; }
  .d-contact-page .contact-card { min-height: 0; padding: 23px; }
  .d-contact-page .contact-card-grid { gap: 14px; }
  .d-contact-page .contact-value { font-size: 22px; margin-bottom: 18px; }
  .catalog-brand { padding: 58px 0 50px; }
  .catalog-brand-head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 25px; }
  .catalog-brand-head > .text-link { margin: 0; }
  .sku-grid, .sku-grid-four, .sku-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .sku-copy { padding: 17px 15px 15px; }
  .design .sku-copy h3 { min-height: 45px; font-size: 17px; }
  .enquiry-section { padding-block: 43px; }
  .enquiry-heading { margin-bottom: 25px; gap: 21px; }
  .enquiry-heading > p { font-size: 14px; }
  .enquiry-form, .enquiry-preview { padding: 22px; }
  .enquiry-fields { grid-template-columns: 1fr; gap: 21px; }
  .company-overview { grid-template-columns: 1fr; gap: 17px; padding-block: 4px 34px; }
  .enquiry-field :is(input,select,textarea) { font-size: 16px; }
  .enquiry-preview > textarea { min-height: 275px; font-size: 14px; }
  .enquiry-grid { gap: 18px; }
  .enquiry-actions { flex-direction: column; }
  .enquiry-actions .button { width: 100%; }
  .enquiry-copy-row { gap: 12px; flex-wrap: wrap; }
  .d-contact-page.enquiry-in-view .mobile-whatsapp { display: none; }
}
@media (max-width: 520px) {
  .sku-grid, .sku-grid-four, .sku-grid-two { grid-template-columns: 1fr; }
  .sku-card { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
  .sku-image { align-self: start; }
  .sku-copy { min-height: 100%; }
  .design .sku-copy h3 { min-height: 0; }
}
