:root {
    --cream: #f5f0e8;
    --paper: #fffdf9;
    --ink: #211a15;
    --muted: #74695f;
    --brown: #2a1a10;
    --brown-2: #3c2819;
    --gold: #b47a25;
    --gold-dark: #936019;
    --line: #e5dbce;
    --shadow: 0 18px 45px rgba(44, 30, 20, .10);
    --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6;
}

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 253, 249, .96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(66, 45, 30, .07);
}

.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { color: var(--gold); font-size: 37px; line-height: 1; transform: rotate(-15deg); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-family: 'Playfair Display', serif; font-size: 22px; line-height: 1.05; }
.brand-copy small { margin-top: 5px; font-size: 7px; font-weight: 700; letter-spacing: .04em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; padding: 28px 0 25px; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: 17px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-cta { flex: 0 0 auto; padding: 13px 20px; background: var(--gold-dark); color: white; border-radius: 999px; font-size: 13px; font-weight: 700; }
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
    position: relative;
    min-height: 515px;
    color: white;
    overflow: hidden;
    background-image: url('https://www.koulouritispolis.gr/upload/1_slider_30.jpg');
    background-size: cover;
    background-position: center;
}

.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,16,9,.90) 0%, rgba(26,16,9,.72) 40%, rgba(26,16,9,.20) 72%, rgba(26,16,9,.16) 100%); }
.hero-inner { position: relative; min-height: 515px; display: flex; align-items: center; justify-content: space-between; }
.hero-copy { max-width: 620px; padding: 64px 0; }
.eyebrow { display: inline-block; margin-bottom: 13px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #e4bc72; }
.hero h1 { margin: 0 0 12px; font-family: 'Playfair Display', serif; font-size: clamp(58px, 6vw, 86px); line-height: .95; letter-spacing: -.03em; }
.hero h2 { margin: 22px 0 6px; font-size: 25px; line-height: 1.3; }
.hero p { max-width: 560px; margin: 0; font-size: 17px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: white; background: linear-gradient(135deg, #c28b35, #a1691f); box-shadow: 0 10px 28px rgba(172,111,31,.22); }
.btn-outline-light { color: white; border: 1px solid rgba(255,255,255,.8); }
.hero-handwritten { align-self: flex-start; margin-top: 56px; margin-right: 10px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 25px; line-height: 1.4; transform: rotate(-8deg); text-align: center; opacity: .95; }

.benefits { background: var(--cream); border-bottom: 1px solid #ece4d8; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding: 33px 0; }
.benefit-card { display: flex; align-items: center; gap: 15px; padding: 8px 0; }
.benefit-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--gold-dark);
    background: rgba(180, 122, 37, .075);
    border: 1px solid rgba(180, 122, 37, .18);
}

.benefit-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.benefit-card h3 { margin: 0 0 3px; font-size: 15px; line-height: 1.3; }
.benefit-card p { margin: 0; font-size: 12px; color: var(--muted); }

.section-pad { padding: 70px 0 76px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-heading { max-width: 640px; }
.section-kicker { display: block; width: 42px; height: 3px; background: var(--gold); margin-bottom: 12px; }
.section-heading h2, .story-copy h2, .partners-copy h2 { margin: 0; font-family: 'Playfair Display', serif; font-size: clamp(34px, 4vw, 46px); line-height: 1.1; }
.section-heading p { margin: 10px 0 0; color: var(--muted); max-width: 650px; }
.simple-link { color: var(--gold-dark); font-size: 14px; font-weight: 700; padding-bottom: 3px; border-bottom: 1px solid currentColor; white-space: nowrap; }

.products-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; }
.product-card { background: white; border-radius: 10px; overflow: hidden; border: 1px solid #ede5db; box-shadow: 0 8px 22px rgba(38,27,17,.06); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image-wrap { aspect-ratio: 1.13/1; overflow: hidden; background: #eee7dc; }
.product-image-wrap img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px; }
.product-card h3 { margin: 0; font-size: 12.5px; line-height: 1.35; }
.product-card-bottom a { flex: 0 0 33px; height: 33px; border: 1px solid #d4b27d; border-radius: 50%; display: grid; place-items: center; color: var(--gold-dark); }

.partners-section {
    position: relative;
    color: white;
    background-image: url('https://www.koulouritispolis.gr/upload/2_slider_30.jpg');
    background-size: cover;
    background-position: center;
}

.partners-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(42,26,16,.91), rgba(42,26,16,.78)); }
.partners-grid { position: relative; min-height: 260px; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 60px; padding: 48px 0; }
.partners-copy p { max-width: 610px; margin: 12px 0 22px; color: rgba(255,255,255,.86); }

.partners-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
}

.partners-features article {
    text-align: center;
    padding: 0 16px;
    border-left: 1px solid rgba(255,255,255,.22);
}

