:root {
    --paper: #f4f2ec;
    --paper-2: #ebe9e1;
    --white: #fff;
    --ink: #17211c;
    --muted: #68716b;
    --line: rgba(23, 33, 28, .13);
    --green: #315c46;
    --green-dark: #204232;
    --green-soft: #dfe8e1;
    --sand: #c8aa76;
    --radius: 26px;
    --shadow: 0 24px 70px rgba(32, 44, 37, .12);
    --shell: min(1220px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.modal-open,
body.lightbox-open {
    overflow: hidden;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.shell {
    width: var(--shell);
    margin: 0 auto;
}

.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;
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
    background: rgba(244, 242, 236, .93);
    border-color: var(--line);
    box-shadow: 0 8px 30px rgba(32, 44, 37, .06);
    backdrop-filter: blur(16px);
}

.header-inner {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 26px;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    position: relative;
    display: block;
    width: 43px;
    height: 38px;
}

.brand-mark i {
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    border: 1px solid rgba(23, 33, 28, .24);
    border-radius: 60% 45% 55% 50%;
    background: linear-gradient(145deg, #fff, #d9d9d4);
    box-shadow: 0 4px 8px rgba(23, 33, 28, .12);
    transform: rotate(-12deg);
}

.brand-mark i:nth-child(1) {
    bottom: 2px;
    left: 0;
}

.brand-mark i:nth-child(2) {
    right: 0;
    bottom: 1px;
    transform: rotate(9deg);
}

.brand-mark i:nth-child(3) {
    top: 0;
    left: 10px;
    transform: rotate(3deg);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy strong {
    font-size: 18px;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.brand-copy small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.6vw, 25px);
    margin: 0 auto;
}

.site-nav a {
    position: relative;
    font-size: 13px;
    font-weight: 650;
    white-space: nowrap;
}

.site-nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--green);
    content: "";
    transform: scaleX(0);
    transition: transform .2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
}

.header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
}

.header-phone {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.text-button {
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: var(--green);
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px 9px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .6);
}

.nav-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 4px 0;
    border-radius: 2px;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 760px;
    padding: 145px 0 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 81% 40%, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .5) 25%, transparent 49%),
        linear-gradient(135deg, #eeece5 0%, #f8f6f0 56%, #e8e6df 100%);
}

.hero::before {
    position: absolute;
    top: 130px;
    right: -180px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(49, 92, 70, .14);
    border-radius: 50%;
    content: "";
}

.hero::after {
    position: absolute;
    top: 235px;
    right: -65px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(49, 92, 70, .1);
    border-radius: 50%;
    content: "";
}

.hero-grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .35;
    background:
        linear-gradient(115deg, transparent 0 46%, rgba(49, 92, 70, .03) 46.1% 46.2%, transparent 46.3%),
        linear-gradient(25deg, transparent 0 66%, rgba(200, 170, 118, .045) 66.1% 66.2%, transparent 66.3%);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 535px;
    grid-template-columns: 1.03fr .97fr;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding-bottom: 52px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow i {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(49, 92, 70, .1);
}

.hero h1 {
    max-width: 710px;
    margin: 25px 0 25px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5.2vw, 78px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .98;
}

.hero h1 em {
    display: block;
    color: var(--green);
    font-weight: 400;
}

.hero-lead {
    max-width: 610px;
    margin: 0;
    color: #4f5b54;
    font-size: 18px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(49, 92, 70, .28);
    outline-offset: 3px;
}

.button-primary {
    color: #fff;
    background: var(--green);
    box-shadow: 0 14px 30px rgba(49, 92, 70, .2);
}

.button-primary:hover {
    background: var(--green-dark);
}

.button-ghost {
    border-color: var(--line);
    background: rgba(255, 255, 255, .55);
}

.button-ghost span {
    color: var(--green);
    font-size: 18px;
}

.button-outline {
    border-color: rgba(23, 33, 28, .3);
    background: transparent;
}

.button-light {
    color: var(--ink);
    background: #fff;
}

.button-full {
    width: 100%;
}

.hero-trust {
    display: grid;
    max-width: 610px;
    margin-top: 43px;
    grid-template-columns: repeat(3, 1fr);
}

