:root{--ink:#16130f;--muted:#6f675f;--line:#eadfd2;--cream:#fbf6ee;--gold:#d7aa63;--brown:#5d3a1e;--dark:#21150c;--shadow:0 28px 70px rgba(42,27,12,.13);--radius:28px;--max:1180px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:#1b120b;color:#f8ead7;font-size:13px}.topbar .container{display:flex;gap:18px;justify-content:space-between;align-items:center;padding:10px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,246,238,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(93,58,30,.12)}.nav{display:flex;align-items:center;justify-content:space-between;padding:1px 0}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--brown),var(--gold));display:grid;place-items:center;color:white;box-shadow:0 12px 35px rgba(93,58,30,.28)}.brand strong{font-family:Fraunces,Georgia,serif;font-size:25px;letter-spacing:-.04em}.brand span{display:block;font-size:12px;color:var(--muted);margin-top:-5px}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{padding:10px 14px;border-radius:999px;font-weight:750;font-size:14px;color:#3b2b1e}.nav-links a:hover,.nav-links a.active{background:white;box-shadow:0 10px 25px rgba(60,37,17,.08)}.nav-cta{background:var(--dark)!important;color:white!important}.menu-toggle{display:none;border:0;background:white;border-radius:16px;padding:10px;box-shadow:0 10px 24px rgba(0,0,0,.08)}.hero{overflow:hidden;background:radial-gradient(circle at 15% 15%,rgba(215,170,99,.38),transparent 32%),linear-gradient(135deg,#fff8ec 0%,#f2e3cf 48%,#e7d0b2 100%);border-bottom:1px solid var(--line)}.hero .container{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;min-height:690px;padding:74px 0}.eyebrow{display:inline-flex;gap:8px;padding:8px 12px;border:1px solid rgba(93,58,30,.18);background:rgba(255,255,255,.55);border-radius:999px;font-size:13px;font-weight:850;color:#6f4828}.hero h1,.page-hero h1{font-family:Fraunces,Georgia,serif;font-size:clamp(46px,7vw,86px);line-height:.94;letter-spacing:-.06em;margin:18px 0;color:#21150c}.hero p,.page-hero p{font-size:19px;color:#5c5147;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:14px 19px;font-weight:850;border:1px solid rgba(93,58,30,.14);background:white}.btn.primary{background:#21150c;color:white;border-color:#21150c}.hero-card{position:relative;min-height:520px;border-radius:42px;padding:24px;background:linear-gradient(160deg,#2a190d,#6c4320);box-shadow:var(--shadow);overflow:hidden;color:white}.hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 10%,rgba(255,222,164,.45),transparent 30%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.15),transparent 28%)}.garment{position:absolute;inset:78px 44px 84px;border-radius:170px 170px 38px 38px;background:linear-gradient(150deg,#f7f2e9,#cfc3b5);box-shadow:inset -32px -38px 70px rgba(54,34,18,.25),0 30px 60px rgba(0,0,0,.22)}.garment:before{content:"";position:absolute;left:50%;top:34px;width:140px;height:72px;transform:translateX(-50%);border:15px solid #9a7d61;border-top:0;border-radius:0 0 90px 90px}.floating{position:absolute;z-index:3;background:rgba(255,255,255,.92);color:#24180e;border-radius:24px;padding:16px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.floating.one{left:18px;bottom:42px}.floating.two{right:18px;top:44px}.floating b{display:block;font-size:24px;font-family:Fraunces,Georgia,serif}.section{padding:86px 0}.section.white{background:white}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.section h2{font-family:Fraunces,Georgia,serif;font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.045em;margin:0 0 16px}.lead{font-size:18px;color:var(--muted);max-width:760px}.grid{display:grid;gap:20px}.grid.cards{grid-template-columns:repeat(3,1fr)}.card,.content-panel,.contact-box{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 15px 40px rgba(84,55,28,.07)}.icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#fff4df,#f1d39c);color:#6b431f;margin-bottom:16px}.icon svg{width:27px;height:27px}.card h3{font-size:22px;line-height:1.15;margin:0 0 8px}.card p,.story p{color:var(--muted);margin:0 0 14px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.service-item{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;font-weight:750}.tick{width:25px;height:25px;border-radius:50%;background:#efe1cb;display:grid;place-items:center;flex:0 0 auto;color:#72512d}.band{background:#21150c;color:white;border-radius:42px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.band p{color:#dccbb8;margin:0}.stores-preview{grid-template-columns:repeat(4,1fr)}.store-card{border-radius:24px;padding:22px;background:#fff;border:1px solid var(--line)}.store-card b{font-size:20px}.store-card span,.store-card small{display:block;color:var(--muted);font-size:14px;margin-top:6px}.page-hero{padding:76px 0;background:linear-gradient(135deg,#fff7eb,#ebd5b7);border-bottom:1px solid var(--line)}.breadcrumbs{font-size:13px;font-weight:850;color:#7b5735}.content-panel{border-radius:34px;padding:38px;box-shadow:var(--shadow)}.store-tools{display:flex;gap:12px;justify-content:space-between;margin:26px 0;flex-wrap:wrap}.search{flex:1;min-width:260px;border:1px solid var(--line);border-radius:999px;padding:15px 18px;font:inherit;background:white}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.store-grid .store-card{min-height:190px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px}.form{display:grid;gap:14px}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:18px;padding:14px 16px;font:inherit;background:#fffaf4}.form textarea{min-height:150px}.footer{background:#1b120b;color:#f7eadb;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer a,.footer p{color:#d8c7b4}.footer h4{margin:0 0 12px}.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;color:#bda98f;font-size:13px}@media(max-width:900px){.topbar .container{display:none}.menu-toggle{display:block}.nav-links{position:absolute;left:20px;right:20px;top:78px;background:white;border:1px solid var(--line);border-radius:24px;padding:12px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.nav-links.open{display:flex}.hero .container,.split,.contact-grid{grid-template-columns:1fr}.hero .container{min-height:auto;padding:52px 0}.hero-card{min-height:420px}.grid.cards,.stores-preview,.store-grid,.footer-grid{grid-template-columns:1fr}.service-list{grid-template-columns:1fr}.band{grid-template-columns:1fr;padding:30px}.section{padding:58px 0}.content-panel{padding:24px}.brand strong{font-size:21px}}

/* Brown Gouge logo refinements */
.brand{min-width:180px}
.brand-logo{display:block;width:auto;object-fit:contain}
.brand-logo-header{height:100px;max-width:230px;filter:contrast(1.04);transition:transform .22s ease}
.brand:hover .brand-logo-header{transform:scale(1.025)}
.footer-brand .brand-logo-footer{height:100px;max-width:250px;margin-bottom:18px}
.footer-brand p{max-width:360px;margin:0;color:#d8c7b4}
.band .btn{color:#21150c!important;background:#fff!important;border-color:#fff!important}
@media(max-width:900px){.brand{min-width:0}.brand-logo-header{height:44px;max-width:180px}.footer-brand .brand-logo-footer{height:100px;max-width:220px}}

/* ===== LOGO SIZE FIX (clean, predictable) ===== */

/* HEADER CONTAINER */
.site-header .brand.brand-header,
.site-header a.brand.brand-header{
    flex: 0 0 auto !important;
    width: auto !important;
    height: 100px !important;          /* ключевое */
    display: flex !important;
    align-items: center !important;
}

/* HEADER LOGO */
.site-header .brand-logo-header,
.site-header a.brand img.brand-logo-header{
    height: 100px !important;          /* фиксируем */
    width: auto !important;            /* авто ширина */
    max-height: none !important;       /* убираем ограничения */
    max-width: none !important;
    object-fit: contain !important;
}

/* FOOTER LOGO */
.footer .brand-logo-footer,
.footer .footer-brand img.brand-logo-footer{
    height: 100px !important;
    width: auto !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: contain !important;
    margin: 0 0 18px 0 !important;
}

/* FIX BUTTON TEXT */
.band .btn,
.band a.btn{
    color: #21150c !important;
    background: #fff !important;
    border-color: #fff !important;
}

/* MOBILE */
@media (max-width: 900px){
    .site-header .brand.brand-header{
        height: 70px !important;
    }

    .site-header .brand-logo-header{
        height: 70px !important;
    }

    .footer .brand-logo-footer{
        height: 70px !important;
    }
}
