/* Leafy & Me — Bootstrap provides the responsive grid; this layer provides the identity.
   Appearance follows the operating system with CSS only. No runtime JavaScript. */
:root {
  color-scheme: light dark;
  --paper: #f7f7ef;
  --surface: #ffffff;
  --soft: #ebeee2;
  --ink: #203e30;
  --muted: #59665a;
  --accent: #315b3e;
  --line: #d8ddcf;
  --button: #294d35;
  --button-text: #fff;
  --footer: #183b2c;
  --bs-body-bg: var(--paper);
  --bs-body-color: var(--ink);
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-link-color: var(--accent);
  --bs-link-hover-color: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { color: #fff; background: #467450; }
a { color: var(--accent); text-underline-offset: .22em; }
a:hover { color: var(--ink); }
a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 3px; }
.icon { flex-shrink: 0; vertical-align: middle; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.09; }
h1 { font-size: clamp(3.4rem, 5.7vw, 5.8rem); }
h2 { font-size: clamp(2.55rem, 4vw, 3.9rem); }
h3 { font-size: 1.18rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.4; }
h1 em, h2 em { font-weight: 400; color: var(--accent); }
p { color: var(--muted); }
.container { padding-left: 28px; padding-right: 28px; }
@media (min-width: 1400px) { .container { max-width: 1260px; } }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 12px 20px; z-index: 100; background: var(--surface); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 106px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: none; font-size: 2.25rem; font-weight: 600; letter-spacing: -.085em; line-height: 1; }
.brand .icon { width: 35px; height: 35px; }
.brand-dot { color: var(--accent); }
.main-nav { display: flex; gap: 32px; align-items: center; }
.main-nav a { text-decoration: none; font-size: .9rem; font-weight: 500; color: var(--muted); padding: 14px 0; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--ink); }
.main-nav a[aria-current] { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 56px; padding: 15px 24px; border: 1px solid var(--button); border-radius: 7px; background: var(--button); color: var(--button-text); text-decoration: none; font-weight: 500; font-size: .94rem; line-height: 1.5; transition: background-color .18s, transform .18s; }
.button:hover { background: var(--ink); border-color: var(--ink); color: var(--button-text); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .85rem; }
.button-small .icon { width: 18px; }
.eyebrow { color: var(--accent); font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 25px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin: 0 8px 1px 0; }
.hero { padding: 74px 0 66px; }
.hero h1 { margin-bottom: 26px; }
.hero-description { font-size: 1.05rem; line-height: 1.85; max-width: 480px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 500; text-decoration: none; font-size: .91rem; }
.text-link:hover { text-decoration: underline; }
.device-note { display: flex; align-items: center; gap: 10px; font-size: .73rem; margin: 32px 0 0; }
.device-note .icon { width: 17px; height: 17px; }
.hero-art { position: relative; margin: 0 0 0 28px; padding-left: 28px; }
.hero-photo-wrap { height: 527px; overflow: hidden; border-radius: 140px 12px 12px 12px; background: var(--soft); position: relative; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 65%, #071b1266); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.photo-label { position: absolute; top: 26px; right: 18px; writing-mode: vertical-rl; color: white; text-shadow: 0 1px 5px #000; font-size: .65rem; letter-spacing: .09em; }
.care-note { display: flex; align-items: center; gap: 14px; position: absolute; left: 0; bottom: 58px; background: var(--surface); border: 1px solid var(--line); padding: 21px 22px; border-radius: 12px; box-shadow: 0 8px 35px #0e291915; }
.care-note-icon { display: grid; place-items: center; width: 42px; height: 48px; background: var(--soft); color: var(--accent); border-radius: 10px; }
.care-note strong { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 2px; }
.care-note div > span:last-child { display: block; font-size: .74rem; color: var(--muted); }
.small-label { font-size: .52rem; letter-spacing: .1em; display: block; margin-bottom: 5px; color: var(--muted); }
.care-note-check { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.care-note-check .icon { width: 14px; height: 14px; }
.hero-art figcaption { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; font-size: .62rem; color: var(--muted); }
.hero-art figcaption a { margin-left: auto; }
.promise-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 23px; padding-bottom: 23px; }
.promise-inner span { display: flex; align-items: center; gap: 12px; font-size: .8rem; }
.promise-inner .icon { width: 21px; height: 21px; }
.section-space { padding: 100px 0; }
.section-heading { margin-bottom: 55px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2 { margin-bottom: 0; }
.section-description { max-width: 380px; margin-bottom: 5px; margin-left: auto; }
.feature-item { border-top: 1px solid var(--line); padding: 25px 22px 12px 0; height: 100%; }
.feature-icon { display: inline-flex; color: var(--accent); margin-bottom: 23px; }
.feature-icon .icon { width: 29px; height: 29px; }
.feature-item h3 { margin-bottom: 13px; }
.feature-item p { font-size: .9rem; line-height: 1.8; margin: 0; max-width: 345px; }
.feature-grid { --bs-gutter-y: 2.2rem; }
.catalog-section { padding: 86px 0; background: var(--soft); }
.plant-gallery { display: flex; gap: 22px; padding-right: 25px; align-items: flex-start; }
.plant-card { width: 50%; background: var(--surface); padding: 9px; margin: 0; box-shadow: 0 8px 24px #19342408; }
.plant-card-first { transform: rotate(-5deg); }
.plant-card-second { transform: rotate(5deg); margin-top: 95px; }
.plant-card img { width: 100%; height: 240px; object-fit: cover; }
.plant-card figcaption { padding: 14px 4px 12px; }
.plant-card strong { font-family: Georgia, serif; font-size: .92rem; font-weight: 400; display: block; }
.plant-card span { display: block; color: var(--muted); font-size: .64rem; margin-top: 4px; }
.catalog-copy { padding-left: 35px; }
.catalog-copy h2 { font-size: clamp(2.5rem, 3.4vw, 3.35rem); margin-bottom: 25px; }
.catalog-copy > p:not(.eyebrow):not(.fine-print) { font-size: .95rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 12px; font-size: .86rem; }
.check-list .icon { width: 18px; height: 20px; margin-top: 3px; }
.fine-print { font-size: .72rem; line-height: 1.7; }
.steps { counter-reset: steps; }
.step-number { display: block; font-family: Georgia, serif; font-size: 2.2rem; color: var(--accent); padding-bottom: 15px; border-bottom: 1px solid var(--line); margin-bottom: 23px; }
.steps h3 { margin-bottom: 13px; }
.steps p { font-size: .9rem; max-width: 330px; }
.privacy-section { padding: 0 0 14px; }
.privacy-panel { background: var(--soft); border-radius: 16px; margin: 0; padding: 45px; }
.privacy-panel h2 { font-size: clamp(2.5rem, 3.5vw, 3.4rem); margin-bottom: 22px; }
.privacy-panel p:not(.eyebrow) { max-width: 500px; font-size: .92rem; }
.privacy-panel .text-link { margin-top: 10px; }
.privacy-art { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; color: var(--accent); }
.privacy-art > .icon { width: 120px; height: 120px; stroke-width: .7px; }
.privacy-art span { font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; line-height: 1.4; }
.app-icon { border-radius: 20px; margin-bottom: 28px; }
.get-leafyandme .eyebrow { margin-bottom: 18px; }
.get-leafyandme h2 { font-size: clamp(2.4rem, 3.8vw, 3.6rem); margin-bottom: 21px; }
.get-leafyandme > .container > p:not(.eyebrow) { margin-bottom: 26px; }
.coming-soon { display: inline-flex; gap: 12px; align-items: center; background: var(--soft); color: var(--ink); border: 1px solid var(--line); border-radius: 7px; padding: 16px 22px; font-size: .9rem; }
.availability-note { font-size: .78rem; margin-top: 20px; }
.get-leafyandme .fine-print { margin-top: 22px; }
.site-footer { background: var(--footer); color: #f0f2e6; padding: 70px 0 25px; }
.footer-top { padding-bottom: 62px; }
.footer-brand { color: #f0f2e6; font-size: 2rem; }
.footer-brand:hover { color: #dce8be; }
.footer-statement { font-family: Georgia, serif; font-size: 2.8rem; line-height: 1.1; letter-spacing: -.04em; color: #f0f2e6; margin: 25px 0 20px; }
.footer-note { color: #c0cfbe; font-size: .8rem; line-height: 1.8; }
.footer-label { color: #c0cfbe; font-family: inherit; font-size: .64rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; margin: 10px 0 28px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 14px; }
.footer-links a { color: #f0f2e6; text-decoration: none; font-size: .85rem; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; padding-top: 25px; border-top: 1px solid #ffffff24; color: #c0cfbe; font-size: .65rem; }
.footer-bottom .icon { width: 15px; height: 15px; margin-right: 5px; }
.site-footer :focus-visible { outline-color: #e1edca; }
.page-heading { padding: 78px 0 54px; border-bottom: 1px solid var(--line); }
.page-heading h1 { font-size: clamp(3.5rem, 5.5vw, 5rem); margin-bottom: 25px; }
.page-intro { max-width: 640px; font-size: 1.1rem; margin-bottom: 0; }
.page-content { padding-top: 65px; padding-bottom: 100px; }
.page-content h2 { font-size: 2rem; margin-bottom: 22px; }
.page-content h3 { margin-top: 28px; }
.support-card { padding: 32px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.support-card p, .support-card li { font-size: .9rem; }
.support-card .button { width: 100%; margin-top: 8px; }
.support-card .fine-print { font-size: .76rem; margin: 18px 0 0; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 32px 22px 0; font-weight: 500; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 5px; top: 19px; font-size: 1.5rem; font-weight: 300; }
.faq details[open] summary::after { content: '−'; }
.faq details > div { padding: 0 26px 15px 0; font-size: .91rem; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 42px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { font-size: .97rem; }
.prose li { color: var(--muted); margin-bottom: 8px; }
.policy-summary { border-left: 3px solid var(--accent); background: var(--soft); padding: 24px 28px; margin-bottom: 38px; }
.policy-summary p { margin: 0; }
.page-aside { border-left: 1px solid var(--line); padding-left: 28px; }
.page-aside strong { display: block; margin-bottom: 20px; }
.page-aside a { display: block; font-size: .85rem; margin-bottom: 14px; text-decoration: none; }
.page-aside a:hover { text-decoration: underline; }
.credit-entry { border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-bottom: 30px; }
@media (prefers-color-scheme: dark) {
  :root { --paper: #15231d; --surface: #21342a; --soft: #1e3026; --ink: #edf0df; --muted: #b6c3b7; --accent: #bad392; --line: #384c3e; --button: #bfd799; --button-text: #17291e; --footer: #0c1912; }
  .hero-photo, .plant-card img { filter: brightness(.84); }
  .care-note { box-shadow: 0 8px 35px #0003; }
}
@media (max-width: 1199.98px) {
  .hero-art { margin-left: 0; padding-left: 20px; }
  .hero-photo-wrap { height: 485px; }
  .hero-copy .eyebrow { font-size: .6rem; letter-spacing: .12em; }
  .hero-actions .button { font-size: .8rem; padding: 15px 18px; gap: 10px; }
  .care-note { padding: 18px 15px; gap: 10px; }
  .care-note strong { font-size: .85rem; }
  .care-note-check { display: none; }
  .plant-card img { height: 215px; }
  .plant-card strong { font-size: .8rem; }
}
@media (max-width: 991.98px) {
  .header-inner { min-height: 90px; gap: 20px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 8px; }
  .header-cta { order: 1; }
  .main-nav { order: 2; width: 100%; justify-content: center; }
  .main-nav { gap: 23px; }
  .hero { padding: 55px 0; }
  .hero-copy { max-width: 650px; }
  .hero h1 { font-size: 4.8rem; }
  .hero-art { max-width: 630px; margin: 10px auto 0; }
  .hero-photo-wrap { height: 500px; border-top-left-radius: 120px; }
  .hero-photo { object-position: center 55%; }
  .care-note { padding: 22px; bottom: 65px; }
  .care-note strong { font-size: 1rem; }
  .hero-art figcaption { font-size: .7rem; }
  .section-space { padding: 75px 0; }
  .section-description { margin: 0; max-width: 530px; }
  .plant-gallery { max-width: 590px; margin: auto; padding: 0 12px; }
  .plant-card img { height: 290px; }
  .plant-card strong { font-size: 1rem; }
  .catalog-copy { padding-left: calc(var(--bs-gutter-x) * .5); }
  .privacy-art { padding: 25px 0 10px; }
  .promise-inner { flex-wrap: wrap; justify-content: center; column-gap: 35px; row-gap: 12px; }
  .footer-top { padding-bottom: 35px; }
}
@media (max-width: 575.98px) {
  .container { padding-left: 24px; padding-right: 24px; }
  .header-inner { flex-wrap: wrap; gap: 0; padding-top: 22px; padding-bottom: 8px; }
  .brand { font-size: 1.55rem; }
  .brand .icon { width: 30px; height: 30px; }
  .header-cta { order: 1; font-size: .75rem; min-height: 38px; padding: 8px 12px; }
  .main-nav { order: 2; width: 100%; justify-content: space-between; margin-top: 12px; gap: 10px; }
  .main-nav a { font-size: .78rem; padding: 13px 0; }
  .hero { padding: 38px 0 34px; }
  .hero h1 { font-size: clamp(3.6rem, 14vw, 4.8rem); }
  .hero-description { font-size: 1rem; }
  .hero-copy .eyebrow { font-size: .56rem; letter-spacing: .1em; margin-bottom: 24px; }
  .hero-actions .button { padding: 15px; font-size: .77rem; width: 100%; gap: 9px; }
  .hero-actions .button .icon { width: 18px; }
  .device-note { font-size: .67rem; margin-top: 25px; gap: 7px; }
  .hero-art { padding-left: 14px; }
  .hero-photo-wrap { height: 400px; border-top-left-radius: 90px; }
  .care-note { bottom: 70px; padding: 16px 14px; }
  .care-note strong { font-size: .85rem; }
  .care-note div > span:last-child { font-size: .68rem; }
  .care-note-icon { width: 33px; height: 43px; }
  .small-label { font-size: .47rem; }
  .hero-art figcaption { font-size: .58rem; }
  .hero-art figcaption a { margin-left: 0; }
  .promise-inner { justify-content: flex-start; gap: 16px; padding-top: 24px; padding-bottom: 24px; }
  .promise-inner span { font-size: .77rem; width: 100%; }
  .section-space { padding: 60px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-description { font-size: .9rem; }
  .feature-item { padding: 21px 0 5px; }
  .feature-item p { max-width: none; }
  .feature-icon { margin-bottom: 17px; }
  .catalog-section { padding: 60px 0; overflow: hidden; }
  .plant-gallery { gap: 14px; }
  .plant-card { padding: 6px; }
  .plant-card img { height: 195px; }
  .plant-card figcaption { padding: 12px 3px 8px; }
  .plant-card strong { font-size: .68rem; }
  .plant-card span { font-size: .55rem; }
  .plant-card-second { margin-top: 55px; }
  .steps { --bs-gutter-y: 1.5rem; }
  .steps p { max-width: none; }
  .step-number { margin-bottom: 18px; }
  .privacy-panel { padding: 18px 13px 30px; }
  .privacy-panel > * { padding-left: 10px; padding-right: 10px; }
  .privacy-art > .icon { width: 85px; height: 85px; }
  .get-leafyandme h2 { font-size: 2.8rem; }
  .site-footer { padding-top: 45px; }
  .footer-links a { font-size: .78rem; }
  .footer-bottom { font-size: .6rem; }
  .page-heading { padding: 45px 0 35px; }
  .page-heading h1 { font-size: 3.3rem; }
  .page-intro { font-size: 1rem; }
  .page-content { padding-top: 42px; padding-bottom: 65px; }
  .support-card { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
@media print { .site-header, .site-footer, .page-aside, .skip-link { display: none; } body { background: white; color: black; } p, a { color: black; } .page-heading, .page-content { padding: 20px 0; } details > div { display: block !important; } }

/* Long contact addresses remain readable on narrow screens. */
a[href^="mailto:"] { overflow-wrap: anywhere; }