.hero-trust div {
    display: flex;
    padding-right: 20px;
    border-right: 1px solid var(--line);
    flex-direction: column;
}

.hero-trust div + div {
    padding-left: 20px;
}

.hero-trust div:last-child {
    border: 0;
}

.hero-trust strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
}

.hero-trust span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
}

.hero-visual {
    position: absolute;
    z-index: 1;
    top: -75px;
    right: -220px;
    width: 800px;
    height: 655px;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.hero-badge {
    position: absolute;
    right: 210px;
    bottom: 30px;
    display: flex;
    width: 142px;
    height: 142px;
    border: 1px solid rgba(49, 92, 70, .25);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(244, 242, 236, .87);
    box-shadow: var(--shadow);
    text-align: center;
    backdrop-filter: blur(9px);
}

.hero-badge span,
.hero-badge small {
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hero-badge strong {
    max-width: 95px;
    margin: 5px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.1;
}

.hero-proof {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 80px;
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.hero-proof span {
    position: relative;
    padding-left: 20px;
    color: #59655e;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .02em;
}

.hero-proof span::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sand);
    content: "";
}

.section {
    padding: 105px 0;
}

.section-heading {
    margin-bottom: 42px;
}

.section-heading h2,
.calculator-copy h2,
.delivery-copy h2,
.sample-card h2,
.request-modal h2 {
    margin: 14px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 57px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.heading-row {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 60px;
}

.heading-row p {
    max-width: 450px;
    margin: 0 0 5px auto;
    color: var(--muted);
}

.centered {
    text-align: center;
}

.catalog-section {
    background: #fff;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.product-card {
    overflow: hidden;
    border: 1px solid #ecece8;
    border-radius: 22px;
    background: #f8f8f5;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
    z-index: 2;
    box-shadow: 0 22px 50px rgba(32, 44, 37, .11);
    transform: translateY(-6px);
}

.product-image {
    position: relative;
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: #ecece8;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.035);
}

.product-image > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(23, 33, 28, .72);
    font-size: 10px;
    font-weight: 750;
    opacity: 0;
    transition: opacity .2s ease;
    backdrop-filter: blur(5px);
}

.product-image:hover > span {
    opacity: 1;
}

.product-body {
    padding: 22px;
}

.product-label {
    color: var(--green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-card h3 {
    min-height: 54px;
    margin: 10px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.product-card dl {
    min-height: 66px;
    margin: 0;
    border-top: 1px solid var(--line);
}

.product-card dl > div {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.product-card dt {
    color: var(--muted);
    font-size: 12px;
}

.product-card dd {
    margin: 0;
    font-size: 13px;
    font-weight: 750;
    text-align: right;
}

.product-footer {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-footer strong {
    font-size: 17px;
}

.product-footer button {
    padding: 9px 14px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--green);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.product-card-extra {
    display: none;
}

.catalog-grid.is-expanded .product-card-extra {
    display: block;
    animation: fade-in .35s ease both;
}

.catalog-more,
.gallery-more {
    margin-top: 30px;
    text-align: center;
}

@keyframes fade-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.advantages-section {
    position: relative;
    overflow: hidden;
}

.advantages-section::before {
    position: absolute;
    top: -240px;
    left: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(49, 92, 70, .1);
    border-radius: 50%;
    content: "";
}

.advantage-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--line);
}

.advantage-grid article {
    min-height: 320px;
    padding: 31px 28px;
    background: var(--paper);
}

.advantage-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(49, 92, 70, .24);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.advantage-grid h3 {
    margin: 70px 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.15;
}

.advantage-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.calculator-section {
    color: #f6f7f4;
    background: var(--green-dark);
}

.calculator-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 90px;
}

.calculator-copy .section-kicker {
    color: #b9d0c0;
}

.calculator-copy h2 {
    color: #fff;
}

.calculator-copy > p {
    max-width: 520px;
    color: rgba(255, 255, 255, .68);
    font-size: 17px;
}

.calculator-copy ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.calculator-copy li {
    position: relative;
    margin: 12px 0;
    padding-left: 25px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.calculator-copy li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sand);
    content: "";
}

.calculator-card {
    padding: 38px;
    border-radius: var(--radius);
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .2);
}

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.field-grid label > span:first-child {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.input-wrap {
    display: flex;
    min-height: 58px;
    padding: 0 17px;
    border: 1px solid var(--line);
    border-radius: 14px;
    align-items: center;
    background: #f8f8f5;
}

.input-wrap input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 750;
}

.input-wrap b {
    color: var(--muted);
    font-size: 13px;
}

.calculator-result {
    display: flex;
    min-height: 155px;
    margin: 18px 0;
    padding: 25px;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--green-soft);
    text-align: center;
}

