/*
Theme Name: 씨드온 회사소개
Theme URI: https://blanding.kr
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 농업회사법인 씨드온의 회사소개를 위한 반응형 원페이지 테마입니다.
Version: 1.1.3
Text Domain: seedon-company
*/

:root {
    --seedon-green-950: #063f29;
    --seedon-green-900: #075235;
    --seedon-green-700: #087f47;
    --seedon-green-500: #31b861;
    --seedon-lime: #98d83e;
    --seedon-ink: #15231c;
    --seedon-muted: #617069;
    --seedon-line: #dce5df;
    --seedon-mist: #f3f7f4;
    --seedon-paper: #ffffff;
    --seedon-warm: #f4f0e7;
    --container: 1180px;
    --shadow-soft: 0 24px 80px rgba(7, 82, 53, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
    margin: 0;
    color: var(--seedon-ink);
    background: var(--seedon-paper);
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.012em;
    word-break: keep-all;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
body.seedon-lang-en, body.seedon-lang-pl { font-family: "Segoe UI", Arial, sans-serif; letter-spacing: 0; word-break: normal; }
body.seedon-lang-zh { font-family: "Microsoft YaHei", "Malgun Gothic", sans-serif; }
body.seedon-lang-en h1, body.seedon-lang-en h2, body.seedon-lang-en h3,
body.seedon-lang-pl h1, body.seedon-lang-pl h2, body.seedon-lang-pl h3,
body.seedon-lang-en .button, body.seedon-lang-en .nav-menu,
body.seedon-lang-pl .button, body.seedon-lang-pl .nav-menu { hyphens: none; overflow-wrap: normal; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(152, 216, 62, 0.7); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 14px; margin: 0; clip: auto; color: #fff; background: var(--seedon-green-950); }
.seedon-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: 78px;
    border-bottom: 1px solid rgba(7, 82, 53, 0.12);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    transition: box-shadow 180ms ease, background-color 180ms ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, 0.97); box-shadow: 0 10px 40px rgba(6, 63, 41, 0.08); }
.header-container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand-link { display: inline-flex; align-items: center; min-width: 184px; }
.brand-link img, .custom-logo-link img { width: auto; max-width: 190px; max-height: 42px; }
.main-navigation { display: flex; align-items: center; gap: 32px; }
.nav-menu { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.nav-menu a { position: relative; display: inline-flex; padding: 25px 0 24px; color: #34443c; font-size: 14px; font-weight: 600; line-height: 1; }
.nav-menu a::after { position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; content: ""; background: var(--seedon-green-700); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.nav-menu a:hover::after, .nav-menu a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-contact { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; border: 1px solid var(--seedon-green-900); color: var(--seedon-green-900); font-size: 13px; font-weight: 700; transition: color 180ms ease, background-color 180ms ease; }
.header-contact:hover { color: #fff; background: var(--seedon-green-900); }
.language-switcher { display: flex; align-items: center; gap: 3px; padding-left: 12px; border-left: 1px solid var(--seedon-line); }
.language-switcher a { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 30px; padding: 0 7px; color: #68766f; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .04em; transition: color 160ms ease, background-color 160ms ease; }
.language-switcher a:hover, .language-switcher a:focus-visible { color: var(--seedon-green-900); background: var(--seedon-mist); }
.language-switcher a[aria-current="page"] { color: #fff; background: var(--seedon-green-900); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: var(--seedon-green-950); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.seedon-main { overflow: hidden; }
.hero { position: relative; min-height: 760px; padding-top: 78px; background: #f7f9f7; }
.hero-visual { position: absolute; inset: 78px 0 0; background-color: #f7f9f7; background-image: url("assets/images/hero-onions.png"); background-position: center; background-size: cover; }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 0 47%, rgba(255,255,255,.2) 59%, rgba(255,255,255,.88) 76%, #fff 100%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .8fr); align-items: center; min-height: 682px; }
.hero-copy { grid-column: 2; padding: 56px 0 72px 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--seedon-green-700); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; content: ""; background: var(--seedon-lime); }
.hero h1 { max-width: 600px; margin: 0; color: var(--seedon-green-950); font-size: clamp(46px, 5vw, 76px); font-weight: 500; line-height: 1.11; letter-spacing: -.055em; }
.hero h1 strong { display: block; font-weight: 800; }
.hero-description { max-width: 510px; margin: 28px 0 0; color: #485850; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--seedon-green-900); font-size: 14px; font-weight: 700; transition: transform 180ms ease, color 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--seedon-green-900); }
.button-secondary { color: var(--seedon-green-900); background: rgba(255,255,255,.82); }
.hero-index { position: absolute; z-index: 2; bottom: 38px; left: max(24px, calc((100vw - var(--container)) / 2)); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.92); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.hero-index::before { width: 38px; height: 1px; content: ""; background: rgba(255,255,255,.8); }

.fact-band { position: relative; z-index: 3; margin-top: -1px; color: #fff; background: var(--seedon-green-950); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 155px; padding: 32px 30px; border-left: 1px solid rgba(255,255,255,.15); }
.fact:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.fact-number { display: block; margin-bottom: 8px; color: var(--seedon-lime); font-family: Arial, sans-serif; font-size: 38px; font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.fact-label { display: block; color: rgba(255,255,255,.82); font-size: 13px; }

.section { padding: 128px 0; }
.section-soft { background: var(--seedon-mist); }
.section-dark { color: #fff; background: var(--seedon-green-950); }
.section-heading { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 48px; margin-bottom: 66px; }
.section-number { padding-top: 10px; color: var(--seedon-green-700); font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.section-dark .section-number, .section-dark .section-kicker { color: var(--seedon-lime); }
.section-kicker { margin: 0 0 12px; color: var(--seedon-green-700); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-title { max-width: 820px; margin: 0; font-size: clamp(36px, 4vw, 58px); font-weight: 600; line-height: 1.2; letter-spacing: -.045em; }
.section-lede { max-width: 720px; margin: 20px 0 0; color: var(--seedon-muted); font-size: 18px; line-height: 1.78; }
.section-dark .section-lede { color: rgba(255,255,255,.68); }

.overview-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; align-items: start; }
.overview-image { position: sticky; top: 114px; }
.overview-image img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; box-shadow: var(--shadow-soft); }
.image-caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; color: var(--seedon-muted); font-size: 12px; }
.profile-list { margin: 0; border-top: 2px solid var(--seedon-green-950); }
.profile-row { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 28px; padding: 24px 4px; border-bottom: 1px solid var(--seedon-line); }
.profile-row dt { color: var(--seedon-green-700); font-size: 13px; font-weight: 800; }
.profile-row dd { margin: 0; color: #33433b; }
.ceo-message { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 80px; align-items: end; margin-top: 100px; padding-top: 80px; border-top: 1px solid var(--seedon-line); }
.ceo-quote { margin: 0; color: var(--seedon-green-950); font-size: clamp(30px, 3.2vw, 48px); font-weight: 600; line-height: 1.35; letter-spacing: -.04em; }
.ceo-copy p { margin: 0 0 18px; color: var(--seedon-muted); }
.ceo-signature { margin-top: 30px; color: var(--seedon-ink); font-weight: 700; }
.ceo-signature span { display: block; margin-bottom: 6px; color: var(--seedon-muted); font-size: 12px; font-weight: 500; }

.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 181px; width: 1px; content: ""; background: #c9d8cf; }
.timeline-item { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 64px; padding-bottom: 58px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-year { color: var(--seedon-green-950); font-family: Arial, sans-serif; font-size: 28px; font-weight: 700; line-height: 1; text-align: right; }
.timeline-content::before { position: absolute; top: 8px; left: 175px; width: 13px; height: 13px; border: 4px solid var(--seedon-mist); border-radius: 50%; content: ""; background: var(--seedon-green-700); }
.timeline-content h3 { margin: -4px 0 10px; font-size: 22px; font-weight: 700; letter-spacing: -.025em; }
.timeline-content p { max-width: 720px; margin: 0; color: var(--seedon-muted); }

.portfolio-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.portfolio-intro { padding: 58px 74px 58px 0; border-right: 1px solid rgba(255,255,255,.2); }
.portfolio-intro img { width: 100%; aspect-ratio: 16 / 9; margin-top: 46px; object-fit: cover; filter: saturate(.85) contrast(1.03); }
.portfolio-intro p { max-width: 620px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }
.portfolio-list { margin: 0; padding: 0 0 0 74px; list-style: none; }
.portfolio-item { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 24px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.portfolio-item:last-child { border-bottom: 0; }
.portfolio-order { color: var(--seedon-lime); font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; }
.portfolio-item h3 { margin: -7px 0 8px; font-size: 24px; font-weight: 600; }
.portfolio-item p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }

.performance-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 90px; align-items: start; }
.performance-image { position: relative; }
.performance-image img { width: 100%; min-height: 580px; object-fit: cover; }
.performance-stamp { position: absolute; right: -28px; bottom: 36px; width: 176px; padding: 24px; color: #fff; background: var(--seedon-green-900); }
.performance-stamp strong { display: block; color: var(--seedon-lime); font-family: Arial, sans-serif; font-size: 35px; line-height: 1; }
.performance-stamp span { display: block; margin-top: 8px; font-size: 12px; line-height: 1.55; }
.performance-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--seedon-green-950); }
.performance-item { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--seedon-line); }
.performance-label { color: var(--seedon-green-700); font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.performance-item h3 { margin: -5px 0 10px; font-size: 21px; font-weight: 700; }
.performance-item p { margin: 0; color: var(--seedon-muted); font-size: 14px; }
.world-band { margin-top: 110px; padding: 52px 58px; color: #fff; background: var(--seedon-green-900); }
.world-band h3 { max-width: 760px; margin: 0; font-size: clamp(27px, 3vw, 42px); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.country-list { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; color: rgba(255,255,255,.72); font-size: 13px; }

.contact { position: relative; padding: 112px 0; color: #fff; background: #041f15; }
.contact::before { position: absolute; inset: 0 55% 0 0; content: ""; background: linear-gradient(rgba(4,31,21,.4), rgba(4,31,21,.86)), url("assets/images/onions.jpg") center / cover; opacity: .72; }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: end; }
.contact-title { margin: 0; font-size: clamp(38px, 4.3vw, 64px); font-weight: 600; line-height: 1.16; letter-spacing: -.045em; }
.contact-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 50px; padding: 42px 0 0; border-top: 1px solid rgba(255,255,255,.24); }
.contact-item small { display: block; margin-bottom: 8px; color: var(--seedon-lime); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-item p, .contact-item a { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.65; }
.contact-item a { text-decoration-color: rgba(152,216,62,.55); text-underline-offset: 4px; }
.contact-item a:hover { color: #fff; text-decoration: underline; }
.contact-dock { position: fixed; z-index: 950; right: 24px; bottom: 26px; display: grid; width: 116px; padding: 8px; border: 1px solid rgba(7,82,53,.16); background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(4,31,21,.18); backdrop-filter: blur(14px); }
.contact-dock-label { padding: 6px 8px 9px; color: var(--seedon-green-700); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-dock-link { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 9px; border-top: 1px solid var(--seedon-line); color: var(--seedon-green-950); font-size: 12px; transition: color 160ms ease, background-color 160ms ease; }
.contact-dock-link span { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: var(--seedon-green-700); font-family: Arial, sans-serif; font-size: 15px; }
.contact-dock-link b { font-weight: 700; }
.contact-dock-link:hover { color: #fff; background: var(--seedon-green-900); }
.contact-dock-link:hover span { color: var(--seedon-lime); }
.contact-dock-tiktok { color: #fff; background: var(--seedon-green-950); }
.contact-dock-tiktok span { color: var(--seedon-lime); }
.site-footer { padding: 30px 0; color: rgba(255,255,255,.48); background: #041f15; border-top: 1px solid rgba(255,255,255,.1); }
.footer-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.footer-container p { margin: 0; }
.footer-link { color: rgba(255,255,255,.68); }

/* Motion is progressively enhanced: content stays visible when JavaScript is unavailable. */
.motion-ready .motion-reveal {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition: opacity 760ms cubic-bezier(.22, 1, .36, 1), transform 760ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--motion-delay, 0ms);
    will-change: opacity, transform;
}
.motion-ready .motion-reveal.motion-from-left { transform: translate3d(-34px, 0, 0); }
.motion-ready .motion-reveal.motion-from-right { transform: translate3d(34px, 0, 0); }
.motion-ready .motion-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-ready .hero-visual { animation: seedon-hero-settle 1.55s cubic-bezier(.22, 1, .36, 1) both; }
.motion-ready .hero-copy > * { animation: seedon-hero-rise 820ms cubic-bezier(.22, 1, .36, 1) both; }
.motion-ready .hero-copy > :nth-child(1) { animation-delay: 100ms; }
.motion-ready .hero-copy > :nth-child(2) { animation-delay: 190ms; }
.motion-ready .hero-copy > :nth-child(3) { animation-delay: 300ms; }
.motion-ready .hero-copy > :nth-child(4) { animation-delay: 410ms; }
.overview-image,
.portfolio-intro,
.performance-image { overflow: hidden; }
.overview-image img,
.portfolio-intro img,
.performance-image img { transition: transform 900ms cubic-bezier(.22, 1, .36, 1); }
@media (hover: hover) {
    .overview-image:hover img,
    .portfolio-intro:hover img,
    .performance-image:hover img { transform: scale(1.025); }
}
@keyframes seedon-hero-settle {
    from { opacity: .5; transform: scale(1.045); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes seedon-hero-rise {
    from { opacity: 0; transform: translate3d(0, 24px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 1080px) {
    .main-navigation { gap: 20px; }
    .nav-menu { gap: 18px; }
    .header-contact { display: none; }
    .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
    .section-heading { grid-template-columns: 110px minmax(0, 1fr); gap: 32px; }
    .overview-grid, .performance-layout { gap: 55px; }
}

@media (max-width: 960px) {
    html { scroll-padding-top: 70px; }
    .seedon-container { width: min(calc(100% - 36px), var(--container)); }
    .site-header { height: 70px; }
    .brand-link img, .custom-logo-link img { max-width: 164px; max-height: 36px; }
    .menu-toggle { display: block; }
    .main-navigation { position: absolute; top: 70px; right: 0; left: 0; display: block; width: 100vw; height: calc(100vh - 70px); padding: 22px 24px 44px; overflow-y: auto; background: rgba(255,255,255,.99); transform: translateX(100%); visibility: hidden; transition: transform 220ms ease, visibility 220ms ease; }
    .main-navigation.is-open { transform: translateX(0); visibility: visible; }
    .nav-menu { display: block; }
    .nav-menu li { border-bottom: 1px solid var(--seedon-line); }
    .nav-menu a { display: flex; align-items: center; min-height: 66px; padding: 0; font-size: 18px; }
    .nav-menu a::after { display: none; }
    .header-contact { display: inline-flex; width: 100%; min-height: 52px; margin-top: 20px; justify-content: center; }
    .language-switcher { gap: 6px; margin-top: 18px; padding: 18px 0 0; border-top: 1px solid var(--seedon-line); border-left: 0; }
    .language-switcher a { flex: 1; height: 42px; font-size: 12px; }
    .hero { min-height: auto; padding-top: 70px; }
    .hero-visual { position: relative; inset: auto; min-height: 390px; background-position: 34% center; }
    .hero-visual::after { background: linear-gradient(180deg, transparent 62%, #fff 100%); }
    .hero-inner { display: block; min-height: auto; }
    .hero-copy { padding: 38px 0 72px; }
    .hero h1 { max-width: 650px; font-size: clamp(42px, 9vw, 64px); }
    .hero-index { display: none; }
    .facts { grid-template-columns: repeat(2, 1fr); }
    .fact { min-height: 132px; padding: 26px 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
    .section { padding: 94px 0; }
    .section-heading { display: block; margin-bottom: 48px; }
    .section-number { margin-bottom: 18px; }
    .overview-grid, .ceo-message, .performance-layout, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
    .overview-image { position: static; }
    .overview-image img { aspect-ratio: 16 / 10; }
    .ceo-message { margin-top: 76px; padding-top: 58px; }
    .timeline::before { left: 117px; }
    .timeline-item { grid-template-columns: 92px minmax(0, 1fr); gap: 50px; }
    .timeline-content::before { left: 111px; }
    .timeline-year { font-size: 22px; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-intro { padding: 46px 0 58px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .portfolio-list { padding-left: 0; }
    .performance-image img { min-height: 430px; }
    .performance-stamp { right: 20px; }
    .contact::before { inset: 0 0 56% 0; }
    .contact-grid { padding-top: 120px; }
    .contact-copy { background: #041f15; }
}

@media (max-width: 540px) {
    body { font-size: 15px; word-break: normal; }
    .seedon-container { width: min(calc(100% - 28px), var(--container)); }
    .hero-visual { min-height: 285px; background-position: 25% center; }
    .hero-copy { padding: 30px 0 60px; }
    .eyebrow { margin-bottom: 16px; font-size: 11px; }
    .hero h1 { font-size: 39px; line-height: 1.14; word-break: keep-all; }
    .hero-description { margin-top: 20px; font-size: 16px; line-height: 1.7; }
    .hero-actions { margin-top: 28px; }
    .button { min-height: 48px; padding: 0 18px; font-size: 13px; }
    .fact { min-height: 118px; padding: 23px 16px; }
    .fact-number { font-size: 31px; }
    .fact-label { font-size: 12px; }
    .section { padding: 76px 0; }
    .section-title { font-size: 34px; line-height: 1.25; }
    .section-lede { font-size: 16px; }
    .profile-row { grid-template-columns: 1fr; gap: 6px; padding: 20px 2px; }
    .ceo-quote { font-size: 29px; }
    .timeline::before { left: 9px; }
    .timeline-item { display: block; padding: 0 0 44px 38px; }
    .timeline-year { margin-bottom: 10px; color: var(--seedon-green-700); font-size: 15px; text-align: left; }
    .timeline-content::before { top: 3px; left: 3px; }
    .timeline-content h3 { margin-top: 0; font-size: 20px; }
    .portfolio-intro img { margin-top: 32px; }
    .portfolio-item { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 30px 0; }
    .portfolio-item h3 { font-size: 21px; }
    .performance-image img { min-height: 350px; }
    .performance-stamp { right: 12px; bottom: 12px; width: 155px; padding: 19px; }
    .performance-item { grid-template-columns: 66px minmax(0, 1fr); gap: 14px; padding: 24px 0; }
    .world-band { margin-top: 74px; padding: 34px 24px; }
    .contact { padding: 82px 0; }
    .contact::before { inset: 0 0 63% 0; }
    .contact-grid { gap: 38px; padding-top: 80px; }
    .contact-title { font-size: 38px; }
    .contact-copy { grid-template-columns: 1fr; gap: 26px; padding-top: 30px; }
    .contact-dock { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; display: grid; grid-template-columns: repeat(3, 1fr); width: auto; padding: 5px; }
    .contact-dock-label { display: none; }
    .contact-dock-link { justify-content: center; min-height: 48px; padding: 0 8px; border-top: 0; border-left: 1px solid var(--seedon-line); }
    .contact-dock-link:first-of-type { border-left: 0; }
    .contact-dock-link span { width: 18px; }
    .site-footer { padding-bottom: 84px; }
    .footer-container { display: block; }
    .footer-link { display: inline-block; margin-top: 8px; }
}

.seedon-lang-pl .hero h1, .seedon-lang-en .hero h1 { font-size: clamp(43px, 4.5vw, 68px); letter-spacing: -.045em; }
.seedon-lang-pl .section-title, .seedon-lang-en .section-title { letter-spacing: -.035em; }
@media (max-width: 540px) {
    .seedon-lang-pl .hero h1, .seedon-lang-en .hero h1 { font-size: 35px; line-height: 1.18; }
    .seedon-lang-pl .section-title, .seedon-lang-en .section-title { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .motion-ready .motion-reveal { opacity: 1 !important; transform: none !important; }
}
