:root{--bg:#fff;--ink:#201d1b;--muted:#6d6762;--brand:#8e201b;--brand-dark:#661511;--warm:#f5f0eb;--line:#e7dfd8;--shadow:0 18px 50px rgba(40,25,18,.10);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:230px;height:auto}.main-nav{display:flex;align-items:center;gap:30px;font-weight:700}.main-nav a{padding:10px 0;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--brand);transition:.25s}.main-nav a:hover:after{right:0}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:12px;font-weight:700}.hero{position:relative;background:#222}.hero-slides{position:relative;height:min(620px,70vh);min-height:470px;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .7s ease;display:flex;align-items:center}.hero-slide.is-active{opacity:1;visibility:visible}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,15,12,.78) 0%,rgba(20,15,12,.48) 50%,rgba(20,15,12,.08) 100%)}.hero-content{position:relative;color:white}.hero-content h1,.hero-content h2{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.02;max-width:820px;margin:.1em 0 .3em;letter-spacing:-.035em}.hero-content p:not(.eyebrow){font-size:clamp(1rem,1.6vw,1.25rem);max-width:650px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:800}.button{display:inline-flex;margin-top:18px;background:var(--brand);color:#fff;padding:14px 22px;border-radius:999px;font-weight:800;transition:.2s}.button:hover{transform:translateY(-2px);background:var(--brand-dark)}.slider-dots{position:absolute;z-index:3;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.45);padding:0;cursor:pointer}.dot.is-active{background:#fff;transform:scale(1.25)}.section{padding:95px 0}.intro-section{background:var(--warm)}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.intro-grid h2,.section-heading h2,.contact-grid h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.08;letter-spacing:-.03em;margin:.15em 0}.intro-grid h2 strong{color:var(--brand)}.section-kicker{color:var(--brand)}.intro-copy{font-size:1.08rem;color:#4e4844}.intro-copy p:first-child{margin-top:0}.products-section{background:#fff}.section-heading{max-width:760px;margin-bottom:42px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px rgba(30,20,15,.05);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover;background:#f6f3f1}.product-card div{padding:24px}.product-card h3{font-size:1.35rem;margin:0 0 8px}.product-card p{margin:0;color:var(--muted)}.contact-section{background:#211c19;color:white;padding:80px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.contact-section .section-kicker{color:#e8a39f}.contact-links{display:grid;gap:14px}.contact-links a{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px 22px;display:flex;justify-content:space-between;gap:20px;align-items:center;transition:.2s}.contact-links a:hover{background:rgba(255,255,255,.06)}.contact-links span{color:#c9c0ba}.site-footer{padding:30px 0;background:#151210;color:#aaa}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-inner img{width:170px;filter:brightness(0) invert(1);opacity:.85}.footer-inner p{margin:0;font-size:.9rem}@media(max-width:820px){.header-inner{height:76px}.brand img{width:190px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px;flex-direction:column;align-items:flex-start;gap:8px}.main-nav.is-open{display:flex}.hero-slides{min-height:520px;height:70vh}.hero-overlay{background:linear-gradient(90deg,rgba(20,15,12,.78),rgba(20,15,12,.38))}.section{padding:68px 0}.intro-grid,.contact-grid{grid-template-columns:1fr;gap:25px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;align-items:flex-start}}@media(max-width:540px){.container{width:min(100% - 28px,var(--max))}.hero-slides{min-height:560px}.product-grid{grid-template-columns:1fr}.product-card img{aspect-ratio:1.45/1}.contact-links a{align-items:flex-start;flex-direction:column;gap:4px}.footer-inner{align-items:center;text-align:center}}

/* v0.2 İletişim formu */
.contact-grid-form{align-items:start}.contact-intro{max-width:560px;color:#c9c0ba;font-size:1.05rem;margin:18px 0 28px}.contact-copy .contact-links{margin-top:28px}.contact-form-wrap{background:#fff;color:var(--ink);padding:30px;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.contact-form{display:grid;gap:16px}.contact-form label{display:grid;gap:7px;font-weight:700;font-size:.92rem}.contact-form label span{color:#4c4541}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #ded6d0;background:#faf8f6;color:var(--ink);border-radius:13px;padding:13px 14px;font:inherit;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.contact-form textarea{resize:vertical;min-height:145px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(142,32,27,.10);background:#fff}.form-button{border:0;cursor:pointer;justify-content:center;margin-top:2px;font-size:1rem}.form-note{margin:0;color:#77706b;font-size:.8rem}.form-alert{margin-bottom:16px;padding:13px 15px;border-radius:12px;font-weight:700}.form-alert.success{background:#eaf6ed;color:#246a35}.form-alert.error{background:#fff0ef;color:#8e201b}.hp-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important}@media(max-width:820px){.contact-form-wrap{padding:24px}.contact-copy .contact-links{margin-bottom:10px}}@media(max-width:540px){.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:20px;border-radius:18px}}


/* v0.4 ürün galerileri */
.product-card{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.10)}
.card-link{display:inline-block;margin-top:10px;color:#c51d2a;font-weight:700;font-size:.92rem}
.product-hero{padding:78px 0 66px;background:linear-gradient(135deg,#f7f7f7,#fff);border-bottom:1px solid #ececec}
.product-hero h1{font-size:clamp(2.4rem,6vw,4.7rem);line-height:1;margin:.2em 0 .25em;color:#111}
.product-hero> .container > p:not(.section-kicker){max-width:760px;font-size:1.08rem;line-height:1.75;color:#5a5a5a;margin-bottom:26px}
.back-link{display:inline-block;margin-bottom:28px;color:#555;text-decoration:none;font-weight:650}.back-link:hover{color:#c51d2a}
.gallery-section{background:#fff}.gallery-note{max-width:760px;color:#666;line-height:1.7}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px}
.gallery-item{appearance:none;border:0;padding:0;background:#f5f5f5;border-radius:14px;overflow:hidden;cursor:zoom-in;aspect-ratio:1/1;box-shadow:0 6px 22px rgba(0,0,0,.06)}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.gallery-item:hover img{transform:scale(1.035)}
.category-cta{padding:54px 0;background:#151515;color:#fff}.category-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.category-cta h2{font-size:clamp(1.7rem,4vw,2.7rem);margin:.15em 0}.category-cta p:not(.section-kicker){max-width:700px;color:#d5d5d5;line-height:1.7}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:9999;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.is-open{display:flex}.lightbox img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:18px;right:24px;border:0;background:transparent;color:#fff;font-size:46px;line-height:1;cursor:pointer}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.product-hero{padding:52px 0 44px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-item{border-radius:10px}.lightbox{padding:14px}.lightbox-close{top:8px;right:12px}}


/* v0.4.1 ürün detay düzeni */
.product-gallery-page{padding:58px 0 72px;background:#fff}
.product-gallery-intro{padding-bottom:30px;border-bottom:1px solid var(--line)}
.product-gallery-intro .back-link{margin-bottom:24px}
.product-gallery-intro .section-kicker{margin:0 0 8px}
.product-gallery-intro h1{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 14px;color:#111}
.product-gallery-intro .gallery-note{max-width:none;width:100%;margin:0;color:#666;font-size:1.03rem;line-height:1.65}
.product-gallery-intro .button{margin-top:20px}
.product-gallery-page .gallery-grid{margin-top:28px}
@media(max-width:640px){
  .product-gallery-page{padding:38px 0 52px}
  .product-gallery-intro{padding-bottom:24px}
  .product-gallery-intro .back-link{margin-bottom:18px}
  .product-gallery-intro h1{font-size:clamp(1.8rem,9vw,2.5rem)}
  .product-gallery-intro .gallery-note{font-size:.98rem;line-height:1.6}
}