.partners-features article:first-child {
    border-left: 0;
}

.partners-features .feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: #e4bc72;
    background: rgba(180, 122, 37, .10);
    border: 1px solid rgba(228, 188, 114, .30);
}

.partners-features .feature-icon svg {
    width: 29px;
    height: 29px;
    display: block;
    fill: none !important;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.partners-features strong { font-size: 13px; line-height: 1.4; }

.story-section { display: grid; grid-template-columns: 41% 59%; min-height: 360px; background: var(--paper); }
.story-image { background: url('https://www.koulouritispolis.gr/upload/7_slider_21.jpg') center/cover no-repeat; min-height: 360px; filter: sepia(.12); }
.story-copy { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 55px max(48px, calc((100vw - 1180px)/2)); padding-left: 52px; overflow: hidden; }
.story-copy p { max-width: 560px; color: var(--muted); margin: 15px 0 24px; }
.story-handwritten { position: absolute; right: max(32px, calc((100vw - 1180px)/2)); top: 67px; font-family: 'Playfair Display', serif; font-style: italic; color: var(--gold-dark); font-size: 22px; line-height: 1.45; transform: rotate(-9deg); }

.site-footer { color: white; background: radial-gradient(circle at 90% 20%, #50351f 0, #2b1b11 28%, #1c130d 75%); padding: 54px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .9fr 1.1fr .8fr; gap: 55px; }
.brand-light .brand-copy strong, .brand-light .brand-copy small { color: white; }
.footer-note { margin: 24px 0 0 40px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px; opacity: .85; transform: rotate(-4deg); }
.site-footer h3 { margin: 0 0 15px; font-size: 14px; }
.site-footer a, .site-footer p { display: block; margin: 7px 0; font-size: 12px; color: rgba(255,255,255,.76); }
.social-row { display: flex; gap: 12px; }
.social-row a { width: 34px; height: 34px; border-radius: 7px; background: rgba(255,255,255,.92); color: var(--brown); display: grid; place-items: center; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); font-size: 10px; color: rgba(255,255,255,.58); }

@media (max-width: 1080px) {
    .header-cta { display: none; }
    .main-nav { gap: 17px; }
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-handwritten, .story-handwritten { display: none; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .container { width: min(100% - 32px, 1180px); }
    .header-inner { min-height: 70px; }
    .brand-copy strong { font-size: 18px; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; padding: 10px 24px 18px; box-shadow: 0 20px 40px rgba(0,0,0,.12); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 12px 0; }
    .main-nav a::after { bottom: 7px; }
    .hero, .hero-inner { min-height: 560px; }
    .hero { background-position: 62% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(26,16,9,.92), rgba(26,16,9,.68)); }
    .hero-copy { padding: 70px 0; }
    .hero h1 { font-size: clamp(52px, 13vw, 72px); }
    .partners-grid { grid-template-columns: 1fr; gap: 36px; }
    .story-section { grid-template-columns: 1fr; }
    .story-image { min-height: 300px; }
    .story-copy { padding: 46px 24px 54px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
    .brand-copy small { display: none; }
    .benefits-grid { grid-template-columns: 1fr; padding: 24px 0; }
    .section-pad { padding: 54px 0; }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .partners-features { grid-template-columns: 1fr; gap: 16px; }
    .partners-features article { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 16px; }
    .partners-features article:first-child { border-top: 0; padding-top: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { flex-direction: column; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
}


/* v1.1 homepage refinement */
.site-header { box-shadow: 0 6px 24px rgba(42,26,16,.035); }
.header-inner { min-height: 82px; }
.brand-copy strong { letter-spacing: -.015em; }
.header-cta { transition: transform .2s ease, background .2s ease, box-shadow .2s ease; box-shadow: 0 8px 20px rgba(147,96,25,.14); }
.header-cta:hover { transform: translateY(-1px); background: #825416; box-shadow: 0 11px 25px rgba(147,96,25,.20); }

.hero, .hero-inner { min-height: 545px; }
.hero { background-position: center 47%; }
.hero-overlay { background: linear-gradient(90deg, rgba(26,16,9,.92) 0%, rgba(26,16,9,.76) 38%, rgba(26,16,9,.28) 70%, rgba(26,16,9,.13) 100%); }
.hero-copy { max-width: 650px; padding: 72px 0 78px; }
.hero h1 { text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.hero h2 { margin-top: 24px; }
.btn { transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn-gold:hover { box-shadow: 0 13px 30px rgba(172,111,31,.30); }
.btn-outline-light:hover { background: rgba(255,255,255,.10); border-color: white; }
.hero-handwritten, .story-handwritten, .footer-note { font-family: 'Caveat', cursive; font-style: normal; }
.hero-handwritten { font-size: 31px; line-height: 1.08; letter-spacing: .01em; }

.products-section { background: linear-gradient(180deg, #fffdf9 0%, #fffaf3 100%); }
.products-grid { gap: 16px; }
.product-card { border-color: #eadfD1; border-radius: 13px; box-shadow: 0 8px 24px rgba(38,27,17,.055); }
.product-image-wrap { background: #f2eadf; }
.product-card-bottom { min-height: 76px; padding: 13px 14px; }
.product-card h3 { font-size: 12.75px; }
.product-card-bottom a { transition: background .2s ease, color .2s ease, transform .2s ease; }
.product-card:hover .product-card-bottom a { background: var(--gold-dark); color: white; transform: translateX(2px); }

.partners-features .feature-icon { transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.partners-features article:hover .feature-icon { transform: translateY(-3px); background: rgba(180,122,37,.18); border-color: rgba(228,188,114,.52); }

.story-handwritten { font-size: 29px; line-height: 1.05; }
.footer-note { font-size: 23px; line-height: 1.1; }
.site-footer p strong { color: rgba(255,255,255,.92); font-weight: 600; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: white; }

@media (max-width: 820px) {
    .header-inner { min-height: 70px; }
    .hero, .hero-inner { min-height: 560px; }
}


/* v1.2 homepage handwritten details + footer contact icons */
.hero-handwritten,
.footer-note {
    position: relative;
    width: max-content;
}

.hero-handwritten::after,
.story-handwritten::after,
.footer-note::after {
    content: '';
    display: block;
    width: 112%;
    height: 16px;
    margin-top: 10px;
    margin-left: -6%;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    transform: rotate(-8deg) skewX(-8deg);
    opacity: .9;
}

.hero-handwritten {
    margin-top: 50px;
    margin-right: 2px;
    font-size: 34px;
    line-height: 1.02;
    transform: rotate(-7deg);
    text-align: left;
}

.hero-handwritten::after {
    width: 75%;
    margin-left: 15%;
    transform: rotate(-2deg) skewX(-10deg);
}

.story-copy {
    padding-right: max(230px, calc((100vw - 1180px)/2 + 170px));
}

.story-copy p {
    max-width: 500px;
}

.story-handwritten {
    position: absolute;
    right: 55px;
    top: 58px;
    width: 175px;
    font-family: 'Caveat', cursive;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.05;
    color: var(--gold-dark);
    text-align: center;
    transform: rotate(-7deg);
    z-index: 2;
}

.story-handwritten::after {
    width: 75%;
    margin-left: 15%;
    margin-top: 10px;
    transform: rotate(-2deg) skewX(-8deg);
}

.footer-note {
    display: inline-block;
    margin-left: 40px;
    color: rgba(255,255,255,.92);
    transform: rotate(-5deg);
}

.footer-note::after {
    width: 85%;
    margin-left: 8%;
    border-top-color: rgba(255,255,255,.82);
    transform: rotate(-2deg) skewX(-8deg);
}

.footer-contact .contact-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 9px 0;
}

.footer-contact .contact-line p {
    margin: 0;
    line-height: 1.5;
}

.footer-contact .contact-line a {
    display: inline;
    margin: 0;
}

.contact-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    margin-top: 2px;
    color: rgba(255,255,255,.92);
}

.contact-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Keep the story handwritten note visible without allowing it to overlap the copy. */
@media (max-width: 1260px) {
    .story-copy {
        padding-right: 230px;
    }

    .story-handwritten {
        right: 35px;
        top: 55px;
        width: 160px;
        font-size: 24px;
    }
}

@media (max-width: 1080px) {
    .hero-handwritten { display: none; }

    .story-copy {
        padding-right: 220px;
    }
}

@media (max-width: 820px) {
    .story-copy {
        padding: 46px 24px 170px;
    }

    .story-handwritten {
        position: absolute;
        right: 24px;
        top: auto;
        bottom: 28px;
        width: 180px;
        font-size: 24px;
    }

    .footer-note { margin-left: 18px; }
}

@media (max-width: 580px) {
    .story-copy {
        padding-bottom: 165px;
    }

    .story-handwritten {
        right: 18px;
        bottom: 24px;
        width: 165px;
        font-size: 23px;
    }
}


/* v1.3 official logo */
.brand-logo-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}

.brand-logo {
    display: block;
    width: 138px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.footer-logo-link {
    padding: 0;
}

.footer-logo {
    width: 150px;
    max-height: none;
    border-radius: 3px;
}

@media (max-width: 820px) {
    .brand-logo {
        width: 118px;
        max-height: 60px;
    }

    .footer-logo {
        width: 145px;
        max-height: none;
    }
}


/* v1.4 handwritten font: loaded only on pages that use it */
.hero-handwritten,
.story-handwritten,
.footer-note {
    font-family: 'Dancing Script', cursive;
    font-style: normal;
    font-weight: 600;
}

/* v1.5 company page */
.inner-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center;
}
.company-hero {
    background-image: url('https://www.koulouritispolis.gr/upload/7_slider_21.jpg');
    background-position: center 42%;
}
.inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(28,18,11,.94) 0%, rgba(28,18,11,.78) 42%, rgba(28,18,11,.28) 78%, rgba(28,18,11,.18) 100%);
}
.inner-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 66px;
    padding-bottom: 70px;
}
.inner-kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: #e4bc72;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.inner-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -.03em;
    text-shadow: 0 4px 28px rgba(0,0,0,.18);
}
.inner-hero p {
    max-width: 680px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
}

.company-intro {
    background: linear-gradient(180deg, #fffdf9 0%, #fffaf3 100%);
}
.company-intro-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 95px;
    align-items: start;
}
.company-overline {
    display: block;
    margin-bottom: 12px;
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.company-intro-title h2,
.company-legacy-content h2,
.company-values h2,
.company-cta h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 4.3vw, 52px);
    line-height: 1.08;
    letter-spacing: -.025em;
}
.company-intro-copy {
    padding-top: 10px;
}
.company-intro-copy p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 15px;
}
.company-intro-copy .lead {
    color: var(--ink);
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    line-height: 1.5;
}

.company-legacy {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 520px;
    background: var(--cream);
}
.company-legacy-image {
    min-height: 520px;
    background: url('https://www.koulouritispolis.gr/upload/2_slider_30.jpg') center/cover no-repeat;
}
.company-legacy-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 70px max(48px, calc((100vw - 1180px)/2));
    padding-left: 70px;
}
.company-legacy-content p {
    max-width: 590px;
    margin: 17px 0 0;
    color: var(--muted);
    font-size: 15px;
}
.company-legacy-content .simple-link {
    margin-top: 24px;
}

.company-heading-centered {
    margin: 0 auto 38px;
    text-align: center;
}
.company-heading-centered .section-kicker {
    margin-left: auto;
    margin-right: auto;
}
.company-heading-centered p {
    margin-left: auto;
    margin-right: auto;
}
.milestones-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.milestone-card {
    position: relative;
    min-height: 230px;
    padding: 30px 26px 28px;
    background: #fff;
    border: 1px solid #eadfd2;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(42,26,16,.055);
}
.milestone-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
    border-radius: 50%;
    color: var(--gold-dark);
    background: rgba(180,122,37,.08);
    border: 1px solid rgba(180,122,37,.2);
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
}
.milestone-card h3 {
    margin: 0 0 9px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
.milestone-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.company-values {
    color: #fff;
    background: radial-gradient(circle at 88% 18%, #513620 0, #2c1c12 32%, #1c130d 78%);
}
.company-values-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    padding-top: 78px;
    padding-bottom: 78px;
    align-items: center;
}
.company-values h2 {
    font-size: clamp(34px, 4vw, 47px);
}
.values-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.values-list article {
    min-height: 175px;
    padding: 6px 24px;
    border-left: 1px solid rgba(255,255,255,.18);
}
.values-list article:first-child {
    border-left: 0;
}
.values-list strong {
    display: block;
    margin-bottom: 14px;
    color: #e4bc72;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
.values-list p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.company-cta {
    background: #fffdf9;
}
.company-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 44px 50px;
    border: 1px solid #e9ddcf;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8f1e6, #fffdf9);
}
.company-cta h2 {
    font-size: clamp(32px, 3.5vw, 44px);
}
.company-cta p {
    max-width: 690px;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
}
.company-cta .btn {
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .company-intro-grid,
    .company-values-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .company-legacy {
        grid-template-columns: 1fr;
    }
    .company-legacy-image {
        min-height: 380px;
    }
    .company-legacy-content {
        padding: 58px 40px;
    }
    .milestones-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .inner-hero {
        min-height: 430px;
    }
    .inner-hero-overlay {
        background: linear-gradient(90deg, rgba(28,18,11,.94), rgba(28,18,11,.66));
    }
    .inner-hero h1 {
        font-size: clamp(44px, 13vw, 60px);
    }
    .company-intro-grid {
        gap: 30px;
    }
    .company-intro-copy .lead {
        font-size: 20px;
    }
    .company-legacy-image {
        min-height: 290px;
    }
    .company-legacy-content {
        padding: 48px 24px;
    }
    .milestones-grid {
        grid-template-columns: 1fr;
    }
    .milestone-card {
        min-height: 0;
    }
    .values-list {
        grid-template-columns: 1fr;
    }
    .values-list article {
        min-height: 0;
        padding: 22px 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.18);
    }
    .values-list article:first-child {
        border-top: 0;
    }
    .company-values-grid {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .company-cta-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 26px;
    }
}
