:root{--green:#173f2d;--green2:#2d6248;--cream:#f6f0e5;--paper:#fffdf8;--gold:#b58a45;--ink:#203128;--muted:#6d766f;--line:#e7dfd2;--shadow:0 20px 60px rgba(25,50,36,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Sora',sans-serif;color:var(--ink);background:var(--paper)}button,a{font:inherit}.topbar{background:var(--green);color:#fff;text-align:center;padding:9px 16px;font-size:13px;letter-spacing:.2px}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(23,63,45,.08)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--green);font-weight:700}.brand img{width:56px;height:56px;object-fit:contain}.site-header nav{display:flex;gap:28px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:14px}.header-actions{display:flex;gap:10px;align-items:center}.ghost,.cart,.secondary{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;cursor:pointer}.cart{background:var(--green);color:#fff;border-color:var(--green)}.cart #cartCount{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;background:#fff;color:var(--green);border-radius:999px;padding:0 8px;margin-left:8px;font-weight:800;line-height:1}.hero{min-height:660px;position:relative;background:url('/assets/hatay-zeytinlik-backdrop.webp') center/cover;display:grid;grid-template-columns:1.2fr .8fr;align-items:end;padding:70px 7vw;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,36,25,.88),rgba(10,36,25,.48) 52%,rgba(10,36,25,.15))}.hero-copy,.hero-card{position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--gold)}h1,h2{font-family:'Playfair Display',serif;margin:.35em 0}.hero h1{font-size:clamp(48px,7vw,88px);line-height:.98;color:#fff;max-width:850px}.hero h1 em{color:#e8c989;font-style:normal}.hero p{color:#e9efe9;max-width:640px;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:28px}.primary{background:var(--gold);color:#10261c;border:0;border-radius:999px;padding:14px 20px;text-decoration:none;font-weight:700;cursor:pointer}.secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.25)}.hero-card{justify-self:end;background:rgba(255,255,255,.94);border-radius:28px;padding:14px;width:min(360px,100%);box-shadow:var(--shadow)}.hero-card img{width:100%;height:300px;object-fit:cover;border-radius:20px}.hero-card div{padding:14px}.hero-card small{color:var(--gold);font-weight:700}.hero-card strong{display:block;font-family:'Playfair Display';font-size:26px;margin:4px 0}.hero-card span{color:var(--muted);font-size:14px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.trust-strip div{background:#fff;padding:22px;text-align:center;font-weight:600}.section{padding:90px 6vw}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section h2,.story h2,.contact-card h2{font-size:clamp(36px,4vw,58px);color:var(--green)}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;cursor:pointer}.filters button.active{background:var(--green);color:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s;box-shadow:0 10px 30px rgba(20,55,38,.05)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image{height:300px;background:var(--cream);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover img{transform:scale(1.04)}.product-body{padding:20px}.category{font-size:11px;letter-spacing:1.5px;color:var(--gold);font-weight:700}.product-body h3{font-family:'Playfair Display';font-size:25px;margin:8px 0}.product-body p{color:var(--muted);font-size:14px;line-height:1.55;min-height:44px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.price{font-size:20px;color:var(--green)}.add{border:0;background:var(--green);color:#fff;border-radius:12px;padding:11px 14px;cursor:pointer}.story{margin:20px 6vw 80px;background:var(--cream);border-radius:32px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.story img{width:100%;height:100%;object-fit:cover;min-height:440px}.story div{padding:70px}.story p{font-size:17px;line-height:1.8;color:var(--muted)}.contact-card{margin:0 6vw 90px;background:var(--green);color:#fff;border-radius:28px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:20px}.contact-card h2{color:#fff}.contact-card a{color:#f4d697;font-size:20px}footer{background:#102c20;color:#fff;padding:34px 6vw;display:flex;align-items:center;gap:14px}footer img{width:54px}footer div{display:flex;flex-direction:column}footer small{margin-left:auto;color:#b6c4bc}.backdrop{position:fixed;inset:0;background:rgba(10,25,18,.5);z-index:50}.hidden{display:none!important}.drawer{position:fixed;top:0;right:0;width:min(440px,100%);height:100%;background:#fff;z-index:60;padding:24px;display:flex;flex-direction:column}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button,.modal-close{border:0;background:none;font-size:30px;cursor:pointer}.cart-row{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-row img{width:72px;height:72px;object-fit:cover;border-radius:12px}.qty{display:flex;gap:8px;align-items:center}.qty button{border:1px solid var(--line);background:#fff;border-radius:8px;width:28px;height:28px}.cart-summary{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.cart-summary>div{display:flex;justify-content:space-between;padding:7px 0}.cart-summary .grand{font-size:20px}.full{width:100%;margin-top:12px}.modal{position:fixed;z-index:70;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:26px;width:min(760px,92vw);max-height:88vh;overflow:auto;padding:34px;box-shadow:var(--shadow)}.modal-close{position:absolute;right:18px;top:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .fullcol{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:6px}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:12px;padding:12px}.tabs{display:flex;gap:8px;margin-bottom:20px}.tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px}.tabs button.active{background:var(--green);color:#fff}.status{padding:8px 12px;border-radius:999px;background:var(--cream);font-size:12px;font-weight:700}.order-card,.address-card,.admin-card{border:1px solid var(--line);border-radius:16px;padding:16px;margin:10px 0}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid var(--line);text-align:left}.notice{background:#fff7df;border:1px solid #efd89d;border-radius:14px;padding:14px}.bank-box{background:var(--cream);border-radius:18px;padding:18px}.bank-box code{font-size:17px;font-weight:700;display:block;margin:8px 0}.danger{color:#a22626}.success{color:#16733a}@media(max-width:1000px){.products-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-card{display:none}.story{grid-template-columns:1fr}.trust-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.site-header{height:72px;padding:0 16px}.site-header nav{display:none}.brand span{display:none}.brand img{width:48px;height:48px}.header-actions .ghost{display:none}.hero{min-height:560px;padding:48px 20px}.hero h1{font-size:52px}.section{padding:64px 16px}.section-head{align-items:start;flex-direction:column}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image{height:190px}.product-body{padding:14px}.product-body h3{font-size:19px}.product-body p{display:none}.product-bottom{align-items:stretch;flex-direction:column}.story{margin:10px 16px 60px}.story div{padding:32px}.contact-card{margin:0 16px 60px;padding:30px;flex-direction:column;align-items:start}.form-grid{grid-template-columns:1fr}.form-grid .fullcol{grid-column:auto}footer{flex-wrap:wrap}footer small{width:100%;margin-left:0}.modal{padding:28px 18px}.trust-strip div{font-size:13px;padding:16px}}

.link-btn{border:0;background:transparent;color:#355f49;text-decoration:underline;cursor:pointer;padding:10px 12px;font:inherit}.link-btn:hover{color:#173f2d}

.contact-card .contact-links{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px;min-width:min(620px,55vw)}.contact-card .contact-links a{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.07);text-decoration:none;color:#fff;transition:.2s}.contact-card .contact-links a:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}.contact-card .contact-links strong{font-size:13px;color:#f4d697}.contact-card .contact-links span{font-size:15px;color:#fff}.footer-contact{font-size:12px;color:#b6c4bc;margin-top:4px}@media(max-width:900px){.contact-card .contact-links{min-width:0;width:100%;grid-template-columns:1fr 1fr}}@media(max-width:600px){.contact-card .contact-links{grid-template-columns:1fr}.contact-card .contact-links a{padding:13px 14px}}


/* v15 mobile UX + performance */
.mobile-menu-btn{display:none;border:1px solid var(--line);background:#fff;color:var(--green);width:42px;height:42px;border-radius:12px;font-size:22px;line-height:1;align-items:center;justify-content:center;cursor:pointer}
.account-action,.cart-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}
.action-label,.cart-label{font-weight:700;letter-spacing:.1px}.cart-label{display:inline-block}
.section,.story,.contact-card{content-visibility:auto;contain-intrinsic-size:700px}
@media(max-width:700px){
  html{scroll-behavior:auto}
  .topbar{font-size:11px;padding:7px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-header{height:62px;padding:0 8px;gap:6px;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}
  .brand{flex:0 0 auto;min-width:0}.brand img{width:38px;height:38px}.brand span{display:none}
  .header-actions{margin-left:auto;display:flex;align-items:center;gap:5px;min-width:0}
  .header-actions .ghost{display:inline-flex!important}
  .account-action{height:38px;padding:0 10px;border-radius:12px;font-size:11px;font-weight:700;color:var(--green);max-width:74px;min-width:64px}
  .account-action .action-label{display:inline;overflow:hidden;text-overflow:ellipsis}
  .cart-action{height:38px;min-width:auto;padding:0 10px;border-radius:12px;font-size:11px;font-weight:700;gap:6px}
  .cart-action .cart-label{display:inline-block;font-size:11px}
  .cart-action #cartCount{min-width:20px;height:20px;padding:0 6px;margin-left:0;font-size:11px}
  .mobile-menu-btn{display:inline-flex;flex:0 0 38px;width:38px;height:38px;font-size:20px}
  .site-header nav{display:none;position:absolute;left:10px;right:10px;top:calc(100% + 8px);padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 30px rgba(20,55,38,.10);flex-direction:column;gap:0;z-index:40}
  .site-header nav.open{display:flex}
  .site-header nav a{padding:13px 12px;border-radius:10px;font-size:14px}.site-header nav a:active{background:var(--cream)}
  .hero{min-height:530px;padding:42px 18px;background-position:58% center;grid-template-columns:1fr}
  .hero h1{font-size:clamp(42px,13vw,54px)}.hero p{font-size:16px;line-height:1.55}.hero-card{display:none}
  .hero-overlay{background:linear-gradient(90deg,rgba(10,36,25,.90),rgba(10,36,25,.55))}
  .trust-strip{grid-template-columns:1fr 1fr}.trust-strip div{font-size:12px;padding:14px 8px}
  .products-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:170px}.product-card{border-radius:18px;box-shadow:none;transition:none}.product-image img{transition:none}.product-card:hover{transform:none;box-shadow:none}.product-card:hover img{transform:none}
  .filters{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.filters::-webkit-scrollbar{display:none}.filters button{flex:0 0 auto}
  .story img{min-height:280px}.story{grid-template-columns:1fr}.story div{padding:28px 24px}
  .contact-card{padding:26px 20px}.contact-card .contact-links{grid-template-columns:1fr!important}.contact-card .contact-links a{transition:none}
  .drawer{width:100%;padding:18px}.modal{width:calc(100% - 20px);max-height:90vh;overflow:auto}
}
@media(max-width:390px){
  .site-header{padding:0 6px;gap:4px}
  .brand img{width:34px;height:34px}
  .account-action{max-width:66px;min-width:58px;padding:0 8px;font-size:10.5px;height:36px}
  .account-action .action-label{letter-spacing:0}
  .cart-action{min-width:auto;padding:0 8px;height:36px;gap:5px}
  .cart-action .cart-label{font-size:10.5px}
  .cart-action #cartCount{min-width:18px;height:18px;font-size:10px;padding:0 5px}
  .mobile-menu-btn{width:36px;height:36px;flex-basis:36px;font-size:18px}
  .products-grid{grid-template-columns:1fr}.product-image{height:250px}
}
@media(hover:none),(pointer:coarse){
  *{ -webkit-tap-highlight-color:transparent }
  .product-card,.product-image img,.contact-card .contact-links a{transition:none!important}
  .product-card:hover,.contact-card .contact-links a:hover{transform:none!important}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* v17: header button polish */
.account-action{height:54px;padding:0 20px;border-radius:999px;font-size:15px;font-weight:700;color:var(--green)}
.account-action .action-label{display:inline;overflow:hidden;text-overflow:ellipsis}
.cart-action{height:54px;padding:0 18px;border-radius:999px;font-size:15px;font-weight:700;gap:10px}
.cart-action .cart-label{display:inline-block}
.cart-action #cartCount{box-shadow:inset 0 0 0 1px rgba(23,63,45,.08)}
@media(max-width:700px){
  .account-action,.cart-action{box-shadow:none}
}
/* v16: Instagram top bar; floating dock only phone + WhatsApp */
.topbar,.account-topbar{position:relative;display:flex;align-items:center;justify-content:center}
.topbar-instagram{position:absolute;right:18px;display:inline-flex;align-items:center;gap:7px;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:700;letter-spacing:.1px;opacity:.96}
.topbar-instagram svg{width:17px;height:17px;fill:currentColor;flex:0 0 17px}
.topbar-instagram:hover{opacity:1;text-decoration:underline!important}
@media(max-width:700px){
  .topbar,.account-topbar{justify-content:space-between;text-align:left;padding-left:12px;padding-right:12px;gap:8px}
  .topbar>span,.account-topbar>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px}
  .topbar-instagram{position:static;flex:0 0 auto;font-size:0;gap:0;padding:3px}
  .topbar-instagram svg{width:18px;height:18px;flex-basis:18px}
}

/* v18: remove unused favorite controls */
.wishlist{display:none!important}

/* v19 desktop/mobile contact behavior */
.footer-contact a{color:#b6c4bc;text-decoration:none}.footer-contact a:hover{text-decoration:underline}

/* v21 mobile header compact + contact cards visible numbers */
.contact-card .contact-links span{font-size:16px}
@media(max-width:700px){.contact-card .contact-links strong{font-size:12px}.contact-card .contact-links span{font-size:14px}}

/* v22: Trendyol-benzeri header ikonlari */
.account-action,.cart-action{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.account-action{min-width:52px;padding:0 14px;color:var(--green)}.cart-action{min-width:56px;padding:0 14px}.account-action .action-icon,.cart-action .action-icon{display:inline-flex!important;align-items:center;justify-content:center;width:20px;height:20px;line-height:1}.account-action .action-icon svg,.cart-action .action-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.account-action .action-label,.cart-action .cart-label{display:none!important}.account-action.is-authenticated::after{content:"";position:absolute;right:11px;top:11px;width:8px;height:8px;border-radius:50%;background:#2ea85f;box-shadow:0 0 0 2px #fff}.cart-action #cartCount{position:absolute;right:8px;top:7px;min-width:20px;height:20px;padding:0 5px;margin-left:0;font-size:11px;box-shadow:0 4px 10px rgba(0,0,0,.12)}@media(max-width:700px){.account-action,.cart-action{height:40px;min-width:40px;padding:0 11px}.account-action .action-icon,.cart-action .action-icon{width:18px;height:18px}.account-action .action-icon svg,.cart-action .action-icon svg{width:18px;height:18px}.cart-action #cartCount{right:4px;top:3px;min-width:18px;height:18px;font-size:10px}.account-action.is-authenticated::after{right:7px;top:7px;width:7px;height:7px}}


/* v24: global Sora typography */
html,body,button,a,input,textarea,select{font-family:'Sora','DM Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
body{font-weight:400;letter-spacing:-.01em}
h1,h2,h3,h4,h5,h6,.hero h1,.hero-card strong,.product-body h3,.section h2,.story h2,.contact-card h2{font-family:'Sora','DM Sans',system-ui,sans-serif!important;letter-spacing:-.045em}
.hero h1{font-weight:700;line-height:.98}.section h2,.story h2,.contact-card h2{font-weight:700}.product-body h3{font-weight:700;letter-spacing:-.03em}.hero-card strong{font-weight:700}
.site-header nav a,.brand,.ghost,.cart,.primary,.secondary,.filters button,.add,.category,.eyebrow,.contact-card .contact-links strong,.footer-contact,footer strong{font-family:'Sora','DM Sans',system-ui,sans-serif}
.site-header nav a{font-weight:500}.brand{font-weight:700}.eyebrow,.category{font-weight:800}.primary,.add,.cart,.ghost{font-weight:700}.product-body p,.story p,.hero p,.contact-card p{font-family:'Sora','DM Sans',system-ui,sans-serif}
@media(max-width:700px){.hero h1{letter-spacing:-.05em}.product-body h3{letter-spacing:-.025em}}


/* v27 product skeleton */
.product-skeleton{pointer-events:none}.product-skeleton .product-image,.product-skeleton .sk-line,.product-skeleton .sk-button{background:linear-gradient(90deg,#efece4 25%,#faf8f3 37%,#efece4 63%);background-size:400% 100%;animation:ho-product-shimmer 1.15s ease-in-out infinite}.product-skeleton .sk-line{height:14px;border-radius:999px;margin:8px 0}.product-skeleton .sk-line.short{width:46%}.product-skeleton .sk-line.medium{width:72%}.product-skeleton .sk-button{height:38px;border-radius:12px;margin-top:18px}@keyframes ho-product-shimmer{0%{background-position:100% 0}100%{background-position:0 0}}@media(prefers-reduced-motion:reduce){.product-skeleton .product-image,.product-skeleton .sk-line,.product-skeleton .sk-button{animation:none}}
