/* GardenVibz — build-free, self-contained website. */
:root {
  --ink: #193b2f;
  --text: #283b32;
  --muted: #626b63;
  --paper: #fff;
  --soft: #f5f6f2;
  --line: #dfe4dc;
  --accent: #b9c890;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--text); background: var(--paper); font: 400 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button[hidden], [hidden] { display: none !important; }
p, h1, h2, h3, figure, dl { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); color: var(--ink); }
em { font-weight: 400; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
::selection { background: #dce6ce; color: var(--ink); }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 100px; }
.eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; line-height: 1.7; }
.muted { color: var(--muted); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 22px; background: white; border: 2px solid var(--ink); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 36px; }
.wordmark { font-size: 1.9rem; font-weight: 500; line-height: 1.2; letter-spacing: -.075em; color: var(--ink); white-space: nowrap; }
.wordmark > span:first-child { font-weight: 700; }
.brand-dot { color: #7a8e52; }
.main-navigation { display: flex; align-items: center; gap: 34px; font-size: .875rem; }
.main-navigation a { padding-block: 9px; }
.main-navigation a:hover, .footer-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.main-navigation .nav-contact { margin-left: 12px; display: flex; gap: 24px; border-bottom: 1px solid var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: .875rem; padding: 10px 0 10px 16px; }
.menu-toggle span { margin-left: 14px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-block: 54px 58px; }
.hero-copy { padding-block: 18px; }
.hero .eyebrow { margin-bottom: 27px; }
h1 { font-size: clamp(3.25rem, 5.1vw, 4.8rem); line-height: 1.08; letter-spacing: -.048em; }
h1 em { color: #526d3d; }
.hero-description { max-width: 360px; margin-block: 28px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 15px 24px; min-height: 54px; max-width: 100%; font-size: .875rem; border: 1px solid transparent; transition: background .18s ease; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2f5543; }
.button span { font-size: 1.2rem; }
.hero-note { display: flex; gap: 14px; align-items: center; margin-top: 37px; color: var(--muted); font-size: .8125rem; }
.small-rule { width: 28px; height: 1px; background: #829175; }
.hero-visual { position: relative; align-self: stretch; min-height: 510px; background: #dee4d6; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 42% 50%; }
.hero-visual figcaption { position: absolute; inset: auto 0 0; padding: 54px 28px 22px; display: flex; justify-content: space-between; gap: 20px; color: white; background: linear-gradient(transparent, rgba(15,30,15,.72)); font-size: .8125rem; }
.benefit-band { background: var(--soft); border-block: 1px solid var(--line); }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 24px; }
.benefits p { display: flex; align-items: center; justify-content: center; gap: 22px; font-size: .875rem; border-left: 1px solid var(--line); }
.benefits p:first-child { border-left: 0; }
.benefit-number { font-family: var(--serif); font-style: italic; color: #738165; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 42px; }
.section-index { font-size: .75rem; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 88px; align-items: center; }
.product-image-wrap { position: relative; background: var(--soft); aspect-ratio: 1; padding: 58px 34px 50px; display: grid; align-items: center; }
.product-image-wrap img { width: 100%; height: 100%; max-height: 480px; object-fit: contain; mix-blend-mode: multiply; }
.image-label, .image-caption { position: absolute; font-size: .75rem; color: var(--muted); }
.image-label { left: 24px; top: 20px; }
.image-caption { left: 24px; bottom: 18px; }
.gallery-controls { display: flex; gap: 24px; margin-top: 16px; }
.view-button { padding: 8px 0; background: transparent; border: 0; border-bottom: 1px solid transparent; color: var(--muted); font-size: .875rem; }
.view-button.is-active { border-color: var(--ink); color: var(--ink); }
h2 { font-size: clamp(2.5rem, 3.8vw, 3.6rem); line-height: 1.12; letter-spacing: -.04em; }
.product-name { font-size: 1.125rem; margin-top: 26px; margin-bottom: 12px; }
.product-copy > .muted { max-width: 435px; }
.colour-picker { margin-top: 26px; }
.field-label { font-size: .875rem; }
.selected-colour { color: var(--muted); margin-left: 20px; }
.swatches { display: flex; gap: 8px; margin-top: 10px; }
.swatch { width: 44px; height: 44px; padding: 6px; border: 1px solid transparent; border-radius: 50%; background: transparent; }
.swatch.is-active { border-color: var(--ink); }
.swatch-fill { display: block; width: 100%; height: 100%; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); }
.swatch-green { background: #626e42; }
.swatch-black { background: #222622; }
.swatch-purple { background: #8a3896; }
.product-specs { margin-top: 25px; border-top: 1px solid var(--line); }
.product-specs > div { display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-block: 10px; font-size: .875rem; }
.product-specs dt { color: var(--muted); }
.product-specs dd { margin: 0; text-align: right; }
.fit-note { color: var(--muted); font-size: .875rem; margin-top: 14px; line-height: 1.65; }
.fit-note a { text-decoration: underline; text-underline-offset: 3px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 100%; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: .875rem; }
.text-link:hover { color: #496639; border-color: #496639; }
.product-copy > .text-link { margin-top: 24px; }
.no-script-colours { display: flex; gap: 12px; }
.no-script-colours img { width: 45%; }
.care-section { background: var(--soft); }
.care-grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: 88px; align-items: start; }
.care-photo { background: white; }
.care-photo img { aspect-ratio: 1; object-fit: cover; }
.care-photo p { padding: 23px 25px; font-family: var(--serif); font-size: 1.5rem; letter-spacing: -.025em; }
.care-copy h2 { margin-top: -8px; margin-bottom: 32px; }
.care-accordions { border-top: 1px solid #d1d9cc; margin-bottom: 26px; }
details { border-bottom: 1px solid #d1d9cc; scroll-margin-top: 110px; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; padding-block: 19px; font-size: 1rem; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 1.2rem; font-weight: 300; transition: transform .15s ease; }
details[open] summary span { transform: rotate(45deg); }
.detail-content { padding-bottom: 24px; color: var(--muted); font-size: .9375rem; }
.detail-content p + p { margin-top: 12px; }
.document-format { margin-top: 9px; color: var(--muted); font-size: .75rem; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { margin-bottom: 26px; }
.contact-copy { max-width: 430px; }
.contact-copy > p { color: var(--muted); margin-bottom: 24px; }
.email-link { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-size: clamp(1rem, 1.65vw, 1.375rem); }
.email-link:hover { color: #496639; }
.documents-link { margin-top: 24px; }
.site-footer { background: #173e32; color: #f2f4ed; padding-top: 54px; }
.site-footer .wordmark { color: #fff; }
.site-footer .brand-dot { color: var(--accent); }
.site-footer :focus-visible { outline-color: #d8e4bf; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr .65fr; gap: 50px; padding-bottom: 48px; }
.footer-tagline { font-size: .875rem; color: #c4d1c2; margin-top: 15px; }
.manufacturer { font-size: .875rem; }
.footer-label { font-size: .75rem; color: #becdb9; margin-bottom: 12px; }
.manufacturer address { font-size: .8125rem; font-style: normal; line-height: 1.8; color: #c4d1c2; margin-top: 10px; }
.footer-nav { display: grid; justify-self: end; gap: 10px; align-content: start; font-size: .875rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 22px; border-top: 1px solid #3d5c4f; color: #c4d1c2; font-size: .75rem; }
.footer-bottom a { font-size: .8125rem; }
.footer-bottom a span { margin-left: 15px; }
/* Document centre shares the same quiet typographic system. */
.document-main { padding-top: 48px; padding-bottom: 95px; }
.breadcrumb { display: flex; gap: 12px; font-size: .8125rem; color: var(--muted); margin-bottom: 60px; }
.breadcrumb a:hover { text-decoration: underline; }
.document-intro { max-width: 760px; }
.document-intro .eyebrow { margin-bottom: 20px; }
.document-intro h1 { font-size: clamp(2.75rem, 5vw, 4.5rem); }
.document-intro > p:last-child { margin-top: 26px; color: var(--muted); max-width: 560px; }
.document-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(250px, 1fr); gap: 80px; margin-top: 55px; }
.resource { border-top: 1px solid var(--line); padding-block: 28px 32px; }
.resource h2 { font: 400 1.65rem/1.3 var(--serif); letter-spacing: -.025em; }
.resource > p { color: var(--muted); margin-block: 13px 23px; max-width: 550px; }
.resource .document-format { margin-block: 12px 0; }
.resource-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.resource-number { font-family: var(--serif); color: var(--muted); }
.publication-status { display: inline-block; font-size: .8125rem; color: #685321; background: #f6f0df; padding: 5px 10px; margin-top: 14px; }
.document-aside { padding: 27px; background: var(--soft); align-self: start; }
.document-aside h2 { font: 500 1rem/1.5 var(--sans); letter-spacing: 0; }
.document-aside .product-specs { margin-top: 20px; }
.document-aside > p { font-size: .875rem; color: var(--muted); margin-top: 20px; }
.document-aside .text-link { margin-top: 20px; }
.doc-contact { margin-top: 30px; padding: 28px 0; border-top: 1px solid var(--line); }
.doc-contact h2 { font-size: 2rem; }
.doc-contact p { color: var(--muted); margin-block: 14px 20px; }
@media (min-width: 1600px) { .hero-visual { min-height: 590px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .hero { gap: 36px; }
  .hero-visual { min-height: 485px; }
  h1 { font-size: clamp(3rem, 5.3vw, 4rem); }
  .main-navigation { gap: 23px; }
  .product-grid, .care-grid { gap: 45px; }
  .product-image-wrap { padding-inline: 20px; }
  .section-space { padding-block: 78px; }
  .footer-top { gap: 25px; }
  .document-grid { gap: 40px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; }
  .wordmark { font-size: 1.75rem; }
  .menu-toggle:not([hidden]) { display: block; }
  .main-navigation { width: 100%; gap: 8px 24px; flex-wrap: wrap; padding-bottom: 16px; }
  .js .main-navigation { display: none; }
  .js .main-navigation.is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .main-navigation .nav-contact { margin-left: 0; justify-self: start; gap: 14px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-block: 42px 30px; }
  .hero-copy { padding-block: 0; }
  .hero .eyebrow { margin-bottom: 22px; }
  h1 { font-size: clamp(2.85rem, 8.8vw, 4.25rem); }
  .hero-description { margin-block: 22px; max-width: 355px; }
  .hero-note { margin-top: 24px; }
  .hero-visual { min-height: 0; aspect-ratio: 1.12; }
  .hero-visual > img { object-position: center; }
  .hero-visual figcaption { padding: 48px 20px 16px; }
  .benefits { padding-block: 18px; gap: 12px; }
  .benefits p { display: block; text-align: center; font-size: .875rem; line-height: 1.6; padding-inline: 4px; }
  .benefit-number { display: block; margin-bottom: 3px; }
  .section-space { padding-block: 62px; }
  .section-heading { margin-bottom: 28px; }
  .section-index { display: none; }
  .product-grid, .care-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-image-wrap { padding: 50px 25px 44px; }
  .product-image-wrap img { max-height: none; }
  .product-copy h2 { font-size: 2.8rem; }
  .product-name { margin-top: 22px; }
  .product-copy > .muted { max-width: none; }
  .care-copy h2 { margin-top: 0; font-size: 2.65rem; }
  .care-photo img { max-height: 440px; width: 100%; object-fit: contain; }
  .care-photo p { padding: 18px 20px; }
  .contact-section { grid-template-columns: 1fr; gap: 28px; }
  .contact-section .eyebrow { margin-bottom: 20px; }
  .contact-copy { max-width: none; }
  .email-link { font-size: 1.1rem; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .manufacturer { grid-column: 1 / -1; grid-row: 2; }
  .footer-nav { font-size: .875rem; grid-template-columns: 1fr 1fr; justify-self: stretch; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
  .document-main { padding-top: 30px; padding-bottom: 55px; }
  .breadcrumb { margin-bottom: 40px; }
  .document-grid { grid-template-columns: 1fr; margin-top: 38px; gap: 24px; }
  .document-aside { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .gallery-controls, .colour-picker, .skip-link { display: none !important; }
  .container { width: 100%; }
  .section-space { padding-block: 25px; }
  .site-footer { background: white; color: black; }
  .site-footer .wordmark, .site-footer p, .site-footer address { color: black; }
}