.calculator-result span {
    color: var(--green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.calculator-result strong {
    margin: 7px 0 3px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -.04em;
}

.calculator-result small {
    color: var(--muted);
}

.calculator-disclaimer {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}

.gallery-section {
    background: #fff;
}

.gallery-grid {
    display: grid;
    grid-auto-rows: 235px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery-grid a {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--paper-2);
}

.gallery-grid a:nth-child(1),
.gallery-grid a:nth-child(6) {
    grid-column: span 2;
}

.gallery-grid a:nth-child(3),
.gallery-grid a:nth-child(7) {
    grid-row: span 2;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .35s ease, transform .5s ease;
}

.gallery-grid a:hover img {
    filter: brightness(.9);
    transform: scale(1.035);
}

.gallery-extra {
    display: none;
}

.gallery-grid.is-expanded .gallery-extra {
    display: block;
    animation: fade-in .35s ease both;
}

.delivery-section {
    padding: 0;
    color: #fff;
    background: var(--green);
}

.delivery-grid {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr 1fr;
}

.delivery-photo {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.delivery-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery-photo > div {
    position: absolute;
    right: 35px;
    bottom: 35px;
    display: flex;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 15px;
    flex-direction: column;
    background: rgba(32, 66, 50, .84);
    backdrop-filter: blur(10px);
}

.delivery-photo strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
}

.delivery-photo span {
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}

.delivery-copy {
    display: flex;
    max-width: 650px;
    padding: 95px 55px 95px 85px;
    justify-content: center;
    flex-direction: column;
}

.delivery-copy .section-kicker {
    color: #c9ddce;
}

.delivery-copy h2 {
    color: #fff;
}

.delivery-copy > p {
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
}

.delivery-list {
    margin: 26px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.delivery-list > div {
    display: grid;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    grid-template-columns: 100px 1fr;
    gap: 20px;
}

.delivery-list b {
    font-size: 14px;
}

.delivery-list span {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}

.sample-section {
    padding-top: 85px;
    padding-bottom: 85px;
}

.sample-card {
    display: grid;
    padding: 52px 58px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    background:
        radial-gradient(circle at 5% 100%, rgba(49, 92, 70, .14), transparent 34%),
        #eeece5;
}

.sample-card h2 {
    font-size: clamp(35px, 3vw, 49px);
}

.sample-card p {
    max-width: 530px;
    color: var(--muted);
}

.sample-form .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sample-form .wpcf7-form > p {
    display: contents;
}

.sample-form .wpcf7-form-control-wrap {
    display: block;
}

.sample-form input[type="text"],
.sample-form input[type="tel"] {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 13px;
    outline: 0;
    background: #fff;
}

.sample-form input[type="submit"] {
    grid-column: 1 / -1;
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--green);
    cursor: pointer;
    font-weight: 800;
}

.sample-form .wpcf7-spinner {
    display: none;
}

.sample-form small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 10px;
}

.contacts-section {
    background: #fff;
}

.contacts-grid {
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.contact-card {
    display: flex;
    min-height: 190px;
    padding: 28px;
    border: 1px solid #ecece8;
    border-radius: 20px;
    justify-content: center;
    flex-direction: column;
    background: #f8f8f5;
}

.contact-card > span {
    margin-bottom: 18px;
    color: var(--green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-card a,
.contact-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.contact-card small {
    margin-top: 8px;
    color: var(--muted);
}

.map-frame {
    height: 450px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--paper-2);
}

.map-frame iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    filter: saturate(.65) contrast(.95);
}

.site-footer {
    padding: 70px 0 25px;
    color: rgba(255, 255, 255, .75);
    background: #15261d;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .8fr;
    gap: 60px;
}

.brand-light .brand-copy strong {
    color: #fff;
}

.brand-light .brand-copy small {
    color: rgba(255, 255, 255, .5);
}

.footer-note {
    max-width: 390px;
    margin-top: 25px;
    color: rgba(255, 255, 255, .5);
}

.footer-links,
.footer-contacts {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.footer-links strong,
.footer-contacts strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.footer-links a,
.footer-contacts a {
    font-size: 14px;
}

.footer-bottom {
    display: flex;
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    justify-content: space-between;
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
}

.request-modal {
    position: fixed;
    z-index: 1000;
    display: flex;
    padding: 20px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    opacity: 0;
    inset: 0;
    transition: opacity .2s ease, visibility .2s ease;
}

.request-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.request-modal__backdrop {
    position: absolute;
    background: rgba(13, 23, 17, .72);
    inset: 0;
    backdrop-filter: blur(7px);
}

.request-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(530px, 100%);
    padding: 42px;
    border-radius: 25px;
    background: var(--paper);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
    transform: translateY(15px);
    transition: transform .25s ease;
}

.request-modal.is-open .request-modal__dialog {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.request-modal h2 {
    font-size: 39px;
}

.request-modal__dialog > p {
    color: var(--muted);
}

.request-modal__form {
    margin-top: 24px;
}

.request-modal__form .wpcf7-form > p {
    margin: 10px 0;
}

.request-modal__form input[type="text"],
.request-modal__form input[type="tel"] {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 13px;
    outline: 0;
    background: #fff;
}

.request-modal__form input[type="submit"] {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--green);
    cursor: pointer;
    font-weight: 800;
}

.request-modal__form input[name="btnTarget"] {
    display: none;
}

.request-modal__dialog > small {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 10px;
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #a3443d;
    font-size: 11px;
}

.wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 9px 12px !important;
    border: 1px solid rgba(49, 92, 70, .3) !important;
    border-radius: 10px;
    font-size: 12px;
}

.lightbox {
    position: fixed;
    z-index: 1100;
    display: flex;
    padding: 55px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(10, 15, 12, .92);
    inset: 0;
    transition: opacity .2s ease, visibility .2s ease;
}

.lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.lightbox img {
    max-width: min(1180px, 86vw);
    max-height: 86vh;
    border-radius: 13px;
    object-fit: contain;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .45);
}

