/* VidinisGidas v14 — vientisas pirmo puslapio dizainas */
.home-v14 {
  --home-cream: #f7f0e5;
  --home-paper: #fffaf2;
  --home-paper-2: #f1e5d3;
  --home-green: #173c2d;
  --home-green-2: #244c3a;
  --home-ink: #18251e;
  --home-muted: #667067;
  --home-clay: #a54827;
  --home-clay-2: #c36b44;
  --home-gold: #b8914e;
  --home-line: rgba(24, 37, 30, .16);
  --home-shadow: 0 26px 80px -50px rgba(20, 38, 29, .56);
  background: var(--home-cream);
  color: var(--home-ink);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}
.home-v14 h1,.home-v14 h2,.home-v14 h3 { color: var(--home-ink); }
.home-v14 a { color: inherit; }
.home-v14 .skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: #fff; color: #111; padding: .75rem 1rem; border-radius: 8px; }
.home-v14 .skip-link:focus { top: 1rem; }
.home-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.home-kicker { margin: 0 0 1.2rem; font-size: .72rem; line-height: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--home-clay); }
.home-kicker-light { color: #ddb579; }
.home-v14 [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.home-v14 [data-reveal].is-visible { opacity: 1; transform: none; }

/* Header */
.home-header { background: rgba(247,240,229,.92); border-bottom: 1px solid rgba(23,60,45,.09); backdrop-filter: blur(18px) saturate(130%); }
.home-header.scrolled { border-bottom-color: rgba(23,60,45,.16); box-shadow: 0 12px 30px -28px rgba(23,60,45,.8); }
.home-nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.home-brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--home-ink); min-width: max-content; }
.home-brand:hover { color: var(--home-ink); }
.home-brand img { width: 46px; height: 46px; }
.home-brand span { display: flex; flex-direction: column; }
.home-brand strong { font-family: "Fraunces", Georgia, serif; font-size: 1.48rem; line-height: 1; font-weight: 500; letter-spacing: -.025em; }
.home-brand small { margin-top: .33rem; font-size: .57rem; line-height: 1; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #74756f; }
.home-nav-links { gap: 1.55rem; }
.home-nav-links a { font-size: .88rem; font-weight: 600; color: #26312a; }
.home-nav-links a:hover { color: var(--home-clay); }
.home-nav-links .home-nav-cta { padding: .74rem 1.1rem; color: #fff7ee; background: var(--home-clay); border-radius: 4px; box-shadow: 0 10px 28px -18px rgba(165,72,39,.8); }
.home-nav-links .home-nav-cta:hover { color: #fff; background: #8d371d; transform: translateY(-1px); }

/* Hero */
.home-hero { position: relative; min-height: 690px; display: flex; align-items: stretch; border-bottom: 1px solid var(--home-line); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 18%, rgba(255,255,255,.88), transparent 34%), linear-gradient(90deg, rgba(247,240,229,.4), transparent 50%); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; min-height: 690px; }
.home-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 6.2rem 5.5rem 5.5rem 0; }
.home-hero-copy::after { content: ""; position: absolute; right: -1px; top: 11%; bottom: 11%; width: 1px; background: linear-gradient(transparent, rgba(23,60,45,.17), transparent); }
.home-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.1rem, 5.4vw, 5.45rem); line-height: .99; letter-spacing: -.048em; font-weight: 450; }
.home-hero h1 em { color: var(--home-green); font-style: normal; position: relative; white-space: nowrap; }
.home-hero h1 em::after { content: ""; position: absolute; left: 2%; right: 1%; bottom: -.08em; height: 7px; background: url("brand/footer-contours.svg") center / 100% 100% no-repeat; opacity: .6; }
.home-hero-lead { max-width: 620px; margin: 2rem 0 0; color: #4f5a52; font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.72; }
.home-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.15rem; }
.home-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .9rem 1.35rem; border-radius: 4px; border: 1px solid transparent; font-size: .86rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease; }
.home-btn:hover { transform: translateY(-2px); }
.home-btn-primary { background: var(--home-clay); color: #fffaf3 !important; box-shadow: 0 18px 34px -23px rgba(165,72,39,.9); }
.home-btn-primary:hover { background: #8d371d; box-shadow: 0 22px 40px -24px rgba(165,72,39,.95); }
.home-btn-ghost { border-color: rgba(24,37,30,.44); color: var(--home-ink); background: rgba(255,250,242,.48); }
.home-btn-ghost:hover { border-color: var(--home-green); background: rgba(255,250,242,.9); }
.home-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin-top: 2.2rem; color: #73786f; font-size: .74rem; }
.home-proof span { display: inline-flex; align-items: center; gap: .35rem; }
.home-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--home-gold); }
.home-proof strong { color: var(--home-green); font-weight: 800; }
.home-hero-art { position: relative; margin: 0; min-height: 690px; overflow: hidden; background: #e8dfce; }
.home-hero-art picture,.home-hero-art img { width: 100%; height: 100%; }
.home-hero-art img { object-fit: cover; object-position: 58% center; filter: saturate(.84) contrast(.98) sepia(.04); }
.home-hero-art::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(247,240,229,.88), transparent 18%), linear-gradient(0deg, rgba(20,54,40,.22), transparent 35%); pointer-events: none; }
.home-hero-art figcaption { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 1.7rem; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; color: #f9f3e9; background: rgba(20,54,40,.72); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(10px); border-radius: 7px; font-size: .82rem; }
.home-hero-art figcaption img { width: 34px; height: 34px; flex: none; }
.home-hero-art figcaption span { line-height: 1.35; }
.home-hero-art figcaption strong { color: #fff; display: block; }

/* Recognition */
.recognition { background: #fbf7ef; border-bottom: 1px solid var(--home-line); }
.recognition-grid { min-height: 154px; display: grid; grid-template-columns: .82fr repeat(4, 1fr); align-items: center; }
.recognition-grid h2 { margin: 0; font-size: clamp(1.6rem,2.4vw,2.25rem); font-weight: 450; padding-right: 2rem; }
.recognition-item { min-height: 94px; display: grid; grid-template-columns: 38px 1fr; gap: .85rem; align-items: start; padding: 1.7rem 1.3rem; border-left: 1px solid var(--home-line); }
.recognition-item p { margin: 0; color: #5d665f; font-size: .84rem; line-height: 1.5; }
.recognition-item strong { color: var(--home-ink); }
.recognition-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--home-green); font-family: "Fraunces", serif; font-size: 1.6rem; }

/* Method */
.method-stage { background: linear-gradient(130deg, #143829 0%, #214b38 62%, #153a2b 100%); color: #f8f1e6; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(0,0,0,.2); }
.method-stage-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 4rem; align-items: center; padding-block: 4.9rem; }
.method-stage-intro h2 { max-width: 470px; color: #fff8ed; font-size: clamp(2rem,3.5vw,3.4rem); font-weight: 450; letter-spacing: -.03em; }
.method-stage-intro p { max-width: 510px; color: rgba(255,248,237,.72); }
.method-link { display: inline-flex; gap: .6rem; align-items: center; margin-top: .8rem; color: #e9c585 !important; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.method-link:hover { color: #fff !important; }
.method-track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.method-track::before { content: ""; position: absolute; left: 10%; right: 10%; top: 43px; height: 1px; background: repeating-linear-gradient(90deg, rgba(214,183,120,.75) 0 5px, transparent 5px 10px); }
.method-track li { position: relative; text-align: center; }
.method-orb { position: relative; z-index: 2; width: 86px; height: 86px; margin: 0 auto 1.35rem; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(214,183,120,.8); background: radial-gradient(circle at 35% 28%, rgba(214,183,120,.28), rgba(22,57,43,.95)); color: #fff7ea; font-family: "Fraunces", serif; font-size: 1.5rem; box-shadow: 0 12px 34px -24px #000; }
.method-orb-exit { background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.24), rgba(165,72,39,.8)); }
.method-track h3 { color: #fff8ed; font-size: 1.02rem; margin: 0 0 .45rem; }
.method-track p { color: rgba(255,248,237,.62); font-size: .76rem; line-height: 1.5; margin: 0; }

/* Generic sections */
.home-section { padding-block: clamp(5rem,8vw,7.5rem); }
.home-section-head { display: grid; grid-template-columns: 1fr minmax(280px,420px); gap: 3rem; align-items: end; margin-bottom: 2.7rem; }
.home-section-head h2 { max-width: 760px; margin: 0; font-size: clamp(2.3rem,4.3vw,4.2rem); line-height: 1.03; font-weight: 450; letter-spacing: -.038em; }
.home-section-head > p { color: #647067; margin: 0 0 .25rem; font-size: 1rem; }

/* Paths */
.paths { background: #f7f0e5; }
.path-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }
.path-card { position: relative; min-height: 410px; display: flex; flex-direction: column; overflow: hidden; padding: 0 1.35rem 1.5rem; border: 1px solid var(--home-line); background: rgba(255,250,242,.82); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.path-card:hover { transform: translateY(-6px); border-color: rgba(23,60,45,.34); box-shadow: var(--home-shadow); }
.path-art { height: 165px; margin: 0 -1.35rem 1.35rem; display: grid; place-items: center; background: linear-gradient(145deg,#eee1cd,#fbf5eb); border-bottom: 1px solid var(--home-line); }
.path-art svg { width: 80%; max-height: 120px; fill: none; stroke: var(--home-green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.path-card-anxiety .path-art { background: linear-gradient(145deg,#e6eee8,#f7f2e7); }
.path-card-relations .path-art { background: linear-gradient(145deg,#e2d2c3,#f6ede2); }
.path-card-tools .path-art { background: linear-gradient(145deg,#e8dfc7,#f8f2e8); }
.path-card-relations .path-art svg { stroke: var(--home-clay); }
.path-card-tools .path-art svg { stroke: #85692f; }
.path-tag { font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--home-clay); }
.path-card h3 { margin: .55rem 0 .6rem; font-size: 1.55rem; line-height: 1.08; }
.path-card p { margin: 0 0 1.2rem; color: #657068; font-size: .88rem; }
.path-more { margin-top: auto; color: var(--home-green); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* Editorial */
.editorial { background: #fbf7ef; border-top: 1px solid var(--home-line); }
.editorial-head { align-items: end; }
.text-link { justify-self: end; align-self: end; color: var(--home-green) !important; font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.editorial-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }
.editorial-card { border: 1px solid var(--home-line); background: rgba(255,252,246,.82); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.editorial-card:hover { transform: translateY(-5px); box-shadow: var(--home-shadow); }
.editorial-cover { position: relative; height: 210px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--home-line); }
.editorial-cover::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.7), transparent 30%), repeating-linear-gradient(0deg, rgba(24,37,30,.025) 0 1px, transparent 1px 4px); }
.editorial-cover svg { position: relative; z-index: 1; width: 82%; height: 76%; fill: none; stroke: var(--home-green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cover-loop { background: linear-gradient(145deg,#e9dcc5,#f8f1e5); }
.cover-wave { background: linear-gradient(145deg,#dce7df,#f5efe4); }
.cover-relations { background: linear-gradient(145deg,#d9c4b5,#f4e9dc); }
.cover-dialogue { background: linear-gradient(145deg,#dfe7df,#efe4d0); }
.cover-relations svg,.cover-dialogue svg { stroke: var(--home-clay); }
.cover-number { position: absolute; z-index: 2; left: 1rem; top: .8rem; font-family: "Fraunces",serif; font-size: 1.2rem; color: rgba(24,37,30,.55); }
.editorial-body { padding: 1.35rem 1.25rem 1.5rem; }
.editorial-body > span { font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: #817e74; }
.editorial-body h3 { margin: .7rem 0 .75rem; font-size: 1.45rem; line-height: 1.13; }
.editorial-body h3 a:hover { color: var(--home-clay); }
.editorial-body p { margin: 0; color: #626c64; font-size: .84rem; line-height: 1.58; }

/* Tool */
.tool-stage { padding-block: 5.5rem; background: linear-gradient(90deg,#e9dfcd,#f6f0e5); border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.tool-stage-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 5rem; align-items: center; }
.tool-paper { position: relative; min-height: 390px; display: grid; place-items: center; }
.paper-sheet { width: min(360px,85%); padding: 2.1rem 2rem 1.8rem; background: #fffdf8; border: 1px solid rgba(24,37,30,.18); box-shadow: 0 28px 50px -34px rgba(24,37,30,.7); transform: rotate(-3deg); }
.paper-sheet p { margin: 0 0 1rem; font-family: "Fraunces",serif; font-size: 1.35rem; }
.paper-sheet svg { width: 100%; max-height: 240px; fill: none; stroke: rgba(23,60,45,.62); stroke-width: 1; }
.paper-sheet span { display: block; margin-top: .8rem; font-size: .68rem; letter-spacing: .06em; color: #7b7d75; }
.tool-pen { position: absolute; width: 9px; height: 270px; left: 64%; top: 21%; border-radius: 8px; background: linear-gradient(90deg,#14231d,#536158 48%,#111d18 52%); transform: rotate(31deg); box-shadow: 0 14px 20px -14px #000; }
.tool-pen::after { content: ""; position: absolute; bottom: -20px; left: 0; border-left: 4.5px solid transparent; border-right: 4.5px solid transparent; border-top: 22px solid #a67a44; }
.tool-copy h2 { margin: 0 0 1rem; font-size: clamp(2.5rem,4.5vw,4.3rem); font-weight: 450; letter-spacing: -.04em; }
.tool-copy > p { max-width: 640px; color: #5c675f; font-size: 1.06rem; }
.tool-copy ul { margin: 1.2rem 0 1.8rem; padding: 0; list-style: none; display: grid; gap: .55rem; }
.tool-copy li { position: relative; padding-left: 1.35rem; color: #465148; }
.tool-copy li::before { content: "✦"; position: absolute; left: 0; top: .02rem; color: var(--home-gold); }

/* Trust */
.trust-strip { background: #f9f4ea; border-bottom: 1px solid var(--home-line); }
.trust-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.trust-grid > div { display: grid; grid-template-columns: 40px 1fr; gap: .8rem; padding: 2.3rem 1.4rem; border-right: 1px solid var(--home-line); }
.trust-grid > div:first-child { border-left: 1px solid var(--home-line); }
.trust-grid p { margin: 0; color: #697169; font-size: .76rem; line-height: 1.5; }
.trust-grid strong { color: var(--home-ink); }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(23,60,45,.28); border-radius: 50%; color: var(--home-green); font-family: "Fraunces",serif; font-size: 1.2rem; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; padding-block: 4.6rem; background: linear-gradient(105deg,#173c2d,#1f4936); color: #fff7ec; }
.final-cta::after { content: ""; position: absolute; inset: auto 0 0 42%; height: 100%; background: url("brand/footer-contours.svg") bottom right / cover no-repeat; opacity: .8; }
.final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.final-cta h2 { max-width: 820px; margin: 0 0 .8rem; color: #fff8ed; font-size: clamp(2.2rem,4vw,4rem); font-weight: 450; letter-spacing: -.035em; }
.final-cta p { max-width: 680px; margin: 0; color: rgba(255,248,237,.72); }
.home-btn-clay { background: var(--home-clay); color: #fff8f0 !important; white-space: nowrap; }
.home-btn-clay:hover { background: #8d371d; }

/* Footer */
.home-footer { position: relative; overflow: hidden; background: #14201a; color: rgba(255,248,237,.74); }
.footer-contours { position: absolute; inset: 0 0 auto 0; height: 240px; background: url("brand/footer-contours.svg") center top / cover no-repeat; opacity: .16; pointer-events: none; }
.home-footer .home-shell { position: relative; z-index: 1; }
.home-footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding-block: 4.4rem 3rem; }
.home-brand-footer { color: #fff9ef !important; }
.home-brand-footer small { color: rgba(255,248,237,.55); }
.home-footer-brand > p { max-width: 430px; margin: 1.4rem 0 0; color: rgba(255,248,237,.56); font-size: .86rem; }
.home-footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.home-footer-nav h3 { margin: 0 0 1rem; color: #fff8ed; font-family: "Inter",sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-footer-nav a { display: block; width: max-content; max-width: 100%; margin: .58rem 0; color: rgba(255,248,237,.6); font-size: .82rem; }
.home-footer-nav a:hover { color: #e7bd7a; }
.home-footer-details { border-top: 1px solid rgba(255,255,255,.11); }
.home-footer-details summary { cursor: pointer; padding: 1rem 0; color: rgba(255,248,237,.76); font-size: .78rem; font-weight: 700; }
.home-footer-details > div { max-width: 900px; padding: 0 0 1.2rem; color: rgba(255,248,237,.5); font-size: .76rem; }
.home-footer-details p { margin: 0 0 .55rem; }
.home-footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: 1.3rem 0 2rem; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,248,237,.42); font-size: .72rem; }

/* Focus */
.home-v14 a:focus-visible,.home-v14 button:focus-visible,.home-v14 summary:focus-visible { outline: 3px solid #dbad61; outline-offset: 3px; }

@media (max-width: 1120px) {
  .home-shell { width: min(100% - 42px, 1100px); }
  .home-nav-links { gap: 1rem; }
  .home-hero-copy { padding-right: 3.5rem; }
  .recognition-grid { grid-template-columns: 1fr repeat(2,1fr); padding-block: 1rem; }
  .recognition-grid h2 { grid-row: span 2; }
  .recognition-item:nth-child(4) { border-left: 1px solid var(--home-line); }
  .method-stage-grid { grid-template-columns: 1fr; gap: 3rem; }
  .method-stage-intro { max-width: 780px; }
  .path-grid,.editorial-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--home-line); }
}

@media (max-width: 900px) {
  .home-nav { height: 72px; }
  .home-brand img { width: 40px; height: 40px; }
  .home-brand strong { font-size: 1.3rem; }
  .home-header .nav-toggle { display: grid; place-items: center; margin-left: auto; }
  .home-header .nav-links { position: absolute; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .85rem 1.3rem 1.2rem; background: rgba(247,240,229,.98); border-bottom: 1px solid var(--home-line); box-shadow: 0 20px 40px -35px rgba(0,0,0,.65); }
  .home-header .nav-links.is-open { display: flex; }
  .home-header .nav-links a { display: block; padding: .85rem .5rem; border-bottom: 1px solid rgba(24,37,30,.08); }
  .home-header .nav-links .home-nav-cta { margin-top: .7rem; text-align: center; border-bottom: 0; color: #fff8ed; }
  .home-hero,.home-hero-grid { min-height: auto; }
  .home-hero-grid { grid-template-columns: 1fr; width: 100%; }
  .home-hero-copy { padding: 5.2rem max(28px,5vw) 3.8rem; }
  .home-hero-copy::after { display: none; }
  .home-hero h1 { font-size: clamp(3.1rem,10vw,5.3rem); max-width: 820px; }
  .home-hero-lead { max-width: 720px; }
  .home-hero-art { min-height: 530px; }
  .home-hero-art::before { background: linear-gradient(0deg, rgba(20,54,40,.27), transparent 40%); }
  .home-hero-art img { object-position: 60% center; }
  .recognition-grid { grid-template-columns: 1fr 1fr; }
  .recognition-grid h2 { grid-row: auto; grid-column: 1 / -1; padding: 1rem 0 .2rem; }
  .recognition-item { border-left: 0; border-top: 1px solid var(--home-line); }
  .recognition-item:nth-child(even) { border-left: 1px solid var(--home-line); }
  .method-track { grid-template-columns: repeat(2,1fr); row-gap: 2.5rem; }
  .method-track::before { display: none; }
  .method-stage-grid { padding-block: 4rem; }
  .home-section-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .home-section-head > p { max-width: 680px; }
  .tool-stage-grid { grid-template-columns: .9fr 1.1fr; gap: 2rem; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 2rem; }
  .final-cta-grid .home-btn { justify-self: start; }
  .home-footer-main { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 700px) {
  .home-shell { width: min(100% - 30px, 680px); }
  .home-brand small { display: none; }
  .home-hero-copy { padding-top: 4.2rem; }
  .home-hero h1 { font-size: clamp(2.75rem,13vw,4.5rem); }
  .home-hero h1 em { white-space: normal; }
  .home-hero-lead { font-size: 1rem; }
  .home-actions { display: grid; grid-template-columns: 1fr; }
  .home-btn { width: 100%; }
  .home-proof { display: grid; gap: .6rem; }
  .home-hero-art { min-height: 430px; }
  .home-hero-art figcaption { left: 1rem; right: 1rem; bottom: 1rem; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-grid h2 { font-size: 2rem; }
  .recognition-item,.recognition-item:nth-child(even) { border-left: 0; }
  .method-track { grid-template-columns: 1fr; text-align: left; }
  .method-track li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; align-items: center; text-align: left; }
  .method-orb { width: 64px; height: 64px; margin: 0; }
  .method-track p { font-size: .82rem; }
  .home-section { padding-block: 4.5rem; }
  .home-section-head h2 { font-size: clamp(2.25rem,11vw,3.3rem); }
  .path-grid,.editorial-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 370px; }
  .path-art { height: 150px; }
  .editorial-card { display: grid; grid-template-columns: 138px 1fr; }
  .editorial-cover { height: 100%; min-height: 190px; }
  .editorial-cover svg { width: 88%; height: 68%; }
  .editorial-body { padding: 1.15rem 1rem; }
  .editorial-body h3 { font-size: 1.28rem; }
  .editorial-body p { font-size: .8rem; }
  .tool-stage { padding-block: 4.5rem; }
  .tool-stage-grid { grid-template-columns: 1fr; }
  .tool-paper { min-height: 330px; order: 2; }
  .tool-copy { order: 1; }
  .paper-sheet { width: min(330px,82%); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div,.trust-grid > div:first-child,.trust-grid > div:nth-child(3) { border-left: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
  .home-footer-nav { grid-template-columns: 1fr 1fr; }
  .home-footer-nav > div:last-child { grid-column: 1 / -1; }
  .home-footer-bottom { flex-direction: column; gap: .25rem; }
}

@media (max-width: 460px) {
  .home-nav { height: 66px; }
  .home-header .nav-links { top: 66px; }
  .home-brand img { width: 36px; height: 36px; }
  .home-brand strong { font-size: 1.18rem; }
  .home-hero-copy { padding-top: 3.6rem; }
  .home-hero h1 { font-size: 2.72rem; line-height: 1.01; }
  .home-kicker { font-size: .66rem; letter-spacing: .14em; }
  .home-hero-art { min-height: 360px; }
  .home-hero-art figcaption { font-size: .72rem; }
  .editorial-card { grid-template-columns: 116px 1fr; }
  .editorial-cover { min-height: 190px; }
  .editorial-body h3 { font-size: 1.16rem; }
  .editorial-body p { display: none; }
  .tool-pen { height: 220px; }
  .home-footer-nav { grid-template-columns: 1fr; }
  .home-footer-nav > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .home-v14 [data-reveal] { opacity: 1; transform: none; transition: none; }
  .home-v14 * { scroll-behavior: auto !important; }
}


/* Lėkštė be cirko integration v1.2 */
.legacy-anchor{display:block;position:relative;top:-5rem;visibility:hidden}
.path-card-food{background:linear-gradient(145deg,#f4ede1,#fffaf1)}
.path-card-food .path-tag{color:#9a4f2c}
.path-card-food .path-art svg{stroke:#9a4f2c;fill:none;stroke-width:3}
.cover-food{background:linear-gradient(145deg,#ead9c7,#f8efe3)}
.cover-food svg{fill:none;stroke:#8d4b2d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.tunnel-card{border:1px solid rgba(36,77,60,.18);background:#f4eee4;border-radius:22px;padding:1.5rem;margin:2rem 0}
.tunnel-card small{display:block;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#a54827;margin-bottom:.45rem}
.tunnel-card h3{margin:.1rem 0 .45rem}
.tunnel-card a{font-weight:700;color:#244d3c}
