/*
Theme Name: EE Yaşam — Blocksy
Template: blocksy
Version: 1.1.0
Text Domain: ee-yasam-blocksy
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@90,500;90,600;90,700;90,800&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
    --eeb-max: 1460px;
    --eeb-pad: clamp(20px, 4.2vw, 72px);
    --eeb-ink: #171b19;
    --eeb-paper: #fbf8f1;
    --eeb-line: #d8d1c5;
    --eeb-terra: #c96e4b;
    --eeb-forest: #173e35;
}

body {
    background: var(--eeb-paper);
    color: var(--eeb-ink);
    font-family: 'DM Sans', sans-serif;
}

::selection { background: var(--eeb-terra); color: #fff; }

h1, h2, h3, h4, h5, h6,
.site-title {
    font-family: 'Archivo', sans-serif;
    font-stretch: condensed;
    letter-spacing: -.035em;
}

.ct-container { max-width: var(--eeb-max); }
[data-header*='type-1'] .ct-header [data-row*='middle'] { --height: 82px; }
[data-header*='type-1'] .ct-header {
    backdrop-filter: blur(15px) saturate(130%);
    background: rgba(251,248,241,.92);
    box-shadow: 0 1px 0 rgba(23,27,25,.1);
    position: sticky;
    top: 0;
    z-index: 80;
}
.site-title { font-size: 25px !important; font-weight: 800 !important; letter-spacing: -.06em !important; text-transform: uppercase; }
.site-description { display: none; }
.menu > li > a { font-size: 12px !important; font-weight: 750 !important; letter-spacing: .055em; text-transform: uppercase; }

.eeb-shell {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: var(--eeb-max);
    padding-inline: var(--eeb-pad);
    width: 100%;
}

.eeb-kicker {
    color: var(--eeb-terra);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.eeb-button,
.eeb-button:visited {
    align-items: center;
    background: var(--eeb-ink);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .06em;
    min-height: 52px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .25s ease, transform .25s ease;
}

.eeb-button:hover { background: var(--eeb-terra); color: #fff; transform: translateY(-2px); }
.eeb-button--light, .eeb-button--light:visited { background: #fff; color: var(--eeb-ink); }
.eeb-button--outline, .eeb-button--outline:visited { background: transparent; border: 1px solid rgba(255,255,255,.65); color: #fff; }
.eeb-button--outline:hover { background: #fff; border-color: #fff; color: var(--eeb-ink); }

.eeb-hero {
    background-color: #e9e1d4;
    background-position: center;
    background-size: cover;
    display: grid;
    min-height: clamp(610px, 74vh, 820px);
    position: relative;
}

.eeb-hero::after {
    background: linear-gradient(90deg, rgba(246,240,229,.98) 0%, rgba(246,240,229,.88) 29%, rgba(246,240,229,0) 58%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.eeb-hero__content {
    align-self: center;
    max-width: 650px;
    padding-block: 90px;
    position: relative;
    z-index: 1;
}

.eeb-hero h1 {
    font-size: clamp(54px, 7.2vw, 108px);
    font-weight: 800;
    line-height: .91;
    margin: 0 0 26px;
    max-width: 8ch;
    text-wrap: balance;
}

.eeb-hero p {
    color: #4c514e;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.55;
    margin: 0 0 34px;
    max-width: 520px;
    text-wrap: pretty;
}

.eeb-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; }
.eeb-hero__coupon { color: #4e514f; font-size: 13px; }
.eeb-hero__coupon strong { color: var(--eeb-ink); letter-spacing: .06em; }

.eeb-category-strip {
    background: var(--eeb-ink);
    color: #fff;
    overflow: auto;
}

.eeb-category-strip__inner {
    display: flex;
    justify-content: space-between;
    min-width: 890px;
}

.eeb-category-strip a {
    color: #fff;
    flex: 1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 22px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.eeb-category-strip a + a { border-left: 1px solid rgba(255,255,255,.15); }
.eeb-category-strip a:hover { background: var(--eeb-terra); }

.eeb-proof {
    border-bottom: 1px solid var(--eeb-line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.eeb-proof__item { padding: 28px 22px; }
.eeb-proof__item + .eeb-proof__item { border-left: 1px solid var(--eeb-line); }
.eeb-proof strong { display: block; font-size: 14px; margin-bottom: 5px; }
.eeb-proof span { color: #6c716d; font-size: 12px; }

.eeb-section { padding-block: clamp(72px, 8vw, 128px); }
.eeb-section--tight { padding-block: clamp(56px, 6vw, 90px); }
.eeb-section--dark { background: var(--eeb-forest); color: #fff; }
.eeb-section--sand { background: #ede3d3; }

.eeb-section__head {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.eeb-section__head h2 {
    font-size: clamp(40px, 5vw, 72px);
    line-height: .96;
    margin: 0;
    max-width: 12ch;
}

.eeb-section__head p { color: #676c68; font-size: 15px; line-height: 1.65; margin: 0; max-width: 470px; }
.eeb-section__head h2 { text-wrap: balance; }
.eeb-section--dark .eeb-section__head p { color: rgba(255,255,255,.7); }

.eeb-products {
    display: grid;
    gap: clamp(22px, 2.5vw, 40px) clamp(14px, 1.8vw, 26px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eey-card { background: transparent; }
.eey-card__body { padding-inline: 0; }
.eeb-products .eey-card__visual { border: 1px solid #e7e0d5; }

.eeb-category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1.3fr .7fr .7fr;
}

.eeb-category-card {
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 500px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-decoration: none;
}

.eeb-category-card::before {
    background: linear-gradient(180deg, transparent 42%, rgba(18,22,20,.82));
    content: '';
    inset: 0;
    position: absolute;
}

.eeb-category-card__copy { align-self: end; position: relative; z-index: 1; }
.eeb-category-card small { display: block; font-size: 10px; font-weight: 800; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.eeb-category-card h3 { color: #fff; font-size: clamp(29px, 3vw, 50px); margin: 0; }
.eeb-category-card span { display: inline-block; font-size: 12px; font-weight: 700; margin-top: 15px; }
.eeb-category-card:hover { color: #fff; }
.eeb-category-card:hover .eeb-category-card__copy { transform: translateY(-5px); transition: transform .25s ease; }

.eeb-feature {
    display: grid;
    gap: clamp(35px, 7vw, 110px);
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
}

.eeb-feature__visual { background: #f5efe3; }
.eeb-feature__copy { align-self: center; }
.eeb-feature__copy h2 { color: #fff; font-size: clamp(46px, 5.5vw, 82px); line-height: .93; margin: 0 0 24px; }
.eeb-feature__copy p { color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; margin-bottom: 28px; max-width: 540px; }

.eeb-feature__facts { border-bottom: 1px solid rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 34px; }
.eeb-feature__facts div { padding: 18px 12px 18px 0; }
.eeb-feature__facts strong { display: block; font-size: 20px; }
.eeb-feature__facts span { color: rgba(255,255,255,.62); font-size: 11px; }

.eeb-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.eeb-step { border-top: 1px solid var(--eeb-line); padding: 28px 50px 0 0; }
.eeb-step + .eeb-step { border-left: 1px solid var(--eeb-line); padding-left: 36px; }
.eeb-step__number { color: var(--eeb-terra); display: block; font-family: 'Archivo', sans-serif; font-size: 44px; font-weight: 800; margin-bottom: 45px; }
.eeb-step h3 { font-size: 24px; margin: 0 0 12px; }
.eeb-step p { color: #666b67; font-size: 14px; line-height: 1.65; margin: 0; }

.eeb-cta {
    align-items: center;
    background: var(--eeb-terra);
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr auto;
    padding: clamp(35px, 5vw, 72px);
}

.eeb-cta h2 { color: #fff; font-size: clamp(36px, 4.8vw, 68px); line-height: .95; margin: 0 0 13px; }
.eeb-cta p { color: rgba(255,255,255,.82); margin: 0; }
.eeb-cta__actions { align-items: stretch; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.eeb-sofmira {
    align-items: center;
    border-bottom: 1px solid var(--eeb-line);
    border-top: 1px solid var(--eeb-line);
    display: grid;
    gap: 25px;
    grid-template-columns: 150px minmax(240px, 1fr) auto auto;
    margin-bottom: clamp(70px, 9vw, 130px);
    padding-block: 28px;
}
.eeb-sofmira__brand { background: #fff; padding: 10px 12px; }
.eeb-sofmira img { display: block; height: auto; width: 100%; }
.eeb-sofmira p { color: #5d645f; font-size: 13px; line-height: 1.65; margin: 0; max-width: 620px; }
.eeb-sofmira > a { color: var(--eeb-ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.eeb-sofmira > a:last-child { border-bottom: 1px solid currentColor; color: var(--eeb-terra); }

.eey-footer { background: #111513; color: #fff; padding: 68px var(--eeb-pad) 30px; }
.eey-footer__inner { display: grid; gap: 50px; grid-template-columns: 1.4fr repeat(3, 1fr); margin: 0 auto; max-width: var(--eeb-max); }
.eey-footer__brand strong { display: block; font-family: 'Archivo', sans-serif; font-size: 34px; letter-spacing: -.06em; margin-bottom: 14px; }
.eey-footer p, .eey-footer a { color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.7; }
.eey-footer h3 { color: #fff; font-size: 13px; letter-spacing: .08em; margin: 0 0 16px; text-transform: uppercase; }
.eey-footer nav { display: grid; gap: 9px; }
.eey-footer a { text-decoration: none; }
.eey-footer a:hover { color: #fff; }
.eey-footer__bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); font-size: 11px; margin: 48px auto 0; max-width: var(--eeb-max); padding-top: 22px; }

.woocommerce-page .site-main { padding-block: clamp(45px, 6vw, 90px); }
.woocommerce ul.products { column-gap: 24px; row-gap: 45px; }
.woocommerce ul.products li.product .price { color: var(--eeb-ink); font-weight: 750; }
.woocommerce ul.products li.product .button { background: transparent; border: 1px solid var(--eeb-ink); color: var(--eeb-ink); font-size: 11px; letter-spacing: .05em; }
.woocommerce ul.products li.product .button:hover { background: var(--eeb-ink); color: #fff; }
.woocommerce ul.products li.product { border-bottom: 1px solid rgba(23,27,25,.14); padding-bottom: 18px; transition: border-color .25s ease, transform .25s ease; }
.woocommerce ul.products li.product:hover { border-color: rgba(23,27,25,.55); transform: translateY(-4px); }
.woocommerce .ct-woo-card-actions { gap: 8px; }
.single-product div.product .summary { width: 42%; }
.single-product div.product .product_title { font-size: clamp(42px, 5vw, 70px); line-height: .96; }
.single-product div.product p.price { color: var(--eeb-terra); font-size: 25px; }

@media (max-width: 1024px) {
    .eeb-products { grid-template-columns: repeat(3, 1fr); }
    .eeb-category-grid { grid-template-columns: 1fr 1fr; }
    .eeb-category-card:first-child { grid-column: span 2; }
    .eeb-proof { grid-template-columns: repeat(2, 1fr); }
    .eeb-proof__item:nth-child(3) { border-left: 0; border-top: 1px solid var(--eeb-line); }
    .eeb-proof__item:nth-child(4) { border-top: 1px solid var(--eeb-line); }
    .eey-footer__inner { grid-template-columns: 1.2fr 1fr 1fr; }
    .eey-footer__col:last-child { display: none; }
}

@media (max-width: 768px) {
    .eeb-hero { background-position: 64% center; min-height: 690px; }
    .eeb-hero::after { background: linear-gradient(180deg, rgba(246,240,229,.97) 0%, rgba(246,240,229,.84) 48%, rgba(246,240,229,.08) 78%); }
    .eeb-hero__content { align-self: start; padding-block: 72px; }
    .eeb-hero h1 { font-size: clamp(50px, 15vw, 72px); max-width: 7ch; }
    .eeb-hero p { font-size: 16px; max-width: 390px; }
    .eeb-section__head { align-items: start; flex-direction: column; }
    .eeb-products { grid-template-columns: repeat(2, 1fr); }
    .eeb-category-grid { display: grid; grid-template-columns: 1fr; }
    .eeb-category-card, .eeb-category-card:first-child { grid-column: auto; min-height: 380px; }
    .eeb-feature { grid-template-columns: 1fr; }
    .eeb-feature__copy { order: -1; }
    .eeb-steps { grid-template-columns: 1fr; }
    .eeb-step, .eeb-step + .eeb-step { border-left: 0; padding: 26px 0; }
    .eeb-step__number { margin-bottom: 15px; }
    .eeb-cta { grid-template-columns: 1fr; }
    .eeb-cta__actions { justify-content: flex-start; }
    .eeb-sofmira { grid-template-columns: 130px 1fr; }
    .eeb-sofmira > a { justify-self: start; }
    .eey-footer__inner { grid-template-columns: 1fr 1fr; }
    .eey-footer__brand { grid-column: span 2; }
    .single-product div.product .summary { width: 100%; }
}

@media (max-width: 520px) {
    .eeb-products { gap: 30px 10px; }
    .eey-card h3 { font-size: 16px; }
    .eey-card__category { display: none; }
    .eey-card__footer { align-items: start; flex-direction: column; gap: 7px; }
    .eeb-proof { grid-template-columns: 1fr; }
    .eeb-proof__item + .eeb-proof__item { border-left: 0; border-top: 1px solid var(--eeb-line); }
    .eeb-feature__facts { grid-template-columns: 1fr; }
    .eeb-feature__facts div + div { border-top: 1px solid rgba(255,255,255,.15); }
    .eeb-hero__actions, .eeb-cta__actions { align-items: stretch; flex-direction: column; }
    .eeb-button { width: 100%; }
    .eeb-sofmira { gap: 16px 18px; grid-template-columns: 110px 1fr; padding-block: 22px; }
    .eeb-sofmira p { grid-column: 1 / -1; }
}
