:root {
  --navy: #08223b;
  --blue: #087ea4;
  --cyan: #5bd6e7;
  --ice: #eef9fb;
  --muted: #627282;
  --line: #d8e5e9;
  --white: #fff;
  --shadow: 0 18px 55px rgba(8, 34, 59, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: #fbfdfd; font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(5vw, 24px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { width: 48px; height: 48px; display: block; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 12px rgba(8,34,59,.13); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: white; border-radius: 50% 50% 46% 54%; background: linear-gradient(135deg, var(--navy), var(--blue)); font-family: Manrope; font-weight: 800; }
.brand strong, .brand small { display: block; font-family: Manrope; line-height: 1.05; }
.brand strong { font-size: 15px; letter-spacing: .04em; }
.brand small { margin-top: 4px; color: var(--blue); font-size: 10px; letter-spacing: .2em; }
.main-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav a { padding: 28px 0 24px; border-bottom: 3px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); border-color: var(--blue); }
.menu-button { display: none; border: 0; background: none; font-size: 24px; color: var(--navy); }

main { overflow: hidden; }
.hero { max-width: 1440px; min-height: 560px; margin: auto; padding: 56px 32px; display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: 42px; align-items: stretch; }
.eyebrow { margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
h1, h2 { margin: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 680px; font-size: clamp(42px, 5vw, 68px); }
h2 { font-size: clamp(30px, 4vw, 44px); }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.primary-button, .calculate-button { display: inline-flex; justify-content: center; border: 0; border-radius: 12px; color: white; background: var(--blue); padding: 15px 23px; font-weight: 700; box-shadow: 0 10px 24px rgba(8,126,164,.23); cursor: pointer; transition: .2s; }
.primary-button:hover, .calculate-button:hover { background: #066b8c; transform: translateY(-1px); }
.water-card { height: 400px; overflow: hidden; position: relative; border-radius: 42px 42px 120px 42px; background: radial-gradient(circle at 20% 10%, #a4eff6, transparent 35%), linear-gradient(145deg, #0aa4c2, #064c72 78%); box-shadow: var(--shadow); }
.water-card::before { content: ""; position: absolute; inset: 48% -20% -30%; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.12); transform: rotate(-8deg); }
.koi-symbol { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.91); font-size: 130px; font-family: serif; text-shadow: 0 18px 45px rgba(0,25,50,.2); }
.bubble { position: absolute; display: block; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; }
.bubble-one { width: 64px; height: 64px; top: 45px; right: 60px; }
.bubble-two { width: 24px; height: 24px; top: 120px; right: 135px; }
.water-stat { position: absolute; left: 28px; right: 28px; bottom: 25px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: white; background: rgba(2,37,60,.35); backdrop-filter: blur(8px); }
.water-stat strong, .water-stat span { display: block; }
.water-stat span { margin-top: 3px; font-size: 13px; opacity: .8; }
.water-card.hero-technical-card { height: 100%; min-height: 448px; margin: 0; padding: 14px; display: flex; align-items: center; aspect-ratio: auto; overflow: hidden; border: 1px solid #c4e1ea; border-radius: 32px; background: #eaf7fb; box-shadow: 0 18px 48px rgba(8,34,59,.14); }
.water-card.hero-technical-card::before { display: none; }
.hero-technical-card img { width: 100%; height: auto; max-height: 100%; display: block; object-fit: contain; border-radius: 21px; }

.features { padding: 72px max(5vw, 24px); background: var(--navy); color: white; }
.features > * { max-width: 1116px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.features .eyebrow { color: var(--cyan); }
.status-pill { border: 1px solid rgba(255,255,255,.25); border-radius: 99px; padding: 7px 12px; font-size: 11px; color: #cbe5ec; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { min-height: 176px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: rgba(255,255,255,.63); background: rgba(255,255,255,.045); }
.feature-card.available { color: white; background: linear-gradient(145deg, rgba(91,214,231,.19), rgba(255,255,255,.065)); transition: .2s; }
.feature-card.available:hover { transform: translateY(-4px); border-color: rgba(91,214,231,.6); }
.feature-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(91,214,231,.12); font-size: 22px; }
.feature-card strong, .feature-card small { display: block; }
.feature-card strong { font-size: 17px; }
.feature-card small.construction-label { width: max-content; margin: 0 0 9px; padding: 4px 7px; border: 1px solid rgba(255,210,122,.55); border-radius: 999px; color: #ffd27a; background: rgba(255,193,72,.1); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1; opacity: 1; }
.feature-card small { margin-top: 7px; line-height: 1.4; opacity: .62; }
.arrow { align-self: end; font-size: 24px; }

.calculator-section { max-width: 1116px; margin: auto; padding: 100px 24px 110px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.feed-section { max-width: none; padding-left: max(calc((100vw - 1116px) / 2 + 24px), 24px); padding-right: max(calc((100vw - 1116px) / 2 + 24px), 24px); background: var(--ice); }
.feed-section .calculator-intro { order: 2; }
.feed-section .calculator-card { order: 1; }
.calculator-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.formula-note { margin-top: 30px; padding: 19px; border-left: 4px solid var(--cyan); border-radius: 0 10px 10px 0; background: var(--ice); }
.formula-note strong, .formula-note span { display: block; }
.formula-note span { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.calculator-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.shape-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; margin-bottom: 25px; border-radius: 12px; background: #edf3f5; }
.shape-tab { padding: 11px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-weight: 700; cursor: pointer; }
.shape-tab.active { color: var(--navy); background: white; box-shadow: 0 3px 12px rgba(8,34,59,.08); }
form > label, .field-grid label { display: block; margin-bottom: 17px; color: var(--muted); font-size: 13px; font-weight: 600; }
.field-help { display: block; margin-top: 6px; color: #82919c; font-weight: 400; line-height: 1.45; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-grid.hidden { display: none; }
.input-wrap { display: flex; align-items: center; margin-top: 7px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fbfdfd; }
.input-wrap:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,126,164,.1); }
.input-wrap input { min-width: 0; width: 100%; padding: 13px; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 17px; font-weight: 700; }
.input-wrap span { padding-right: 13px; color: #8a98a3; font-size: 12px; }
.calculate-button { width: 100%; margin-top: 2px; }
.result-panel { margin-top: 22px; padding: 23px; border-radius: 16px; color: white; background: linear-gradient(135deg, var(--navy), #0a5875); }
.result-panel > p { margin: 0 0 6px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.result-panel > strong { display: block; font-family: Manrope; font-size: 34px; }
.result-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 13px; }
.result-details span { padding: 12px; border-radius: 10px; background: rgba(255,255,255,.08); }
.result-details small, .result-details b { display: block; }
.result-details small { opacity: .65; }
.result-details b { margin-top: 4px; }
.disclaimer { display: block; opacity: .57; line-height: 1.4; }
.feed-result { background: linear-gradient(135deg, #084c56, #087ea4); }
.feed-result .result-details { grid-template-columns: repeat(3, 1fr); }
.koi-groups-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 10px; }
.koi-groups-heading strong { font-size: 14px; }
.koi-groups-heading small { color: var(--muted); font-size: 11px; }
.koi-group { display: grid; grid-template-columns: 1.2fr .9fr 34px; gap: 10px; align-items: end; margin-bottom: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #f8fbfc; }
.koi-group label { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; }
.koi-group .input-wrap { background: white; }
.remove-group { width: 34px; height: 43px; border: 0; border-radius: 9px; color: #8a98a3; background: #e8f0f2; font-size: 21px; cursor: pointer; }
.remove-group:hover { color: #b44343; background: #f8e9e9; }
.add-group { width: 100%; margin: 1px 0 19px; padding: 10px; border: 1px dashed #92b5c0; border-radius: 10px; color: var(--blue); background: white; font-size: 13px; font-weight: 700; cursor: pointer; }
.add-group:hover { background: var(--ice); }
.treatment-section { border-top: 1px solid var(--line); }
.treatment-card { position: relative; }
.form-step { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; font-family: Manrope; font-size: 16px; }
.form-step span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 12px; }
.treatment-step { margin-top: 28px; }
.quarantine-shape-tab, .treatment-tab { padding: 11px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-weight: 700; cursor: pointer; }
.quarantine-shape-tab.active, .treatment-tab.active { color: var(--navy); background: white; box-shadow: 0 3px 12px rgba(8,34,59,.08); }
.treatment-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 5px; margin-bottom: 18px; border-radius: 12px; background: #edf3f5; }
.treatment-fields { margin-bottom: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: #f8fbfc; }
.treatment-fields.hidden { display: none; }
.treatment-fields > label, .treatment-fields .field-grid label { margin-bottom: 0; }
.treatment-fields .field-help { margin-top: 3px; }
.treatment-result { background: linear-gradient(135deg, #3d3457, #087ea4); }
.safety-note { margin-top: 14px; padding: 17px 19px; border: 1px solid #f1d4a6; border-radius: 10px; color: #694c1c; background: #fff8e9; }
.safety-note strong, .safety-note span { display: block; }
.safety-note span { margin-top: 5px; font-size: 12px; line-height: 1.5; }

.variety-section { padding: 100px max(5vw, 24px) 110px; background: #f7fbfc; }
.variety-section > * { max-width: 1116px; margin-left: auto; margin-right: auto; }
.variety-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; }
.variety-heading > div:first-child > p:last-child { max-width: 650px; margin: 17px 0 0; color: var(--muted); line-height: 1.65; }
.variety-stat { min-width: 112px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: white; }
.variety-stat strong, .variety-stat span { display: block; }
.variety-stat strong { color: var(--blue); font-family: Manrope; font-size: 31px; }
.variety-stat span { color: var(--muted); font-size: 11px; }
.variety-tools { margin-top: 34px; }
.search-box { display: flex; align-items: center; gap: 10px; max-width: 520px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.search-box:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,126,164,.1); }
.search-box span { color: var(--blue); font-size: 23px; }
.search-box input { width: 100%; padding: 14px 0; border: 0; outline: 0; color: var(--navy); background: transparent; }
.variety-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.variety-filter { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: white; font-size: 12px; font-weight: 700; cursor: pointer; }
.variety-filter:hover, .variety-filter.active { color: white; border-color: var(--blue); background: var(--blue); }
.variety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 32px; }
.variety-card { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 8px 24px rgba(8,34,59,.055); }
.variety-visual { height: 210px; position: relative; overflow: hidden; background: var(--pattern); }
.variety-visual::after { content: ""; position: absolute; width: 130px; height: 58px; top: 27px; right: -17px; border-radius: 60% 38% 55% 45%; border: 2px solid rgba(255,255,255,.55); background: rgba(255,255,255,.14); transform: rotate(-5deg); }
.variety-visual.has-photo { background: #118bc4; }
.variety-visual.has-photo::after { display: none; }
.variety-photo { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.variety-group { position: absolute; z-index: 1; left: 15px; top: 14px; padding: 5px 9px; border-radius: 99px; color: white; background: rgba(8,34,59,.72); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.variety-body { padding: 21px; }
.variety-body h3 { margin: 0; font-family: Manrope; font-size: 21px; }
.variety-japanese { display: block; margin-top: 3px; color: var(--blue); font-size: 11px; font-weight: 700; }
.variety-colors { display: block; margin-top: 13px; color: #748590; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.variety-summary { min-height: 66px; margin: 10px 0 15px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.variety-body details { border-top: 1px solid var(--line); }
.variety-body summary { padding-top: 14px; color: var(--blue); font-size: 12px; font-weight: 800; cursor: pointer; }
.variety-details { padding-top: 13px; }
.variety-details div { margin-bottom: 12px; }
.variety-details strong, .variety-details span { display: block; }
.variety-details strong { margin-bottom: 3px; font-size: 11px; }
.variety-details span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.empty-varieties { padding: 40px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; background: white; }
.empty-varieties.hidden { display: none; }
.classification-note { margin-top: 28px; padding: 23px 25px; border-left: 4px solid var(--cyan); border-radius: 0 13px 13px 0; background: #e6f6f8; }
.classification-note > strong { font-family: Manrope; }
.classification-note p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.home-articles { padding: 95px max(5vw, 24px) 100px; background: white; }
.home-articles > * { max-width: 1116px; margin-left: auto; margin-right: auto; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 800; }
.article-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.article-card { min-height: 285px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fbfdfd; transition: .2s; }
.article-card:hover { transform: translateY(-4px); border-color: #9ec9d5; box-shadow: var(--shadow); }
.article-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, var(--navy), #0b6e8e); }
.article-category { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.featured .article-category { color: var(--cyan); }
.article-card h3 { margin: 21px 0 13px; font-family: Manrope; font-size: 23px; line-height: 1.25; }
.article-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.featured p { color: #bdd4de; }
.read-more { margin-top: auto; padding-top: 25px; color: var(--blue); font-size: 12px; font-weight: 800; }
.featured .read-more { color: var(--cyan); }

.article-site { background: #f7fbfc; }
.article-hero { padding: 72px max(5vw, 24px) 65px; color: white; background: linear-gradient(140deg, var(--navy), #075f7d); }
.article-hero > div { max-width: 900px; margin: auto; }
.article-hero h1 { max-width: 850px; font-size: clamp(38px, 5vw, 62px); }
.article-hero p:last-child { max-width: 680px; margin: 20px 0 0; color: #c3dbe4; font-size: 17px; line-height: 1.65; }
.breadcrumb { margin-bottom: 25px; color: var(--cyan); font-size: 12px; font-weight: 700; }
.breadcrumb a { opacity: .82; }
.article-index { max-width: 1116px; margin: auto; padding: 70px 24px 100px; }
.article-index .article-card-grid { margin-top: 30px; }
.article-shell { max-width: 820px; margin: auto; padding: 65px 24px 100px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 32px; color: var(--muted); font-size: 12px; }
.article-content { padding: 45px clamp(23px, 6vw, 62px); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 36px rgba(8,34,59,.07); }
.article-content h2 { margin: 42px 0 15px; font-size: 29px; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 28px 0 10px; font-family: Manrope; }
.article-content p, .article-content li { color: #475c6b; font-size: 15px; line-height: 1.78; }
.article-content ul, .article-content ol { padding-left: 21px; }
.article-content li + li { margin-top: 7px; }
.article-figure { max-width: 510px; margin: 30px auto; }
.article-figure img { width: 100%; max-height: 680px; display: block; object-fit: contain; border-radius: 16px; background: #0d82bd; }
.article-figure figcaption { padding-top: 10px; color: #6d808c; font-size: 12px; line-height: 1.55; text-align: center; }
.article-callout { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--cyan); border-radius: 0 12px 12px 0; background: var(--ice); }
.article-callout strong { display: block; margin-bottom: 5px; }
.article-callout p { margin: 0; font-size: 13px; }
.article-cta { margin-top: 45px; padding: 24px; border-radius: 16px; color: white; background: var(--navy); }
.article-cta h3 { margin-top: 0; }
.article-cta p { color: #bfd0d9; }
.article-cta .primary-button { margin-top: 4px; }
.article-sources { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.article-sources h3 { font-size: 14px; }
.article-sources a { color: var(--blue); }

.recommendation-hero h1 { max-width: 760px; }
.recommendation-index { max-width: 1116px; margin: auto; padding: 72px 24px 100px; }
.recommendation-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.category-count { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: white; font-size: 12px; font-weight: 700; }
.product-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-category-card { min-height: 245px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(8,34,59,.055); }
.category-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: var(--ice); font-family: Manrope; font-size: 12px; font-weight: 800; }
.product-category-card h3 { margin: 24px 0 10px; font-family: Manrope; font-size: 22px; }
.product-category-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.product-category-card small { display: block; margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 700; line-height: 1.55; }
.affiliate-disclosure { margin-top: 30px; padding: 24px 27px; border-left: 4px solid var(--cyan); border-radius: 0 14px 14px 0; background: #e6f6f8; }
.affiliate-disclosure strong { font-family: Manrope; }
.affiliate-disclosure p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.farm-hero h1 { max-width: 790px; }
.farm-directory { max-width: 1116px; margin: auto; padding: 72px 24px 100px; }
.farm-directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 32px; }
.farm-directory-heading > div > p:last-child { max-width: 680px; margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.farm-area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.farm-area-card { border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 8px 24px rgba(8,34,59,.05); }
.farm-area-card summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; list-style: none; cursor: pointer; }
.farm-area-card summary::-webkit-details-marker { display: none; }
.farm-area-card summary span, .farm-area-card summary small, .farm-area-card summary strong { display: block; }
.farm-area-card summary small { margin-bottom: 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.farm-area-card summary strong { font-family: Manrope; font-size: 19px; }
.farm-area-card summary b { color: var(--blue); font-size: 22px; transition: transform .2s; }
.farm-area-card[open] summary b { transform: rotate(45deg); }
.farm-area-card p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.farm-profile-preview { margin-top: 32px; padding: 31px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: center; border-radius: 20px; color: white; background: linear-gradient(140deg, var(--navy), #075f7d); }
.farm-profile-preview h2 { font-size: 31px; }
.farm-profile-preview > div:first-child > p:last-child { color: #bdd4de; font-size: 14px; line-height: 1.65; }
.farm-profile-preview .eyebrow { color: var(--cyan); }
.farm-labels { display: grid; gap: 9px; }
.farm-labels span { padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.07); }
.farm-labels b, .farm-labels small { display: block; }
.farm-labels b { color: var(--cyan); font-size: 13px; }
.farm-labels small { margin-top: 3px; color: #bed3dc; line-height: 1.45; }

.farm-results { margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.farm-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.farm-listing { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fbfdfd; box-shadow: 0 12px 35px rgba(8,34,59,.07); }
.farm-identity { display: flex; gap: 18px; align-items: center; }
.farm-monogram { flex: 0 0 74px; height: 74px; display: grid; place-items: center; border-radius: 20px; color: white; background: linear-gradient(145deg, var(--blue), var(--navy)); font: 800 20px Manrope, sans-serif; letter-spacing: .05em; }
.farm-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; }
.farm-badges span { padding: 5px 9px; border-radius: 99px; color: #076881; background: #dff5f8; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.farm-badges .badge-muted { color: #685727; background: #f6edcf; }
.farm-identity h3 { margin: 0; font: 800 28px Manrope, sans-serif; }
.farm-identity p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.farm-description { max-width: 760px; margin: 25px 0; color: #405667; font-size: 16px; line-height: 1.7; }
.farm-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; }
.farm-facts div { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.farm-facts dt { color: #80909a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.farm-facts dd { margin: 7px 0 0; color: var(--navy); font-size: 13px; line-height: 1.5; }
.farm-address { display: grid; grid-template-columns: 110px 1fr; gap: 14px; margin-top: 18px; padding: 17px 19px; border-left: 4px solid var(--cyan); border-radius: 0 12px 12px 0; background: var(--ice); }
.farm-address strong { font-size: 12px; }
.farm-address span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.farm-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 23px; }
.secondary-button { display: inline-flex; justify-content: center; padding: 14px 20px; border: 1px solid #91becb; border-radius: 12px; color: var(--blue); background: white; font-weight: 700; }
.secondary-button:hover { border-color: var(--blue); background: var(--ice); }
.farm-note { margin: 20px 0 0; color: #82919c; font-size: 11px; line-height: 1.55; }

.water-guide { padding: 95px max(5vw, 24px) 100px; color: white; background: var(--navy); }
.water-guide > * { max-width: 1116px; margin-left: auto; margin-right: auto; }
.water-guide .eyebrow { color: var(--cyan); }
.water-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.water-grid article { padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.055); }
.water-grid .number { color: var(--cyan); font-family: Manrope; font-size: 12px; }
.water-grid h3 { margin: 18px 0 10px; font-family: Manrope; font-size: 25px; }
.water-grid strong { display: block; color: var(--cyan); font-size: 13px; }
.water-grid p { min-height: 96px; color: #c2d2db; font-size: 14px; line-height: 1.55; }
.water-grid small { display: block; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); color: #91aab7; line-height: 1.5; }
.guide-disclaimer { margin-top: 21px; color: #8198a5; font-size: 12px; line-height: 1.55; }

footer { display: flex; justify-content: space-between; padding: 26px max(5vw, 24px); color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }

@media (max-width: 800px) {
  .topbar { height: 68px; }
  .brand-logo { width: 44px; height: 44px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 8px 24px 18px; flex-direction: column; gap: 0; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border: 0; }
  .hero { min-height: auto; padding: 55px 24px 70px; grid-template-columns: 1fr; gap: 40px; }
  .water-card { height: 310px; }
  .water-card.hero-technical-card { height: auto; min-height: 0; padding: 9px; aspect-ratio: 16 / 9; border-radius: 24px; }
  .hero-technical-card img { border-radius: 16px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .calculator-section { padding-top: 75px; grid-template-columns: 1fr; gap: 35px; }
  .feed-section .calculator-intro { order: 1; }
  .feed-section .calculator-card { order: 2; }
  .water-grid { grid-template-columns: 1fr; }
  .water-grid p { min-height: auto; }
  .feed-result .result-details { grid-template-columns: 1fr 1fr; }
  .variety-grid { grid-template-columns: 1fr 1fr; }
  .article-card-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 230px; }
  .product-category-grid { grid-template-columns: 1fr 1fr; }
  .farm-profile-preview { grid-template-columns: 1fr; gap: 22px; }
  .farm-facts { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  h1 { font-size: 39px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .water-card { height: 275px; border-radius: 28px 28px 80px 28px; }
  .koi-symbol { font-size: 100px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 135px; }
  .calculator-card { padding: 20px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .koi-group { grid-template-columns: 1fr 1fr 32px; padding: 10px; }
  .koi-group .input-wrap input { padding: 11px 8px; }
  .koi-group .input-wrap span { padding-right: 8px; }
  .feed-result .result-details { grid-template-columns: 1fr; }
  .treatment-tabs { grid-template-columns: 1fr; }
  .variety-heading { align-items: start; }
  .variety-stat { display: none; }
  .variety-grid { grid-template-columns: 1fr; }
  .variety-summary { min-height: auto; }
  .recommendation-heading { align-items: start; }
  .category-count { display: none; }
  .product-category-grid { grid-template-columns: 1fr; }
  .product-category-card { min-height: auto; }
  .farm-directory-heading { align-items: start; }
  .farm-area-grid { grid-template-columns: 1fr; }
  .farm-profile-preview { padding: 24px; }
  .farm-results-heading { align-items: start; }
  .farm-listing { padding: 21px; }
  .farm-monogram { flex-basis: 58px; height: 58px; border-radius: 16px; font-size: 16px; }
  .farm-identity h3 { font-size: 22px; }
  .farm-facts { grid-template-columns: 1fr; }
  .farm-address { grid-template-columns: 1fr; gap: 5px; }
  .farm-contact-actions .primary-button { width: 100%; }
  .farm-results-heading .category-count { display: block; }
  footer { flex-direction: column; gap: 7px; }
}