.lightbox-close,
.lightbox-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    font-size: 32px;
}

.lightbox-close {
    top: 24px;
    right: 24px;
}

.lightbox-prev {
    left: 25px;
}

.lightbox-next {
    right: 25px;
}

.floating-contact {
    position: fixed;
    z-index: 90;
    right: 22px;
    bottom: 22px;
    display: flex;
    min-width: 126px;
    padding: 12px 17px;
    border: 3px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    background: #198c4e;
    box-shadow: 0 10px 35px rgba(25, 140, 78, .3);
    transition: transform .2s ease;
}

.floating-contact:hover {
    transform: translateY(-3px);
}

.floating-contact span {
    font-size: 9px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.floating-contact b {
    font-size: 13px;
}

.inner-page {
    min-height: 70vh;
    padding-top: 150px;
    background: #fff;
}

.prose {
    max-width: 860px;
}

.prose h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
    letter-spacing: -.04em;
}

.prose h2 {
    margin-top: 40px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 500;
}

.prose p,
.prose li {
    color: var(--muted);
}

@media (max-width: 1100px) {
    .site-nav {
        gap: 14px;
    }

    .site-nav a {
        font-size: 11px;
    }

    .hero-visual {
        right: -300px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .calculator-grid {
        gap: 45px;
    }
}

@media (max-width: 900px) {
    :root {
        --shell: min(100% - 30px, 720px);
    }

    .header-inner {
        min-height: 74px;
    }

    .header-contact {
        display: none;
    }

    .nav-toggle {
        display: block;
        margin-left: auto;
        cursor: pointer;
    }

    .site-nav {
        position: absolute;
        top: 74px;
        right: 15px;
        left: 15px;
        display: flex;
        padding: 15px;
        visibility: hidden;
        border: 1px solid var(--line);
        border-radius: 18px;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        background: rgba(244, 242, 236, .98);
        box-shadow: var(--shadow);
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .site-nav.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .site-nav a {
        padding: 12px 8px;
        border-bottom: 1px solid var(--line);
        font-size: 14px;
    }

    .site-nav a:last-child {
        border: 0;
    }

    .hero {
        min-height: auto;
        padding-top: 115px;
    }

    .hero-grid {
        display: flex;
        min-height: auto;
        flex-direction: column;
    }

    .hero-copy {
        max-width: none;
        padding-bottom: 0;
    }

    .hero h1 {
        max-width: 720px;
        font-size: clamp(45px, 9vw, 72px);
    }

    .hero-visual {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 420px;
        margin-top: -15px;
    }

    .hero-badge {
        right: 6%;
        bottom: 15px;
    }

    .hero-proof {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 14px;
        padding: 22px 0;
    }

    .heading-row,
    .calculator-grid,
    .sample-card {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .heading-row p {
        margin-left: 0;
    }

    .calculator-card {
        max-width: 650px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery-grid {
        grid-template-columns: 1fr;
    }

    .delivery-photo {
        min-height: 520px;
    }

    .delivery-copy {
        max-width: var(--shell);
        margin: 0 auto;
        padding: 70px 0;
    }

    .sample-card {
        padding: 40px;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        min-height: 155px;
    }
}

@media (max-width: 620px) {
    :root {
        --shell: calc(100% - 24px);
        --radius: 20px;
    }

    .brand-copy strong {
        font-size: 15px;
    }

    .brand-copy small {
        font-size: 8px;
    }

    .hero {
        padding-top: 102px;
    }

    .eyebrow {
        max-width: 300px;
        font-size: 9px;
    }

    .hero h1 {
        margin-top: 18px;
        font-size: clamp(41px, 12.5vw, 59px);
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .hero-trust {
        gap: 0;
    }

    .hero-trust div {
        padding-right: 10px;
    }

    .hero-trust div + div {
        padding-left: 10px;
    }

    .hero-trust strong {
        font-size: 18px;
    }

    .hero-trust span {
        font-size: 9px;
    }

    .hero-visual {
        height: 320px;
        margin-top: 0;
    }

    .hero-badge {
        right: 2%;
        bottom: 8px;
        width: 112px;
        height: 112px;
    }

    .hero-badge strong {
        font-size: 14px;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 72px 0;
    }

    .section-heading h2,
    .calculator-copy h2,
    .delivery-copy h2,
    .sample-card h2 {
        font-size: 37px;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .product-card h3 {
        min-height: 0;
    }

    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .advantage-grid article {
        min-height: 260px;
    }

    .advantage-grid h3 {
        margin-top: 42px;
    }

    .calculator-card {
        padding: 24px;
    }

    .field-grid {
        grid-template-columns: 1fr;
    }

    .calculator-result strong {
        font-size: 35px;
    }

    .gallery-grid {
        grid-auto-rows: 190px;
        gap: 7px;
    }

    .gallery-grid a:nth-child(1),
    .gallery-grid a:nth-child(6) {
        grid-column: auto;
    }

    .gallery-grid a:nth-child(3),
    .gallery-grid a:nth-child(7) {
        grid-row: auto;
    }

    .delivery-photo {
        min-height: 390px;
    }

    .delivery-photo > div {
        right: 15px;
        bottom: 15px;
    }

    .delivery-copy {
        padding: 60px 12px;
    }

    .delivery-list > div {
        grid-template-columns: 78px 1fr;
    }

    .sample-card {
        padding: 30px 22px;
    }

    .sample-form .wpcf7-form {
        grid-template-columns: 1fr;
    }

    .sample-form input[type="submit"] {
        grid-column: auto;
    }

    .map-frame {
        height: 360px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .request-modal {
        align-items: flex-end;
        padding: 8px;
    }

    .request-modal__dialog {
        max-height: 94vh;
        padding: 34px 22px 25px;
        overflow-y: auto;
        border-radius: 22px;
    }

    .request-modal h2 {
        font-size: 34px;
    }

    .lightbox {
        padding: 45px 12px;
    }

    .lightbox-arrow {
        top: auto;
        bottom: 17px;
    }

    .lightbox-prev {
        left: calc(50% - 58px);
    }

    .lightbox-next {
        right: calc(50% - 58px);
    }

    .floating-contact {
        right: 12px;
        bottom: 12px;
    }
}

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