@import url("nav.css?v=nav1");

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--gft-ink);
    background: var(--gft-white);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.gft-hero {
    overflow: hidden;
    padding: 92px 0 86px;
    background:
        radial-gradient(circle at 82% 18%, rgba(200, 156, 91, 0.22), transparent 28%),
        linear-gradient(135deg, #edf6f1 0%, #f9f6ed 100%);
}
.gft-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: 70px; }
.gft-eyebrow { margin: 0 0 14px; color: var(--gft-brand); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.gft-hero h1 { max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.14; letter-spacing: -0.035em; }
.gft-hero-copy { max-width: 680px; margin: 24px 0 0; color: var(--gft-muted); font-size: 18px; }
.gft-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.gft-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--gft-brand); border-radius: 999px; color: var(--gft-white); background: var(--gft-brand); font-weight: 600; }
.gft-button:hover { background: var(--gft-brand-dark); }
.gft-button.is-secondary { color: var(--gft-brand); background: transparent; }
.gft-button.is-disabled { border-color: var(--gft-line); color: var(--gft-muted); background: var(--gft-surface); cursor: not-allowed; }
.gft-hero-panel { position: relative; min-height: 360px; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 42% 42% 18% 42%; background: linear-gradient(145deg, #2b7666, #173f36); box-shadow: var(--gft-shadow); }
.gft-hero-panel::before, .gft-hero-panel::after { position: absolute; content: ""; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.gft-hero-panel::before { inset: 52px; }
.gft-hero-panel::after { inset: 104px; background: rgba(255,255,255,.08); }
.gft-hero-stat { position: absolute; z-index: 1; right: -20px; bottom: 34px; width: 190px; padding: 20px; border-radius: var(--gft-radius); color: var(--gft-ink); background: var(--gft-white); box-shadow: var(--gft-shadow); }
.gft-hero-stat strong { display: block; font-size: 22px; }
.gft-section { padding: 82px 0; }
.gft-section.is-muted { background: var(--gft-surface); }
.gft-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.gft-section-head h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.25; }
.gft-section-head p { max-width: 620px; margin: 8px 0 0; color: var(--gft-muted); }
.gft-text-link { color: var(--gft-brand); font-weight: 700; white-space: nowrap; }
.gft-grid { display: grid; gap: 22px; }
.gft-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gft-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gft-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gft-card { overflow: hidden; border: 1px solid var(--gft-line); border-radius: var(--gft-radius); background: var(--gft-white); transition: transform .2s ease, box-shadow .2s ease; }
.gft-card:hover { transform: translateY(-4px); box-shadow: var(--gft-shadow); }
.gft-card-media { display: grid; min-height: 210px; place-items: center; overflow: hidden; color: var(--gft-brand); background: linear-gradient(145deg, #e4f0eb, #f4efe3); font-size: 42px; font-weight: 700; }
.gft-card-media img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.gft-card-body { padding: 22px; }
.gft-card-body h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.4; }
.gft-card-body p { margin: 0; color: var(--gft-muted); }
.gft-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; color: var(--gft-muted); font-size: 13px; }
.gft-price { color: var(--gft-brand); font-size: 20px; font-weight: 700; }
.gft-topic-link { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 12px; padding: 24px; border: 1px solid var(--gft-line); border-radius: var(--gft-radius); background: var(--gft-white); font-weight: 700; }
.gft-topic-link span { color: var(--gft-accent); }
.gft-page-hero { padding: 58px 0 48px; background: linear-gradient(135deg, #edf6f1, #f8f5ec); }
.gft-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; color: var(--gft-muted); font-size: 13px; }
.gft-page-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.2; }
.gft-page-hero p { max-width: 720px; margin: 12px 0 0; color: var(--gft-muted); }
.gft-content { min-height: 280px; }
.gft-prose { color: #334d46; font-size: 16px; }
.gft-prose h2, .gft-prose h3 { color: var(--gft-ink); line-height: 1.35; }
.gft-prose img { margin: 24px auto; border-radius: 14px; }
.gft-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 48px; align-items: start; }
.gft-detail-aside { position: sticky; top: 104px; padding: 28px; border: 1px solid var(--gft-line); border-radius: var(--gft-radius); background: var(--gft-surface); }
.gft-detail-aside h2 { margin-top: 0; }
.gft-purchase-panel { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--gft-line); }
.gft-checkout-form { display: grid; gap: 14px; }
.gft-checkout-form label { color: var(--gft-muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.gft-checkout-heading { margin-bottom: 18px; }
.gft-checkout-heading h3 { margin: 0 0 6px; }
.gft-checkout-heading p { margin: 0; color: var(--gft-muted); font-size: 14px; line-height: 1.6; }
.gft-checkout-heading a { color: var(--gft-brand); font-weight: 700; }
.gft-form-field { display: grid; gap: 7px; }
.gft-form-field input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--gft-line); border-radius: 12px; color: var(--gft-ink); background: var(--gft-white); box-sizing: border-box; }
.gft-form-field input:focus { border-color: var(--gft-brand); outline: 3px solid rgba(45, 105, 90, .12); }
.gft-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gft-inline-field, .gft-captcha-field { display: flex; gap: 10px; align-items: stretch; }
.gft-inline-field input, .gft-captcha-field input { min-width: 0; flex: 1; }
.gft-secondary-button, .gft-captcha-refresh { min-height: 46px; border: 1px solid var(--gft-line); border-radius: 12px; color: var(--gft-brand); background: var(--gft-white); cursor: pointer; font-weight: 700; }
.gft-secondary-button { padding: 0 13px; white-space: nowrap; }
.gft-secondary-button:disabled { cursor: wait; opacity: .65; }
.gft-captcha-refresh { overflow: hidden; padding: 0; }
.gft-captcha-refresh img { display: block; width: 126px; height: 44px; object-fit: cover; }
.gft-quantity-field input { width: 100px; }
.gft-form-feedback { min-height: 20px; margin: 0; color: var(--gft-brand); font-size: 13px; }
.gft-form-feedback.is-error { color: #a13a32; }
.gft-guest-checkout > .gft-button { width: 100%; border: 0; cursor: pointer; }
.gft-guest-checkout > .gft-button:disabled { cursor: wait; opacity: .7; }
.gft-quantity-row { display: flex; gap: 12px; align-items: stretch; }
.gft-quantity-row input { width: 88px; min-height: 46px; padding: 0 14px; border: 1px solid var(--gft-line); border-radius: 12px; color: var(--gft-ink); background: var(--gft-white); }
.gft-quantity-row .gft-button, .gft-buy-button { cursor: pointer; }
.gft-buy-button { width: 100%; margin-top: 10px; }
.gft-form-note { margin: 0; color: var(--gft-muted); font-size: 12px; line-height: 1.55; }
.gft-kv { display: grid; grid-template-columns: 110px 1fr; gap: 8px 18px; margin: 0; }
.gft-kv dt { color: var(--gft-muted); }
.gft-kv dd { margin: 0; font-weight: 600; }
.gft-link-list { display: grid; gap: 10px; margin-top: 18px; }
.gft-link-list a { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-radius: 10px; color: var(--gft-brand); background: var(--gft-white); font-weight: 600; }
.gft-case-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gft-case-compare figure { margin: 0; }
.gft-case-compare img { width: 100%; aspect-ratio: 4/3; border-radius: 14px; object-fit: cover; }
.gft-case-compare figcaption { margin-top: 8px; color: var(--gft-muted); text-align: center; }
.gft-disclaimer { margin: 0 0 24px; padding: 14px 16px; border-left: 3px solid var(--gft-accent); border-radius: 0 10px 10px 0; color: var(--gft-muted); background: #fbf7ee; font-size: 13px; }
.gft-detail-aside .gft-disclaimer { margin: 18px 0 0; }
.gft-detail-spaced { margin-top: 38px; }
.gft-empty { padding: 48px 24px; border: 1px dashed #bfd0c8; border-radius: var(--gft-radius); color: var(--gft-muted); text-align: center; background: rgba(255,255,255,.65); }
.gft-commerce-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 22px; align-items: start; }
.gft-commerce-panel { padding: 28px; border: 1px solid var(--gft-line); border-radius: var(--gft-radius); background: var(--gft-white); }
.gft-commerce-panel h2 { margin-top: 0; }
.gft-cart-lines { display: grid; gap: 14px; }
.gft-cart-line { display: grid; grid-template-columns: 76px minmax(0, 1fr) 100px auto; gap: 16px; align-items: center; padding: 16px; border: 1px solid var(--gft-line); border-radius: 14px; }
.gft-cart-image { display: grid; width: 76px; height: 76px; place-items: center; overflow: hidden; border-radius: 12px; color: var(--gft-brand); background: linear-gradient(145deg, #e4f0eb, #f4efe3); font-weight: 700; }
.gft-cart-image img { width: 100%; height: 100%; object-fit: cover; }
.gft-cart-copy h2 { margin: 0 0 4px; font-size: 17px; }
.gft-cart-copy p { margin: 0 0 4px; color: var(--gft-muted); font-size: 12px; }
.gft-cart-copy strong, .gft-cart-line-total { color: var(--gft-brand); font-weight: 700; }
.gft-cart-quantity { display: grid; gap: 5px; color: var(--gft-muted); font-size: 12px; font-weight: 700; }
.gft-cart-quantity input, .gft-coupon-form input, .gft-commerce-panel select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--gft-line); border-radius: 10px; color: var(--gft-ink); background: var(--gft-white); }
.gft-cart-line-total { text-align: right; }
.gft-inline-action { display: block; margin: 4px 0 0 auto; padding: 0; border: 0; color: var(--gft-muted); background: transparent; cursor: pointer; font-size: 12px; text-decoration: underline; }
.gft-commerce-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.gft-cart-summary { position: sticky; top: 104px; }
.gft-summary-list { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; margin: 0 0 22px; }
.gft-summary-list dt { color: var(--gft-muted); }
.gft-summary-list dd { margin: 0; text-align: right; }
.gft-summary-total { padding-top: 14px; border-top: 1px solid var(--gft-line); color: var(--gft-ink); font-size: 20px; font-weight: 700; }
.gft-discount, .gft-coupon-applied { color: var(--gft-brand); }
.gft-coupon-form { display: grid; gap: 8px; margin: 22px 0; }
.gft-coupon-form label { color: var(--gft-muted); font-size: 13px; font-weight: 700; }
.gft-coupon-form .gft-inline-field { flex-direction: row; }
.gft-full-button { width: 100%; border: 0; cursor: pointer; }
.gft-checkout-items { display: grid; gap: 10px; margin-bottom: 22px; }
.gft-checkout-item { display: flex; justify-content: space-between; gap: 16px; color: var(--gft-muted); font-size: 14px; }
.gft-checkout-item strong { color: var(--gft-ink); white-space: nowrap; }
.gft-optional { color: var(--gft-muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.gft-checkbox { display: flex; align-items: center; gap: 8px; color: var(--gft-muted); font-size: 13px; }
.gft-checkbox input { width: auto; }
.gft-pagination { margin-top: 34px; }
.gft-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.gft-pagination li a, .gft-pagination li span { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--gft-line); border-radius: 9px; }
.gft-pagination .active span { color: var(--gft-white); background: var(--gft-brand); }
.gft-site-footer { padding: 52px 0 24px; color: #dce8e4; background: #153b33; }
.gft-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 48px; }
.gft-site-footer h3 { margin: 0 0 14px; color: var(--gft-white); }
.gft-site-footer p { color: #abc0b9; }
.gft-footer-links { display: grid; gap: 8px; }
.gft-footer-links a:hover { color: var(--gft-white); }
.gft-copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8eaaa1; font-size: 13px; }
.gft-mobile-footer { display: none; }

@media (max-width: 1000px) {
    .gft-hero-grid, .gft-detail-grid, .gft-commerce-grid { grid-template-columns: 1fr; }
    .gft-hero-panel { min-height: 260px; }
    .gft-detail-aside, .gft-cart-summary { position: static; }
    .gft-grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .gft-hero { padding: 62px 0; }
    .gft-hero-panel { display: none; }
    .gft-section { padding: 58px 0; }
    .gft-section-head { align-items: flex-start; flex-direction: column; }
    .gft-grid.cols-4, .gft-grid.cols-3, .gft-grid.cols-2, .gft-footer-grid, .gft-case-compare, .gft-form-grid { grid-template-columns: 1fr; }
    .gft-inline-field, .gft-captcha-field { align-items: stretch; flex-direction: column; }
    .gft-captcha-refresh img { width: 100%; }
    .gft-card-media, .gft-card-media img { min-height: 180px; }
    .gft-kv { grid-template-columns: 1fr; }
    .gft-kv dd { margin-bottom: 10px; }
    .gft-cart-line { grid-template-columns: 60px minmax(0, 1fr); }
    .gft-cart-image { width: 60px; height: 60px; }
    .gft-cart-quantity, .gft-cart-line-total { grid-column: 2; }
    .gft-cart-line-total { text-align: left; }
    .gft-cart-line-total .gft-inline-action { margin-left: 0; }
    .gft-coupon-form .gft-inline-field { flex-direction: row; }
    .gft-site-footer {
        padding: 0;
        color: #fffdf1;
        background: #a2a769;
    }
    .gft-site-footer > .gft-container { display: none; }
    .gft-mobile-footer { display: block; }
    .gft-mobile-footer-section {
        padding: 46px 28px;
        border-bottom: 1px solid rgba(255, 253, 241, .72);
    }
    .gft-mobile-footer-intro {
        padding-top: 68px;
        padding-bottom: 34px;
        text-align: center;
    }
    .gft-mobile-footer-brand {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #fffdf1;
        text-align: left;
    }
    .gft-mobile-footer-mark {
        display: grid;
        width: 54px;
        height: 54px;
        place-items: center;
        border: 2px solid rgba(255, 253, 241, .95);
        border-radius: 50%;
        font-family: Georgia, serif;
        font-size: 23px;
    }
    .gft-mobile-footer-brand-copy {
        display: flex;
        align-items: center;
    }
    .gft-mobile-footer-brand-copy strong {
        padding-right: 12px;
        font-size: clamp(31px, 9vw, 46px);
        font-weight: 300;
        line-height: .95;
        letter-spacing: .12em;
    }
    .gft-mobile-footer-brand-copy small {
        padding-left: 12px;
        border-left: 1px solid rgba(255, 253, 241, .82);
        font-size: clamp(11px, 2.8vw, 16px);
        line-height: 1.08;
    }
    .gft-mobile-footer-social-title {
        margin: 51px 0 15px;
        color: #fffdf1;
        font-size: clamp(16px, 4.1vw, 20px);
        line-height: 1.3;
        letter-spacing: .02em;
    }
    .gft-mobile-footer-social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(15px, 4.2vw, 27px);
    }
    .gft-mobile-footer-social a {
        display: grid;
        width: 39px;
        height: 39px;
        place-items: center;
        color: #fffdf1;
    }
    .gft-mobile-footer-social svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }
    .gft-mobile-footer-social rect,
    .gft-mobile-footer-social circle:not(.gft-mobile-footer-social-dot) {
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
    }
    .gft-mobile-footer-social .gft-mobile-footer-social-dot { fill: currentColor; }
    .gft-mobile-footer-links-section {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 28px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .gft-mobile-footer-link-column { min-width: 0; }
    .gft-mobile-footer-link-column h3,
    .gft-mobile-footer-contact h3 {
        margin: 0 0 13px;
        color: #fffdf1;
        font-size: 17px;
        line-height: 1.35;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .gft-mobile-footer-link-column a {
        display: block;
        margin-top: 5px;
        color: rgba(255, 253, 241, .94);
        font-size: 13px;
        line-height: 1.55;
    }
    .gft-mobile-footer-contact {
        display: grid;
        grid-template-columns: minmax(104px, .8fr) minmax(0, 1.45fr);
        gap: 18px;
        align-items: start;
        padding-top: 27px;
        padding-bottom: 29px;
    }
    .gft-mobile-footer-contact h3 { margin-top: 1px; }
    .gft-mobile-footer-contact-links { display: grid; gap: 14px; }
    .gft-mobile-footer-contact-links a {
        display: flex;
        min-width: 0;
        align-items: center;
        gap: 8px;
        color: rgba(255, 253, 241, .95);
        font-size: 13px;
        line-height: 1.45;
    }
    .gft-mobile-footer-contact-links svg {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.5;
    }
    .gft-mobile-footer-copyright {
        padding: 27px 28px 31px;
        color: rgba(255, 253, 241, .96);
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .gft-mobile-footer-brand-copy small { max-width: 105px; }
    .gft-mobile-footer-social { gap: 10px; }
    .gft-mobile-footer-social a { width: 35px; height: 35px; }
    .gft-mobile-footer-contact { grid-template-columns: 1fr; gap: 12px; }
    .gft-mobile-footer-contact-links { gap: 10px; }
}
