:root {
  color-scheme: light;
  --forest: #183b2e;
  --forest-deep: #102a21;
  --forest-soft: #284d3b;
  --honey: #e5ae42;
  --honey-pale: #f2dca4;
  --paper: #f5f1e7;
  --paper-light: #fcfaf5;
  --ink: #1e2923;
  --muted: #69736c;
  --line: rgba(24, 59, 46, .17);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --content: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--honey); outline-offset: 4px; }
.wrap { width: min(var(--content), calc(100% - 64px)); margin-inline: auto; }
.section-space { padding-block: clamp(82px, 10vw, 144px); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 18px; color: var(--forest-deep); background: var(--honey-pale); border-radius: 4px; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 22px max(32px, calc((100vw - var(--content)) / 2)); color: white; transition: background .25s ease, padding .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; padding-block: 14px; background: rgba(16, 42, 33, .96); box-shadow: 0 5px 24px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1.05; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; color: var(--honey); border: 1px solid rgba(229,174,66,.75); border-radius: 50%; font-size: 21px; }
.brand-copy { display: grid; gap: 5px; }
.brand-copy strong { font-family: var(--serif); font-size: 19px; font-weight: 500; letter-spacing: .01em; }
.brand-copy i, .footer-brand i { color: var(--honey); font-style: normal; }
.brand-copy small { font-size: 9px; font-weight: 700; letter-spacing: .19em; opacity: .76; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 43px); font-size: 13px; letter-spacing: .035em; }
.site-nav > a { position: relative; padding-block: 8px; opacity: .92; transition: opacity .2s ease; }
.site-nav > a:hover { opacity: 1; }
.site-nav > a:not(.nav-contact)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--honey); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:not(.nav-contact):hover::after { transform: scaleX(1); }
.nav-contact { padding: 10px 14px !important; border: 1px solid rgba(255,255,255,.48); border-radius: 2px; }
.nav-contact span { margin-left: 8px; color: var(--honey); }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; display: flex; align-items: center; min-height: min(850px, 80svh); min-height: min(850px, 80vh); overflow: hidden; color: white; background: var(--forest-deep); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,18,.88) 0%, rgba(11,30,22,.61) 46%, rgba(12,30,20,.17) 100%), linear-gradient(0deg, rgba(10,25,18,.4), transparent 38%), url('/assets/images/pasieka-hero.jpg') center 52% / cover no-repeat; transform: scale(1.015); animation: hero-settle 1.4s ease-out both; }
.hero-content { position: relative; z-index: 1; padding-top: 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--forest-soft); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.78); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; flex: none; background: var(--honey); border-radius: 50%; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 23px; font-size: clamp(56px, 8.3vw, 112px); }
h1 em, h2 em, h3 em { color: var(--honey); font-weight: 400; }
.hero-lead { max-width: 510px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; }
.button-gold { color: var(--forest-deep); background: var(--honey); }
.button-gold:hover { background: #f0c466; }
.button-outline { color: white; border-color: rgba(255,255,255,.54); }
.button-outline:hover { color: var(--forest-deep); background: white; border-color: white; }
.hero-note { position: absolute; right: max(32px, calc((100vw - var(--content)) / 2)); bottom: 40px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.73); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-note-line { width: 58px; height: 1px; background: var(--honey); }
.hero-scroll { position: absolute; bottom: 0; left: 50%; display: grid; place-items: start center; width: 36px; height: 53px; transform: translateX(-50%); }
.hero-scroll span { width: 1px; height: 34px; background: rgba(255,255,255,.7); animation: scroll-line 1.8s ease-in-out infinite; transform-origin: top; }

/* Story */
.intro-section { background: var(--paper-light); }
.intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
h2 { margin-bottom: 25px; font-size: clamp(42px, 5.5vw, 72px); }
h2 em { color: #b37d20; }
.lead { color: var(--forest); font-family: var(--serif); font-size: clamp(20px, 2.3vw, 26px); line-height: 1.45; }
.intro-copy > p:not(.eyebrow), .about-copy > p:not(.eyebrow) { max-width: 500px; color: #5e6962; }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 13px; padding-bottom: 5px; color: var(--forest); border-bottom: 1px solid #b89452; font-size: 12px; font-weight: 700; letter-spacing: .055em; }
.text-link span { color: #b37d20; font-size: 15px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-2px); }
.timeline-photo { height: clamp(200px, 27vw, 340px); overflow: hidden; }
.timeline-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.timeline-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 26px 12px; border-bottom: 1px solid var(--line); }
.timeline-item { display: grid; gap: 0; color: var(--muted); text-align: center; }
.timeline-item strong { color: var(--forest); font-family: var(--serif); font-size: clamp(34px, 4vw, 49px); font-weight: 400; line-height: 1.1; }
.timeline-item span { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.timeline-current strong { color: #b37d20; }
.timeline-arrow { color: #b5aa8f; }
.timeline-caption { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

/* Belief / practice */
.pullquote-section { padding-block: clamp(80px, 9vw, 128px); color: white; background: var(--forest); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(52px, 8vw, 112px); }
.quote-photo { position: relative; margin: 0; }
.quote-photo img { width: 100%; max-height: 620px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.photo-caption { position: absolute; right: 0; bottom: 0; padding: 12px 16px; color: var(--forest-deep); background: var(--honey); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quote-copy h2 { margin-bottom: 23px; }
.quote-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); }
.three-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.22); }
.three-notes > div { display: grid; align-content: start; gap: 9px; min-height: 132px; padding: 16px 15px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 3px; }
.note-number { color: var(--honey-pale); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.three-notes strong { color: white; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.three-notes p { margin: 0; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.55; }

/* Honey */
.honey-section { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading-aside { max-width: 375px; padding-bottom: 5px; }
.section-heading-aside p { color: #5e6962; font-size: 14px; }
.section-heading-aside .text-link { margin-top: 0; }
.honey-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 450px; color: white; background: var(--forest); }
.honey-feature-image { position: relative; min-height: 420px; overflow: hidden; }
.honey-feature-image::after { position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.36), transparent); content: ''; }
.honey-feature-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .7s ease; }
.honey-feature:hover .honey-feature-image img { transform: scale(1.025); }
.image-tag { position: absolute; z-index: 1; bottom: 20px; left: 22px; padding: 8px 12px; color: var(--forest-deep); background: var(--honey); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.honey-feature-copy { align-self: center; padding: clamp(32px, 5vw, 70px); }
.honey-feature-copy h3 { margin-bottom: 20px; font-size: clamp(43px, 5vw, 68px); }
.honey-feature-copy p:not(.eyebrow) { max-width: 400px; margin-bottom: 25px; color: rgba(255,255,255,.72); font-size: 14px; }
.honey-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.honey-list-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.honey-card { background: var(--paper-light); }
.honey-card-image { position: relative; height: clamp(170px, 20vw, 245px); overflow: hidden; }
.honey-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.honey-card:hover .honey-card-image img { transform: scale(1.04); }
.honey-card-image span { position: absolute; right: 14px; bottom: 10px; color: white; font-family: var(--serif); font-size: 36px; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.honey-card-copy { padding: 22px 22px 24px; }
.honey-card h3 { margin-bottom: 10px; color: var(--forest); font-size: 25px; }
.honey-card p { margin: 0; color: var(--muted); font-size: 13px; }
.honey-card details { margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--line); }
.honey-card summary { color: var(--forest); font-size: 12px; font-weight: 700; cursor: pointer; }
.honey-card details p { margin-top: 8px; font-size: 12px; }
.honey-card .text-link { font-size: 11px; }
.season-note { margin: 21px 0 0; color: var(--muted); font-size: 12px; text-align: right; }

/* Gallery */
.gallery-teaser { background: var(--paper-light); }
.gallery-preview { display: grid; grid-template-columns: 1.08fr 1.34fr .9fr; grid-template-rows: 220px 235px; gap: 14px; }
.gallery-tile { position: relative; display: block; min-width: 0; padding: 0; overflow: hidden; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .3s ease; }
.gallery-tile:hover img { filter: brightness(.88); transform: scale(1.035); }
.gallery-tile-tall { grid-row: span 2; }
.gallery-tile-wide { grid-column: span 2; }
.tile-zoom { position: absolute; right: 13px; bottom: 13px; display: grid; place-items: center; width: 32px; height: 32px; color: var(--forest); background: var(--honey); opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.gallery-tile:hover .tile-zoom, .gallery-tile:focus-visible .tile-zoom { opacity: 1; transform: none; }

/* About / contact */
.about-section { background: #e9eddf; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 112px); }
.about-photo { margin: 0; }
.about-photo img { width: 100%; max-height: 530px; aspect-ratio: 1.3 / 1; object-fit: cover; }
.about-photo figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; }
.contact-section { padding-block: clamp(76px, 9vw, 125px); color: white; background: var(--forest-deep); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 115px); }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.71); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 23px 28px; padding-top: 12px; }
.contact-details > div { display: grid; gap: 5px; }
.detail-label { color: var(--honey-pale); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-details > div > a, .contact-details > div > span:last-child { color: white; font-family: var(--serif); font-size: 17px; }
.contact-details > div > a:hover { color: var(--honey); }
.contact-form { display: grid; grid-column: 1 / -1; gap: 8px; margin-top: 9px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.19); }
.contact-form label { margin-top: 8px; color: rgba(255,255,255,.82); font-size: 12px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 11px 12px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 1px; background: rgba(255,255,255,.06); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--honey); }
.form-submit { justify-self: start; display: flex; align-items: center; gap: 13px; margin-top: 10px; padding: 0 0 5px; color: var(--honey); border: 0; border-bottom: 1px solid var(--honey); background: none; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.form-submit span { font-size: 16px; }
.form-note { margin: 4px 0 0; color: rgba(255,255,255,.57); font-size: 11px; }
.site-footer { padding-block: 29px 16px; color: rgba(255,255,255,.69); background: #0c211a; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { color: white; font-family: var(--serif); font-size: 19px; }
.footer-brand span { color: var(--honey-pale); font-family: var(--sans); font-size: 9px; letter-spacing: .16em; }
.footer-row p, .footer-row > a:last-child { margin: 0; font-size: 11px; }
.footer-row > a:last-child { color: var(--honey-pale); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 13px; font-size: 10px; }
.footer-bottom a:hover { color: var(--honey); }

/* Lightbox */
.lightbox { position: fixed; width: min(1000px, calc(100% - 28px)); max-width: none; max-height: min(92vh, 900px); padding: 15px; border: 0; color: white; background: #0d2018; box-shadow: 0 18px 90px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(7, 17, 12, .9); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: calc(86vh - 60px); object-fit: contain; }
.lightbox-caption { margin: 11px 40px 0 4px; color: rgba(255,255,255,.78); font-size: 12px; }
.lightbox-close { position: absolute; z-index: 1; top: 6px; right: 6px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(0,0,0,.45); font-size: 27px; cursor: pointer; }

/* Standalone pages */
.subpage-hero { position: relative; display: flex; align-items: end; min-height: min(660px, 78vh); padding-block: 120px 75px; color: white; background: var(--forest-deep); overflow: hidden; }
.subpage-hero::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,17,.88), rgba(11,32,22,.12)), url('/assets/images/goldenrod-bee.jpg') center 45% / cover; content: ''; }
.subpage-hero .wrap { position: relative; z-index: 1; }
.subpage-hero h1 { max-width: 900px; font-size: clamp(49px, 7vw, 88px); }
.subpage-hero .hero-lead { max-width: 610px; }
.article-section { background: var(--paper-light); }
.article-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(230px, .7fr); gap: clamp(45px, 9vw, 125px); }
.article-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.article-copy p { color: #5e6962; }
.article-aside { align-self: start; padding: 26px; border-top: 3px solid var(--honey); background: var(--paper); }
.article-aside hr { height: 1px; margin: 20px 0; border: 0; background: var(--line); }
.article-aside strong { display: block; margin-bottom: 10px; color: var(--forest); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.article-aside p { margin: 0; color: var(--muted); font-size: 13px; }
.article-photo { margin: 40px 0 0; }
.article-photo img { width: 100%; max-height: 580px; object-fit: cover; }
.article-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; }
.article-cta { padding: 34px; color: white; background: var(--forest); }
.article-cta h3 { margin-bottom: 13px; font-size: 30px; }
.article-cta p { color: rgba(255,255,255,.7); }
.breadcrumb { padding-block: 15px; color: var(--muted); background: var(--paper); font-size: 11px; }
.breadcrumb a:hover { color: var(--forest); }
.gallery-page-intro { padding-block: 125px 60px; background: var(--paper-light); }
.gallery-page-intro h1 { margin-bottom: 15px; color: var(--forest); font-size: clamp(50px, 7vw, 82px); }
.gallery-page-intro h1 em { color: #b37d20; }
.gallery-page-intro .lead { max-width: 700px; }
.gallery-full { padding-block: 0 110px; background: var(--paper-light); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 105px; gap: 13px; }
.gallery-full .gallery-tile:nth-child(6n + 1) { grid-column: span 5; grid-row: span 4; }
.gallery-full .gallery-tile:nth-child(6n + 2) { grid-column: span 7; grid-row: span 3; }
.gallery-full .gallery-tile:nth-child(6n + 3) { grid-column: span 4; grid-row: span 3; }
.gallery-full .gallery-tile:nth-child(6n + 4) { grid-column: span 4; grid-row: span 3; }
.gallery-full .gallery-tile:nth-child(6n + 5) { grid-column: span 4; grid-row: span 3; }
.gallery-full .gallery-tile:nth-child(6n + 6) { grid-column: span 7; grid-row: span 4; }
.privacy-copy { max-width: 850px; margin-inline: auto; }
.privacy-copy h2 { margin-top: 48px; font-size: 32px; }
.privacy-copy p, .privacy-copy li { color: #5e6962; }

/* Brighter, more welcoming direction: sunlit apiary, cream paper and lively honey. */
:root {
  --forest: #315b3f;
  --forest-deep: #234532;
  --forest-soft: #51744a;
  --honey: #f2bd43;
  --honey-pale: #f8e5ad;
  --paper: #fbf3df;
  --paper-light: #fffdf7;
  --ink: #26362b;
  --muted: #657268;
  --line: rgba(49, 91, 63, .16);
}
body { background: var(--paper-light); }
.site-header { color: var(--forest-deep); background: rgba(255,253,247,.94); box-shadow: 0 2px 14px rgba(41,54,39,.07); backdrop-filter: blur(12px); }
.site-header.is-scrolled { color: var(--forest-deep); background: rgba(255,253,247,.97); box-shadow: 0 5px 24px rgba(41,54,39,.12); }
.brand-mark { color: #c28113; border-color: rgba(194,129,19,.48); }
.brand-copy i, .footer-brand i { color: #ce8d1c; }
.site-nav > a:not(.nav-contact)::after { background: #e5a925; }
.nav-contact { border-color: rgba(49,91,63,.4); }
.nav-contact span { color: #bb7710; }
.hero { min-height: min(760px, 76vh); color: white; background: #d9e5bf; }
.hero-image { background: linear-gradient(90deg, rgba(18,43,27,.62) 0%, rgba(18,43,27,.36) 42%, rgba(18,43,27,.03) 100%), linear-gradient(0deg, rgba(18,43,27,.14), transparent 34%), url('/assets/images/pasieka-hero.jpg') center 52% / cover no-repeat; filter: saturate(1.13) brightness(1.12); }
h1 { font-size: clamp(52px, 7.1vw, 94px); }
h2 em, .gallery-page-intro h1 em { color: #bd7e12; }
.button-gold { color: #263b2b; background: #f4c14e; box-shadow: 0 6px 18px rgba(127,83,9,.15); }
.button-gold:hover { background: #ffd46b; }
.pullquote-section { color: var(--ink); background: #f8edcf; }
.three-notes { border-top-color: rgba(49,91,63,.24); }
.three-notes > div { background: #fffaf0; border-color: rgba(49,91,63,.2); box-shadow: 0 6px 18px rgba(65,54,28,.06); }
.note-number { color: #93610d; }
.three-notes strong { color: #183b2e; }
.three-notes p { color: #425447; }
.quote-copy > p:not(.eyebrow) { color: #536453; }
.pullquote-section .eyebrow-light { color: #526348; }
.contact-section { color: var(--ink); background: #e9f0d9; }
.contact-copy > p:not(.eyebrow) { color: #536453; }
.contact-section .eyebrow-light { color: #526348; }
.contact-section .button-outline { color: var(--forest-deep); border-color: rgba(49,91,63,.45); }
.contact-section .button-outline:hover { color: white; background: var(--forest); border-color: var(--forest); }
.contact-details > div > a, .contact-details > div > span:last-child { color: var(--forest-deep); }
.contact-details > div > a:hover { color: #a8670a; }
.detail-label { color: #697746; }
.contact-form { border-color: rgba(49,91,63,.2); }
.contact-form label { color: #405544; }
.contact-form input, .contact-form textarea { color: var(--ink); border-color: rgba(49,91,63,.33); background: rgba(255,255,255,.66); }
.form-submit { color: #8e5c0e; border-color: #cc941e; }
.form-note { color: #657268; }
.site-footer { color: rgba(255,255,255,.78); background: #234532; }
.footer-bottom a:hover { color: #ffd46b; }
.subpage-hero { background-color: #6d8d51; }
.subpage-hero::before { background: linear-gradient(0deg, rgba(24,53,33,.65), rgba(24,53,33,.10)), url('/assets/images/nawloc-pole.jpg') center 48% / cover; }
.article-aside { border-top-color: #e5ac2f; }
.article-cta { background: #315b3f; }
.article-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0; }
.article-facts > div { padding: 18px; border-radius: 10px; background: #fbf3df; }
.article-facts strong { display: block; margin-bottom: 6px; color: var(--forest); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.article-facts span { color: #657268; font-size: 12px; }
.faq-list { display: grid; gap: 10px; margin-top: 28px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; background: #fffdf7; }
.faq-list summary { padding: 15px 18px; color: var(--forest-deep); font-family: var(--serif); font-size: 19px; cursor: pointer; }
.faq-list details p { margin: 0; padding: 0 18px 17px; }
.honey-practice { margin-top: 32px; padding: 22px 24px; border-left: 3px solid #e5ac2f; border-radius: 0 10px 10px 0; background: rgba(255,253,247,.72); }
.honey-practice .eyebrow { margin-bottom: 9px; color: var(--forest); }
.honey-practice > p:last-child { margin-bottom: 0; color: #536453; font-size: 13px; }
.contact-details > div > a:focus-visible { outline-color: #bf7a0c; outline-offset: 3px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #657268; }
@media (max-width: 680px) {
  .site-header { background: rgba(255,253,247,.97); }
  .site-header .menu-toggle { color: var(--forest-deep); border-color: rgba(49,91,63,.35); background: #fffdf7; }
  .menu-toggle span { background: var(--forest-deep); }
  .hero { min-height: min(760px, 84svh); }
  .hero-image { background-position: 60% center; background-image: linear-gradient(90deg, rgba(18,43,27,.57), rgba(18,43,27,.17)), linear-gradient(0deg, rgba(18,43,27,.22), transparent 55%), url('/assets/images/pasieka-hero.jpg'); }
  .article-facts { grid-template-columns: 1fr; }
}

/* Motion and small screens */
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
@keyframes scroll-line { 0%, 100% { opacity: .55; transform: scaleY(.7); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes hero-settle { from { transform: scale(1.06); } to { transform: scale(1.015); } }
@media (min-height: 950px) and (min-width: 900px) { .hero { min-height: min(850px, 80vh); } }
@media (max-width: 900px) {
  .wrap { width: min(var(--content), calc(100% - 44px)); }
  .site-header { padding-inline: 24px; }
  .intro-grid, .quote-grid, .about-grid { gap: 44px; }
  .quote-grid { grid-template-columns: .75fr 1.25fr; }
  .three-notes { gap: 13px; }
  .section-heading { gap: 30px; }
  .honey-feature { min-height: 390px; }
  .honey-feature-copy { padding: 35px; }
  .honey-list-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-preview { grid-template-rows: 190px 195px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  .wrap { width: calc(100% - 36px); }
  .section-space { padding-block: 78px; }
  .site-header { position: absolute; padding: 15px 18px; }
  .site-header.is-scrolled { padding-block: 12px; }
  .brand-mark { width: 34px; height: 34px; font-size: 18px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; }
  .site-header .menu-toggle { position: absolute; top: 14px; right: 18px; z-index: 20; display: grid !important; align-content: center; gap: 6px; width: 44px; height: 44px; padding: 9px; color: white; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(10,28,20,.52); }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 0; right: 0; left: 0; z-index: 10; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 80px 26px 24px; color: var(--forest-deep); background: rgba(255,253,247,.99); box-shadow: 0 12px 22px rgba(41,54,39,.12); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 14px 0 !important; border-bottom: 1px solid rgba(49,91,63,.14); font-size: 14px; }
  .site-nav .nav-contact { margin-top: 14px; padding: 11px 13px !important; border: 1px solid rgba(49,91,63,.4); }
  .hero { min-height: 83svh; min-height: 83vh; align-items: end; padding-bottom: 95px; }
  .hero-image { background-image: linear-gradient(90deg, rgba(8,24,18,.73), rgba(8,24,18,.27)), linear-gradient(0deg, rgba(8,24,18,.78), transparent 85%), url('/assets/images/pasieka-hero.jpg'); background-position: 59% center; }
  .hero-content { padding-top: 100px; }
  .eyebrow { margin-bottom: 15px; font-size: 9px; letter-spacing: .16em; }
  h1 { margin-bottom: 16px; font-size: clamp(42px, 12vw, 60px); line-height: 1; }
  .hero-lead { max-width: 320px; margin-bottom: 24px; font-size: 19px; }
  .button { min-height: 50px; padding-inline: 15px; font-size: 10px; }
  .hero-note { display: none; }
  .hero-scroll { display: none; }
  .intro-grid, .quote-grid, .about-grid, .contact-grid, .article-grid { grid-template-columns: 1fr; gap: 35px; }
  #historia.section-space { padding-top: 52px; }
  h2 { margin-bottom: 18px; font-size: clamp(42px, 11.6vw, 58px); }
  .lead { font-size: 20px; }
  .timeline-photo { height: 250px; }
  .timeline-row { gap: 5px; padding-top: 18px; }
  .timeline-item strong { font-size: 38px; }
  .timeline-item span { font-size: 8px; }
  .timeline-arrow { font-size: 12px; }
  .pullquote-section { padding-block: 75px; }
  .quote-photo img { max-height: 440px; aspect-ratio: 1.22 / 1; object-position: center 42%; }
  .three-notes { grid-template-columns: 1fr; gap: 17px; margin-top: 28px; }
  .three-notes > div { grid-template-columns: 34px 1fr; column-gap: 6px; }
  .three-notes .note-number { grid-row: span 2; padding-top: 4px; }
  .three-notes p { grid-column: 2; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading-aside { margin-top: 18px; }
  .honey-feature { grid-template-columns: 1fr; }
  .honey-feature-image { min-height: 280px; }
  .honey-feature-copy { padding: 30px 24px 34px; }
  .honey-feature-copy h3 { font-size: 53px; }
  .honey-list { grid-template-columns: 1fr; gap: 14px; margin-top: 14px; }
  .honey-card { display: grid; grid-template-columns: 39% 1fr; min-height: 150px; }
  .honey-card-image { height: 100%; min-height: 150px; }
  .honey-card-copy { align-self: center; padding: 18px; }
  .honey-card h3 { font-size: 21px; }
  .honey-card p { font-size: 12px; }
  .season-note { text-align: left; }
  .gallery-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 155px 180px; gap: 9px; }
  .gallery-tile-tall { grid-column: 1 / -1; grid-row: auto; }
  .gallery-tile-wide { grid-column: auto; }
  .tile-zoom { opacity: 1; transform: none; }
  .about-photo img { aspect-ratio: 1.1 / 1; }
  .contact-grid { gap: 30px; }
  .contact-actions { gap: 9px; }
  .contact-details { grid-template-columns: 1fr; gap: 17px; }
  .contact-form { grid-column: auto; margin-top: 0; }
  .contact-form input, .contact-form textarea { padding: 12px; font-size: 16px; }
  .footer-row { align-items: start; flex-direction: column; gap: 8px; }
  .footer-bottom { font-size: 9px; }
  .subpage-hero { min-height: 76svh; padding-block: 110px 60px; }
  .subpage-hero h1 { font-size: clamp(47px, 13vw, 70px); }
  .article-grid { gap: 28px; }
  .article-aside { padding: 21px; }
  .gallery-page-intro { padding-block: 110px 38px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 9px; }
  .gallery-full .gallery-tile:nth-child(n) { grid-column: span 1; grid-row: auto; aspect-ratio: 1 / 1.05; }
  .gallery-full .gallery-tile:nth-child(5n + 1), .gallery-full .gallery-tile:nth-child(5n + 4) { grid-column: span 2; aspect-ratio: 1.5 / 1; }
  .gallery-full { padding-bottom: 75px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
