:root {
    --green: #304b3a;
    --green-dark: #193326;
    --green-soft: #45644f;
    --coral: #ef7d55;
    --coral-dark: #d96640;
    --cream: #fbf7ef;
    --sand: #f1eadb;
    --sage: #edf0e7;
    --white: #fffdf8;
    --ink: #20382b;
    --muted: #6d786f;
    --line: #dfe2da;
    --radius: 22px;
    --shadow: 0 22px 55px rgba(37, 61, 45, .13);
    --container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-shell { padding-inline: 24px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: #fff; color: #111; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 14px; color: #577064; font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255, 255, 255, .75); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
h1 em, h2 em { color: var(--coral); font-weight: inherit; }
.lead { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.button { min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 900; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(239, 125, 85, .38); outline-offset: 3px; }
.button--coral { background: var(--coral); color: #fff; box-shadow: 0 10px 24px rgba(239, 125, 85, .2); }
.button--coral:hover { background: var(--coral-dark); }
.button--green { background: var(--green); color: #fff; }
.button--outline { border-color: #bac4bc; color: var(--green); background: transparent; }
.button--small { min-height: 42px; padding: 10px 17px; font-size: .8rem; }
.button--full { width: 100%; }
.button-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--green); font-size: .84rem; font-weight: 900; }

/* Fejléc és navigáció */
.topbar { background: var(--green); color: rgba(255, 255, 255, .84); font-size: .72rem; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a:hover { color: #fff; }
.site-header { position: relative; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 1.15rem; }
.brand__copy { display: flex; flex-direction: column; }
.brand__copy strong { font: 600 1.3rem/1 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.brand__copy small { margin-top: 6px; color: #748178; font-size: .56rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(14px, 2vw, 31px); }
.main-nav > a, .nav-dropdown > button { min-height: 46px; padding: 0; display: inline-flex; align-items: center; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--ink); font-size: .82rem; font-weight: 800; cursor: pointer; }
.main-nav > a:hover, .main-nav > a.active, .nav-dropdown > button:hover { color: var(--coral); border-bottom-color: var(--coral); }
.nav-dropdown { position: relative; }
.nav-dropdown > button { gap: 5px; }
.nav-dropdown__menu { min-width: 230px; padding: 10px; position: absolute; top: calc(100% - 1px); left: -18px; display: grid; gap: 3px; visibility: hidden; opacity: 0; transform: translateY(8px); border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); transition: .2s ease; }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown.is-open .nav-dropdown__menu { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-dropdown__menu a { padding: 11px 13px; border-radius: 9px; color: var(--green); font-size: .83rem; font-weight: 800; }
.nav-dropdown__menu a:hover, .nav-dropdown__menu a.active { background: var(--sage); color: var(--coral-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { font-size: .79rem; font-weight: 900; white-space: nowrap; }
.menu-toggle { width: 46px; height: 46px; padding: 0; display: none; place-items: center; align-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--coral); cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; display: block; background: #fff; transition: .2s ease; }
.quick-nav { background: var(--sage); border-bottom: 1px solid #e1e4dd; }
.quick-nav__inner { min-height: 55px; display: flex; align-items: center; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.quick-nav__inner::-webkit-scrollbar { display: none; }
.quick-nav__inner > span { margin-right: 5px; color: #6b776e; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.quick-nav a { padding: 9px 15px; flex: 0 0 auto; border-radius: 999px; background: #fff; color: var(--green); font-size: .72rem; font-weight: 900; transition: .2s ease; }
.quick-nav a:first-of-type, .quick-nav a:hover { background: var(--green); color: #fff; }

/* Főoldali hero */
.home-hero { padding-top: 46px; padding-bottom: 38px; }
.home-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; }
.home-hero__copy { min-height: 510px; padding: clamp(42px, 5vw, 74px); display: flex; flex-direction: column; justify-content: center; border-radius: 42px 10px 42px 10px; background: var(--sand); }
.home-hero h1 { margin: 0; font-size: clamp(3.25rem, 5.2vw, 5.5rem); }
.home-hero .lead { max-width: 580px; margin: 25px 0 0; }
.home-hero__mosaic { min-height: 510px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 11px; }
.hero-photo { min-height: 0; margin: 0; position: relative; overflow: hidden; border-radius: 10px; background: #dfe6dc; }
.hero-photo--main { grid-row: 1 / 3; border-radius: 10px 42px 10px 42px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 11px 14px; border-radius: 10px; background: rgba(255, 253, 248, .92); color: var(--green); font-size: .72rem; font-weight: 900; backdrop-filter: blur(6px); }

/* Képes szolgáltatásválasztó */
.service-chooser { margin-top: -5px; margin-bottom: 0; padding: 24px 30px; position: relative; z-index: 3; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr) .82fr; align-items: stretch; gap: 12px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.service-chooser h2 { margin: 0; align-self: center; font-size: 1.65rem; }
.chooser-card { min-height: 94px; padding: 0; position: relative; overflow: hidden; display: flex; align-items: flex-end; border: 1px solid #dce0da; border-radius: 16px; color: #fff; }
.chooser-card::after { content: ''; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(14, 38, 24, .88)); }
.chooser-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.chooser-card:hover img { transform: scale(1.06); }
.chooser-card span { padding: 11px 12px; position: relative; z-index: 2; font-size: .72rem; font-weight: 900; line-height: 1.25; }
.chooser-next { align-self: center; }

/* Szezonális blokk */
.season-section { margin-top: 54px; padding: 58px 0; background: var(--green); color: #fff; }
.season-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: center; }
.season-heading h2 { max-width: 470px; margin: 0; color: #fff; font-size: clamp(2.3rem, 3.4vw, 3.7rem); }
.season-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.season-card { overflow: hidden; border-radius: 18px; background: rgba(255, 255, 255, .09); }
.season-card img { width: 100%; height: 130px; object-fit: cover; }
.season-card > div { padding: 18px 18px 20px; }
.season-card span { color: #f39a78; font-size: .72rem; font-weight: 900; }
.season-card h3 { margin: 8px 0 9px; color: #fff; font: 800 .95rem/1.2 Arial, sans-serif; letter-spacing: 0; }
.season-card p { margin: 0; color: rgba(255, 255, 255, .66); font-size: .78rem; line-height: 1.5; }

/* Csomagok és referenciák */
.packages-section, .references-section, .details-section, .process-section, .faq-section, .contact-process { padding: 84px 0; }
.section-heading { margin-bottom: 32px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.35rem, 4vw, 4.1rem); }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { overflow: hidden; border: 1px solid #e4e1d9; border-radius: 22px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.package-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.package-card--featured { border-color: #e99b7e; background: var(--sand); }
.package-card > img { width: 100%; height: 220px; object-fit: cover; }
.package-card__body { padding: 25px; }
.package-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .71rem; font-weight: 900; }
.package-meta b { color: var(--coral); }
.package-card h3 { margin: 22px 0 12px; font-size: 1.75rem; }
.package-card p { min-height: 78px; margin: 0 0 20px; color: var(--muted); font-size: .9rem; }
.references-section { background: #eeece4; }
.reference-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 14px; }
.reference-card { min-height: 390px; margin: 0; position: relative; overflow: hidden; border-radius: 22px; }
.reference-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.reference-card:hover img { transform: scale(1.03); }
.reference-card::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(13, 34, 23, .84)); }
.reference-card figcaption { right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; position: absolute; z-index: 2; display: flex; flex-direction: column; border-radius: 12px; background: rgba(255, 253, 248, .92); }
.reference-card figcaption span { color: var(--green); font-weight: 900; }
.reference-card figcaption b { margin-top: 3px; color: var(--muted); font-size: .75rem; }

/* CTA és lábléc */
.cta-section { padding-top: 72px; padding-bottom: 72px; }
.cta-card { padding: clamp(34px, 5vw, 66px); display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 42px 12px 42px 12px; background: var(--green); color: #fff; }
.cta-card h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(2.25rem, 4vw, 4rem); }
.cta-card p:not(.eyebrow) { max-width: 700px; margin: 17px 0 0; color: rgba(255, 255, 255, .68); }
.cta-card .button { flex: 0 0 auto; }
.site-footer { padding: 68px 0 26px; background: var(--green-dark); color: rgba(255, 255, 255, .68); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 58px; }
.brand--footer { color: #fff; }
.brand--footer .brand__mark { border-color: rgba(255, 255, 255, .6); color: #fff; }
.footer-grid > div:first-child p { max-width: 330px; }
.footer-grid h2 { margin: 0 0 20px; color: #fff; font: 800 .82rem/1.2 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a:not(.button):hover { color: #fff; }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .75rem; }
.mobile-fixed-cta { display: none; }

/* Szolgáltatási aloldalak */
.subpage-hero { padding-top: 44px; padding-bottom: 58px; }
.subpage-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 26px; }
.subpage-hero__copy { min-height: 535px; padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; border-radius: 42px 10px 42px 10px; background: var(--sand); }
.breadcrumbs { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 9px; color: #76837a; font-size: .75rem; font-weight: 700; }
.breadcrumbs a:hover { color: var(--coral-dark); }
.subpage-hero h1 { margin: 0; font-size: clamp(3.05rem, 5vw, 5.25rem); }
.subpage-hero .lead { max-width: 630px; margin: 24px 0 0; }
.subpage-hero__image { min-height: 535px; margin: 0; position: relative; overflow: hidden; border-radius: 10px 42px 10px 42px; }
.subpage-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.subpage-hero__image figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 12px 15px; border-radius: 11px; background: rgba(255, 253, 248, .92); color: var(--green); font-size: .75rem; font-weight: 900; }
.details-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.details-copy h2, .faq-heading h2 { margin: 0; font-size: clamp(2.25rem, 3.6vw, 3.85rem); }
.details-copy > p:not(.eyebrow) { max-width: 600px; margin: 22px 0; color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-list > div { min-height: 82px; padding: 17px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.check-list span { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; border-radius: 10px; background: var(--sage); color: var(--green); font-weight: 900; }
.check-list p { margin: 0; font-size: .9rem; font-weight: 800; }
.process-section { background: var(--sage); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.process-card { padding: 31px; border-radius: 20px; background: #fff; border: 1px solid #e1e4dd; }
.process-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-size: .77rem; font-weight: 900; }
.process-card h3 { margin: 27px 0 12px; font-size: 1.65rem; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.split-feature { padding-top: 84px; padding-bottom: 84px; }
.split-feature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border-radius: 34px 10px 34px 10px; background: var(--green); }
.split-feature__image { min-height: 540px; margin: 0; }
.split-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.split-feature__copy { padding: clamp(42px, 6vw, 82px); color: #fff; }
.split-feature__copy h2 { margin: 0; color: #fff; font-size: clamp(2.25rem, 3.6vw, 3.85rem); }
.split-feature__copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .68); }
.mini-service-links { margin-top: 30px; display: grid; }
.mini-service-links a { padding: 15px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .18); font-size: .86rem; font-weight: 900; }
.mini-service-links a:hover { color: #f6a384; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.accordion article { border-top: 1px solid #cfd5cf; }
.accordion article:last-child { border-bottom: 1px solid #cfd5cf; }
.accordion button { width: 100%; min-height: 74px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; text-align: left; font-weight: 900; cursor: pointer; }
.accordion button span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; border-radius: 50%; background: var(--green); color: #fff; transition: transform .2s ease; }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion article > div > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); }
.accordion article.is-open > div { grid-template-rows: 1fr; }
.accordion article.is-open > div > p { padding: 0 50px 24px 0; }
.accordion article.is-open button span { transform: rotate(45deg); }

/* Kapcsolat */
.contact-hero { padding-top: 46px; padding-bottom: 76px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-copy { min-height: 690px; padding: clamp(38px, 5vw, 70px); border-radius: 42px 10px 42px 10px; background: var(--sand); }
.contact-copy h1 { margin: 0; font-size: clamp(3rem, 4.9vw, 5.1rem); }
.contact-copy .lead { margin: 24px 0 0; }
.contact-cards { margin-top: 38px; display: grid; gap: 10px; }
.contact-cards > * { padding: 15px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(48, 75, 58, .14); border-radius: 14px; background: rgba(255, 255, 255, .5); }
.contact-cards > * > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 12px; background: var(--green); color: #fff; }
.contact-cards div div, .contact-cards a div { display: flex; flex-direction: column; }
.contact-cards small { color: var(--muted); font-size: .7rem; }
.contact-cards strong { color: var(--green); font-size: .9rem; }
.contact-form-card { padding: clamp(32px, 4.5vw, 60px); border-radius: 10px 42px 10px 42px; background: #fff; box-shadow: var(--shadow); }
.contact-form-card h2 { margin: 0 0 10px; font-size: clamp(2.25rem, 3vw, 3.25rem); }
.contact-form-card > p:not(.eyebrow) { margin: 0 0 25px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field > span { color: var(--green); font-size: .78rem; font-weight: 900; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #ced5cf; border-radius: 10px; background: #fcfcf9; color: var(--ink); }
.form-field input, .form-field select { min-height: 50px; }
.form-field textarea { min-height: 135px; resize: vertical; }
.form-field small { align-self: flex-end; color: #879188; font-size: .68rem; }
.check-field { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .78rem; }
.check-field input { width: 19px; height: 19px; margin-top: 1px; accent-color: var(--green); }
.check-field a { color: var(--green); font-weight: 800; text-decoration: underline; }
.contact-form-card .button { margin-top: 19px; }
.form-note { margin: 10px 0 0 !important; text-align: center; font-size: .69rem; }
.form-alert { margin-bottom: 18px; padding: 14px 16px; border: 1px solid #e4a38d; border-radius: 10px; background: #fff2ed; color: #7b351f; font-size: .82rem; }
.form-alert ul { margin: 7px 0 0; padding-left: 18px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-process { background: var(--sage); }

/* Köszönet és jogi oldal */
.success-section { min-height: 650px; padding-top: 90px; padding-bottom: 90px; display: grid; place-items: center; }
.success-card { width: min(100%, 760px); padding: 65px; text-align: center; border-radius: 42px 10px 42px 10px; background: var(--sand); box-shadow: var(--shadow); }
.success-card > span { width: 65px; height: 65px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-size: 1.6rem; font-weight: 900; }
.success-card h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4rem); }
.success-card p:not(.eyebrow) { color: var(--muted); }
.success-card .button-row { justify-content: center; }
.legal-page { max-width: 940px; padding-top: 80px; padding-bottom: 90px; }
.legal-page h1 { margin: 0 0 35px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.legal-page h2 { margin: 44px 0 12px; font-size: 1.8rem; }
.legal-page p { color: var(--muted); }
.legal-notice { padding: 20px; border-left: 4px solid var(--coral); border-radius: 8px; background: var(--sand); }

/* Finom belépő animáció */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
    .site-header__inner { gap: 18px; }
    .main-nav { gap: 14px; }
    .main-nav > a, .nav-dropdown > button { font-size: .74rem; }
    .header-phone span { display: none; }
    .service-chooser { grid-template-columns: 1fr repeat(4, 1fr); }
    .service-chooser h2 { grid-column: 1 / -1; }
    .chooser-next { grid-column: 1 / -1; justify-self: end; }
}

@media (max-width: 900px) {
    body { padding-bottom: 72px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section-shell { padding-inline: 0; }
    .topbar__inner span:first-child { display: none; }
    .topbar__inner { justify-content: center; min-height: 28px; font-size: .62rem; }
    .site-header__inner { min-height: 72px; display: flex; justify-content: space-between; }
    .brand__mark { width: 38px; height: 38px; }
    .brand__copy strong { font-size: 1.1rem; }
    .brand__copy small { font-size: .48rem; }
    .main-nav { width: 100%; max-height: 0; padding: 0 18px; position: fixed; z-index: 40; top: 100px; right: 0; left: 0; overflow: hidden; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: 0 18px 35px rgba(26, 50, 37, .16); transition: max-height .3s ease, padding .3s ease; }
    .main-nav.is-open { max-height: calc(100vh - 100px); padding-top: 14px; padding-bottom: 22px; overflow-y: auto; }
    .main-nav > a, .nav-dropdown > button { width: 100%; min-height: 50px; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .88rem; }
    .nav-dropdown__menu { min-width: 0; padding: 0 0 8px 12px; position: static; display: none; visibility: visible; opacity: 1; transform: none; border: 0; box-shadow: none; background: transparent; }
    .nav-dropdown.is-open .nav-dropdown__menu { display: grid; }
    .menu-toggle { display: grid; }
    .header-quote, .header-phone { display: none; }
    .quick-nav__inner { width: 100%; padding: 10px 14px; min-height: auto; }
    .quick-nav__inner > span { display: none; }
    .quick-nav a { padding: 8px 11px; font-size: .65rem; }
    .mobile-fixed-cta { height: 52px; position: fixed; z-index: 60; right: 12px; bottom: 10px; left: 12px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--coral); color: #fff; font-size: .82rem; font-weight: 900; box-shadow: 0 14px 28px rgba(38, 58, 45, .25); }

    .home-hero { padding-top: 14px; }
    .home-hero__grid { display: flex; flex-direction: column; gap: 0; }
    .home-hero__mosaic { min-height: 360px; order: -1; display: block; }
    .hero-photo--main { height: 360px; border-radius: 14px 34px 14px 14px; }
    .home-hero__mosaic .hero-photo:not(.hero-photo--main) { display: none; }
    .home-hero__copy { width: calc(100% - 24px); min-height: auto; margin: -58px auto 0; padding: 30px 26px; position: relative; z-index: 2; border-radius: 30px 10px 30px 10px; box-shadow: var(--shadow); }
    .home-hero h1 { font-size: clamp(2.65rem, 10vw, 4rem); }
    .home-hero .lead { margin-top: 18px; font-size: .96rem; }
    .home-hero .button-row { margin-top: 20px; }
    .home-hero .button { width: 100%; }
    .service-chooser { width: auto; margin: 14px; padding: 44px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; border-radius: 0; background: transparent; box-shadow: none; }
    .service-chooser h2 { grid-column: 1 / -1; margin-bottom: 6px; font-size: 2rem; }
    .chooser-card { min-height: 125px; border-radius: 17px; }
    .chooser-card span { padding: 12px; font-size: .74rem; }
    .chooser-next { display: none; }
    .season-section { margin-top: 34px; padding: 48px 0; }
    .season-grid { display: block; }
    .season-heading h2 { font-size: 2.5rem; }
    .season-list { margin-top: 27px; display: grid; grid-template-columns: 1fr; }
    .season-card { min-height: 105px; display: grid; grid-template-columns: 130px 1fr; }
    .season-card img { width: 130px; height: 100%; min-height: 105px; }
    .season-card > div { padding: 18px; }
    .packages-section, .references-section, .details-section, .process-section, .faq-section, .contact-process { padding: 58px 0; }
    .section-heading { display: block; }
    .section-heading h2 { font-size: 2.55rem; }
    .section-heading > p, .section-heading > a { margin-top: 17px; }
    .package-grid { grid-template-columns: 1fr; }
    .package-card > img { height: 230px; }
    .package-card p { min-height: 0; }
    .reference-grid { grid-template-columns: 1fr 1fr; }
    .reference-card { min-height: 260px; }
    .reference-card--large { grid-column: 1 / -1; min-height: 360px; }
    .cta-section { padding-top: 48px; padding-bottom: 48px; }
    .cta-card { display: block; border-radius: 30px 10px 30px 10px; }
    .cta-card h2 { font-size: 2.5rem; }
    .cta-card .button { width: 100%; margin-top: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }

    .subpage-hero { padding-top: 14px; padding-bottom: 46px; }
    .subpage-hero__grid { display: flex; flex-direction: column; gap: 0; }
    .subpage-hero__image { min-height: 365px; order: -1; border-radius: 14px 34px 14px 14px; }
    .subpage-hero__copy { width: calc(100% - 24px); min-height: auto; margin: -48px auto 0; padding: 30px 26px; position: relative; z-index: 2; border-radius: 30px 10px 30px 10px; box-shadow: var(--shadow); }
    .subpage-hero h1 { font-size: clamp(2.65rem, 10vw, 4rem); }
    .subpage-hero .button { width: 100%; }
    .details-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
    .check-list { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .split-feature { padding-top: 55px; padding-bottom: 55px; }
    .split-feature__grid { grid-template-columns: 1fr; }
    .split-feature__image { min-height: 340px; }
    .contact-grid { display: flex; flex-direction: column; }
    .contact-copy { min-height: auto; padding: 36px 27px; }
    .contact-copy h1 { font-size: clamp(2.7rem, 10vw, 4rem); }
    .contact-form-card { padding: 35px 26px; }
}

@media (max-width: 560px) {
    .button-row { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .reference-grid { grid-template-columns: 1fr; }
    .reference-card, .reference-card--large { grid-column: auto; min-height: 300px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field--full { grid-column: auto; }
    .success-card { padding: 40px 22px; }
    .success-card .button-row { align-items: stretch; }
}

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