:root{
  --gold:#f7bb00;
  --gold-deep:#eca900;
  --cream:#fff7d6;
  --paper:#f6f3df;
  --peach:#ecd5c4;
  --brown:#35251b;
  --brown-2:#2b1d16;
  --ink:#1b1b1b;
  --muted:#67615d;
  --taupe:#a1846d;
  --container:1168px;
  --display:'Montserrat',Arial,sans-serif;
  --body:'Montserrat',Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.72;background:#fff}img{display:block;max-width:100%}a{color:inherit}button,input{font:inherit}.wrap{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:-80px;z-index:999;background:#fff;color:#111;padding:10px 14px;text-decoration:none}.skip-link:focus{top:12px}

h1,h2,h3{font-family:var(--display);line-height:1.15;margin:0;font-weight:700}p{margin:0}.site-header{position:relative;z-index:50}.top-head{height:140px;background:var(--cream);border-top:5px solid rgba(55,38,25,.28)}.top-head__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#1a1917}.logo__icon{width:84px;height:68px;color:#6e4b22}.logo__accent{stroke:var(--gold)}.logo__text{display:grid;gap:0;line-height:.87;letter-spacing:.01em}.logo__text strong{font-family:var(--body);font-size:2.18rem;font-weight:900}.head-contact{display:flex;align-items:center;gap:28px}.head-contact__item{display:flex;align-items:center;gap:15px}.head-contact__item small{display:block;color:#725f50;font-size:.77rem;line-height:1.45}.head-contact__item strong{display:block;font-size:1rem;line-height:1.15}.head-contact__icon{width:48px;height:48px;display:grid;place-items:center}.head-contact__icon svg{width:42px;fill:none;stroke:#141414;stroke-width:1.5}.head-contact__rule{height:42px;width:1px;background:rgba(40,30,20,.18)}.menu-toggle{display:none;width:46px;height:42px;border:0;background:transparent;padding:8px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#2c1d15;margin:6px 0}
.primary-nav{position:absolute;left:0;right:0;top:138px;z-index:60;pointer-events:none}.nav-box{width:min(calc(100% - 48px),1144px);min-height:64px;margin:0 auto;background:rgba(53,37,27,.96);display:flex;align-items:stretch;border:1px solid rgba(247,187,0,.14);outline:1px dashed rgba(247,187,0,.25);outline-offset:-7px;box-shadow:0 8px 24px rgba(31,21,15,.18);pointer-events:auto}.nav-link{min-width:145px;display:flex;align-items:center;justify-content:center;padding:0 28px;text-decoration:none;color:#fff;font-size:.78rem;font-weight:900;border-right:1px solid rgba(255,255,255,.09);transition:.2s ease}.nav-link:hover,.nav-link:focus-visible,.nav-link.is-active{color:var(--gold)}.nav-search{width:74px;border:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.nav-search svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.8}

.hero{position:relative;height:692px;overflow:hidden;background:#2d2018}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .85s ease,visibility .85s ease}.hero-slide__bg{position:absolute;inset:-3%;width:106%;height:106%;object-fit:cover;object-position:var(--pos,center);transform:scale(1.02);transition:transform 7s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide.is-active .hero-slide__bg{transform:scale(1.09)}.hero-slide__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,15,11,.38),rgba(21,15,11,.18) 50%,rgba(21,15,11,.2)),linear-gradient(0deg,rgba(26,18,13,.44),rgba(0,0,0,0) 52%)}.hero-slide__content{position:absolute;z-index:3;left:50%;top:52%;width:min(900px,calc(100% - 180px));transform:translate(-50%,-42%);text-align:center;color:#fff;opacity:0;transition:opacity .7s .25s ease,transform .7s .25s ease}.hero-slide.is-active .hero-slide__content{opacity:1;transform:translate(-50%,-50%)}.hero-slide h1,.hero-slide h2{font-size:clamp(3.35rem,4vw,5.05rem);text-shadow:0 2px 6px rgba(0,0,0,.22)}.hero-slide p{max-width:780px;margin:20px auto 0;font-size:1.08rem;line-height:1.5;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:58px;height:58px;border:0;border-radius:50%;background:rgba(255,255,255,.23);color:#fff;cursor:pointer;font-family:var(--body);font-size:2.4rem;display:grid;place-items:center;transition:.2s}.hero-arrow:hover{background:rgba(255,255,255,.35)}.hero-arrow span{margin-top:-5px}.hero-arrow--prev{left:40px}.hero-arrow--next{right:40px}

.welcome{position:relative;min-height:800px;overflow:hidden}.welcome__yellow,.welcome__paper{position:absolute;inset-inline:0}.welcome__yellow{top:0;height:498px;background:var(--gold)}.welcome__paper{top:498px;bottom:0;background-color:var(--paper);background-image:radial-gradient(rgba(97,80,42,.08) .65px,transparent .65px),linear-gradient(100deg,rgba(255,255,255,.34),transparent 45%,rgba(221,198,128,.08));background-size:4px 4px,100% 100%}.welcome__inner{position:relative;z-index:2;padding-top:73px}.center-heading{text-align:center;max-width:800px;margin:auto}.center-heading h2{font-size:3rem}.center-heading p{margin:14px auto 0;max-width:760px;color:#4b4741;font-size:1rem}.intro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:49px}.intro-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 12px 24px rgba(101,76,29,.10);min-height:444px}.intro-card img{width:100%;height:216px;object-fit:cover}.intro-card__body{text-align:center;padding:30px 28px 34px}.intro-card h3{font-size:1.7rem;margin-bottom:10px}.intro-card p{color:#8a8783;line-height:1.66;font-size:.96rem}

.farm-history{position:relative;min-height:670px;padding:100px 0 88px;background-color:var(--paper);background-image:radial-gradient(rgba(97,80,42,.07) .65px,transparent .65px);background-size:4px 4px;overflow:hidden}.farm-history::after{content:"HAS BESİ";position:absolute;right:220px;top:56px;font-family:var(--display);font-size:8.5rem;font-weight:800;letter-spacing:-.06em;color:rgba(197,170,89,.065)}.farm-history__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.22fr .78fr;gap:70px;align-items:center}.farm-history__copy h2{font-size:2.65rem}.farm-history__copy>p{max-width:675px;margin-top:20px;color:#54504a}.mini-features{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:48px}.mini-feature__icon{display:block;width:54px;height:54px;color:var(--gold);margin-bottom:12px}.mini-feature__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8}.mini-feature strong{font-family:var(--display);font-size:1.05rem;line-height:1.18}.farm-history__visual{position:relative;height:470px;display:grid;place-items:center}.cow-emblem{width:360px;height:430px;color:#a35f31;filter:drop-shadow(0 15px 16px rgba(82,56,32,.08));transform:translateX(15px)}.cow-emblem svg{width:100%;height:100%}.farm-sketch{position:absolute;opacity:.11}.farm-sketch--left{left:-30px;bottom:-18px;width:320px;height:210px;border:2px solid #7f684d;border-radius:52% 48% 0 0;transform:skewX(-12deg)}

.dark-band{position:relative;height:510px;overflow:hidden;background:#2b211a;color:#fff}.dark-band__image{position:absolute;inset:0;background:url('../images/barn-warm.webp') center/cover no-repeat;filter:saturate(.85)}.dark-band__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(39,25,16,.86) 0%,rgba(39,25,16,.72) 58%,rgba(39,25,16,.18) 100%)}.dark-band__content{position:relative;z-index:3;padding-top:130px}.dark-band__content h2{font-size:2.85rem;max-width:650px}.dark-band__content p{max-width:705px;margin-top:25px;color:rgba(255,255,255,.78);font-size:1.05rem}.milk-swoosh{position:absolute;z-index:2;right:40px;top:-18px;width:410px;transform:rotate(-9deg);filter:drop-shadow(0 10px 14px rgba(0,0,0,.15))}.milk-swoosh svg{width:100%;height:100%}

.offer{position:relative;padding:68px 0 102px;background-color:var(--paper);background-image:radial-gradient(rgba(97,80,42,.07) .65px,transparent .65px);background-size:4px 4px}.offer::before{content:"";position:absolute;top:0;left:50%;width:min(calc(100% - 48px),var(--container));height:5px;background:var(--brown)}.offer__heading{text-align:center}.offer__heading h2{font-size:2.75rem}.offer__heading p{margin:17px auto 0;max-width:900px;color:#65605b}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;margin-top:56px}.offer-item{text-align:center}.offer-item__image{width:218px;height:218px;border-radius:50%;margin:0 auto 20px;padding:8px;border:2px dashed #b9b9b1}.offer-item__image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.offer-item h3{font-size:1.55rem}.offer-item p{margin-top:12px;color:#77716d;font-size:.92rem;line-height:1.62}.offer__cta{text-align:center;margin-top:48px}.gold-button{display:inline-flex;align-items:center;justify-content:center;min-height:53px;padding:0 34px;background:var(--gold);color:#1b1b1b;text-decoration:none;font-size:.75rem;font-weight:900;border-radius:3px;transition:.2s}.gold-button:hover{background:#1f1b18;color:#fff}

.editorial{position:relative;padding:85px 0 70px;background:var(--peach);overflow:hidden}.editorial::before{content:"";position:absolute;top:0;left:50%;width:min(calc(100% - 48px),var(--container));height:5px;background:var(--brown)}.editorial-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:390px 315px}.editorial-image{overflow:hidden}.editorial-image img{width:100%;height:100%;object-fit:cover}.editorial-image--top{grid-column:1;grid-row:1}.editorial-copy--top{grid-column:2;grid-row:1;padding:42px 80px 30px}.editorial-copy--bottom{grid-column:1;grid-row:2;padding:92px 65px 30px 0}.editorial-image--bottom{grid-column:2;grid-row:2}.editorial-copy h2{font-size:2.7rem}.editorial-copy p{margin-top:22px;color:#5e5a56;max-width:520px}.editorial-sketch{position:absolute;opacity:.18;border:2px solid #846f60}.editorial-sketch--cow{right:70px;top:65px;width:210px;height:250px;border-radius:45% 55% 48% 52%}.editorial-sketch--farm{left:-30px;bottom:25px;width:350px;height:180px;border-radius:60% 40% 0 0}.editorial--about{padding-top:95px}

.news{position:relative;background:var(--taupe);color:#fff;padding:54px 0 102px;overflow:hidden}.news::before{content:"";position:absolute;top:0;left:50%;width:min(calc(100% - 48px),var(--container));height:5px;background:var(--brown)}.news__head{position:relative;z-index:2;margin-bottom:46px}.news__head>div{display:flex;align-items:center;gap:20px}.news__head h2{font-size:2.5rem}.news__line{width:40px;height:1px;background:#fff}.news__head p{margin-top:20px;font-size:.9rem}.news-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:30px}.news-feature{position:relative;height:386px;overflow:hidden}.news-feature img{width:100%;height:100%;object-fit:cover}.news-feature__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(35,26,20,.9),rgba(35,26,20,0) 66%)}.news-feature__body{position:absolute;left:38px;right:30px;bottom:29px}.news time{font-size:.76rem}.news-feature h3{margin-top:13px;font-size:1.55rem}.news-card img{width:100%;height:158px;object-fit:cover}.news-card time{display:block;margin-top:18px}.news-card h3{font-size:1.45rem;margin-top:12px;min-height:104px}.news-card a{display:inline-block;margin-top:10px;text-decoration:none;font-size:.72rem;font-weight:900}.news-sketch{position:absolute;right:-80px;bottom:25px;width:400px;height:230px;border:2px solid rgba(49,39,31,.18);border-radius:48% 52% 12% 88%;transform:rotate(-8deg)}

.footer{position:relative;background:#efe1d3;padding:72px 0 35px;overflow:hidden;min-height:480px}.footer__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr 1.2fr;gap:80px;padding-bottom:52px}.footer-brand .logo{margin-bottom:18px}.footer-brand .logo__text strong{font-size:1.9rem}.footer-brand p{color:#6d6259;font-size:.92rem}.footer-brand em{display:block;margin-top:16px;font-family:var(--display);font-weight:700}.footer-phone{display:block;font-size:1.05rem;margin-top:4px}.footer h2{font-size:1.35rem;margin-bottom:20px}.footer-links>div{display:grid;grid-template-columns:1fr 1fr;gap:9px 30px}.footer-links a{text-decoration:none;color:#62574f;font-size:.88rem}.footer-newsletter p{margin-bottom:17px}.newsletter{display:flex;width:100%;max-width:380px}.newsletter input{flex:1;min-width:0;border:0;background:#fff;padding:0 18px;height:50px}.newsletter button{width:54px;border:0;background:var(--gold);cursor:pointer;font-weight:900}.socials{display:flex;gap:10px;margin-top:28px}.socials a{width:37px;height:37px;border:1px solid #9d938b;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#847a72;font-size:.78rem;font-weight:900}.footer-bottom{position:relative;z-index:2;border-top:1px solid rgba(69,49,36,.18);padding-top:28px;display:flex;justify-content:space-between;color:#766a60;font-size:.8rem}.footer-land{position:absolute;left:0;right:0;bottom:-8px;height:140px;color:#7b6758;opacity:.17}.footer-land svg{width:100%;height:100%}.footer--compact{min-height:420px}.back-top{position:fixed;right:48px;bottom:34px;z-index:90;width:56px;height:56px;border:0;border-radius:50%;background:#1e2235;color:#fff;font-size:1.45rem;display:grid;place-items:center;cursor:pointer;opacity:0;transform:translateY(20px);pointer-events:none;transition:.25s}.back-top.is-visible{opacity:1;transform:none;pointer-events:auto}

.inner-page{background:#fff}.inner-header{position:absolute;inset:0 0 auto;z-index:60}.primary-nav--inner{top:0;padding-top:0}.page-hero{position:relative;height:365px;background:url('../images/hero.webp') center 46%/cover no-repeat;color:#fff}.page-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(45,28,18,.68),rgba(70,31,43,.25)),linear-gradient(0deg,rgba(38,23,16,.2),rgba(38,23,16,.05))}.page-hero__content{position:relative;z-index:2;padding-top:145px}.page-hero h1{font-size:3.8rem}.breadcrumb{display:flex;gap:14px;align-items:center;margin-top:16px;font-size:.8rem}.breadcrumb a{color:var(--gold);text-decoration:none}.mission{padding:106px 0;background:#fff}.mission__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:80px;align-items:center}.mission__visual{position:relative;min-height:430px}.mission__visual>img{width:82%;height:360px;object-fit:cover}.mission-card{position:absolute;right:0;bottom:0;width:310px;background:var(--peach);padding:30px 34px}.mission-card h2{font-size:1.6rem;margin-bottom:14px}.mission-card p{color:#655c55}.mission__copy h2{font-size:2.8rem}.mission__copy p{margin-top:21px;color:#5f5b57}.farm-history--about{padding-top:95px;padding-bottom:95px}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.is-revealed{opacity:1;transform:none}

@media(max-width:1180px){.nav-link{min-width:0;flex:1;padding-inline:18px}.offer-item__image{width:190px;height:190px}.head-contact{gap:16px}.head-contact__item:first-child{display:none}.head-contact__rule{display:none}.farm-history::after{right:30px}.editorial-copy--top{padding-right:45px}.footer__grid{gap:48px}}
@media(max-width:900px){.top-head{height:96px}.top-head__inner{height:96px}.logo__icon{width:60px}.logo__text strong{font-size:1.65rem}.head-contact{display:none}.menu-toggle{display:block}.primary-nav{top:94px}.nav-box{display:none;width:calc(100% - 28px);flex-direction:column}.primary-nav.is-open .nav-box{display:flex}.nav-link{min-height:50px;justify-content:flex-start;padding:0 22px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.nav-search{display:none}.hero{height:610px}.hero-slide__content{width:calc(100% - 70px)}.hero-slide h1,.hero-slide h2{font-size:3rem}.hero-arrow{width:48px;height:48px}.hero-arrow--prev{left:18px}.hero-arrow--next{right:18px}.welcome{min-height:auto;padding-bottom:90px}.welcome__yellow{height:420px}.welcome__paper{top:420px}.welcome__inner{padding-top:58px}.center-heading h2{font-size:2.5rem}.intro-cards{grid-template-columns:1fr;max-width:590px;margin:42px auto 0}.intro-card{min-height:0}.intro-card img{height:260px}.farm-history__grid,.mission__grid{grid-template-columns:1fr}.farm-history__visual{order:-1}.mini-features{grid-template-columns:repeat(2,1fr)}.dark-band{height:520px}.milk-swoosh{right:-130px;opacity:.55}.offer-grid{grid-template-columns:repeat(2,1fr)}.editorial-grid{grid-template-columns:1fr;grid-template-rows:auto}.editorial-image--top,.editorial-copy--top,.editorial-copy--bottom,.editorial-image--bottom{grid-column:1;grid-row:auto}.editorial-image{height:340px}.editorial-copy--top,.editorial-copy--bottom{padding:48px 20px}.news-grid{grid-template-columns:1fr 1fr}.news-feature{grid-column:1/-1}.footer__grid{grid-template-columns:1fr 1fr}.footer-newsletter{grid-column:1/-1}.primary-nav--inner{top:0}.page-hero__content{padding-top:125px}}
@media(max-width:580px){.wrap{width:calc(100% - 28px)}.top-head{height:86px}.top-head__inner{height:86px}.logo__icon{width:50px}.logo__text strong{font-size:1.35rem}.primary-nav{top:84px}.hero{height:560px}.hero-slide__content{width:calc(100% - 54px);top:54%}.hero-slide h1,.hero-slide h2{font-size:2.25rem}.hero-slide p{font-size:.9rem}.hero-arrow{top:auto;bottom:22px;transform:none}.welcome__yellow{height:380px}.welcome__paper{top:380px}.center-heading h2{font-size:2.1rem}.center-heading p{font-size:.9rem}.intro-card img{height:220px}.farm-history{padding:80px 0}.farm-history__copy h2{font-size:2.15rem}.farm-history__visual{height:360px}.cow-emblem{width:280px;height:330px}.mini-features{gap:26px}.dark-band__content{padding-top:95px}.dark-band__content h2{font-size:2.25rem}.offer{padding:65px 0}.offer__heading h2{font-size:2.15rem}.offer-grid{grid-template-columns:1fr}.offer-item__image{width:205px;height:205px}.editorial{padding:65px 0}.editorial-copy h2{font-size:2.15rem}.editorial-image{height:300px}.news-grid{grid-template-columns:1fr}.news-feature{grid-column:auto;height:360px}.news-card h3{min-height:0}.footer__grid{grid-template-columns:1fr}.footer-newsletter{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.back-top{right:18px;bottom:18px;width:50px;height:50px}.page-hero{height:320px}.page-hero__content{padding-top:120px}.page-hero h1{font-size:3rem}.mission{padding:72px 0}.mission__visual{min-height:390px}.mission__visual>img{width:100%;height:300px}.mission-card{width:calc(100% - 24px);padding:24px}.mission__copy h2{font-size:2.2rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.hero-slide__bg{transform:none!important}}

/* === HAS BESI V2.2 / Premium welcome motion === */
.welcome--premium{min-height:790px;isolation:isolate;overflow:hidden;--welcome-parallax:0px}.welcome--premium .welcome__yellow{height:486px;background-color:#f4b900;background-image:radial-gradient(rgba(78,55,10,.075) .7px,transparent .7px),linear-gradient(90deg,rgba(255,255,255,.06),transparent 38%,rgba(114,74,0,.035));background-size:6px 6px,100% 100%}.welcome--premium .welcome__paper{top:486px;background-color:#f7f3e4;background-image:radial-gradient(rgba(97,80,42,.07) .65px,transparent .65px),linear-gradient(100deg,rgba(255,255,255,.42),transparent 45%,rgba(221,198,128,.065));background-size:5px 5px,100% 100%}.welcome__watermark{position:absolute;z-index:1;right:max(calc((100vw - var(--container))/2 - 26px),18px);top:10px;font-family:var(--display);font-weight:700;font-size:clamp(8rem,15vw,15rem);line-height:1;color:rgba(73,49,14,.055);letter-spacing:-.075em;user-select:none;pointer-events:none;transform:translate3d(0,var(--welcome-parallax),0);will-change:transform}.welcome__hairline{position:absolute;z-index:1;left:50%;top:34px;width:min(calc(100% - 48px),var(--container));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(65,44,9,.24) 16%,rgba(65,44,9,.24) 84%,transparent)}.welcome--premium .welcome__inner{padding-top:66px}.welcome-heading{position:relative;z-index:2}.welcome-kicker{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;font-size:.69rem;font-weight:900;letter-spacing:.19em;color:#6d4a00}.welcome-kicker i{display:block;width:24px;height:1px;background:currentColor;opacity:.7}.welcome--premium .center-heading h2{font-size:clamp(2.55rem,3.35vw,3.55rem);letter-spacing:-.035em}.welcome--premium .center-heading p{max-width:720px;margin-top:13px;color:rgba(40,33,26,.72);font-size:.97rem;line-height:1.7}.welcome--premium .intro-cards{gap:28px;margin-top:46px;align-items:start}.welcome--premium .intro-card{min-height:0;background:transparent;border-radius:0;overflow:visible;box-shadow:none;position:relative}.intro-card__surface{position:relative;min-height:414px;background:#fffdf8;border:1px solid rgba(70,48,24,.12);box-shadow:0 18px 42px rgba(75,49,18,.09);overflow:hidden;transition:transform .5s cubic-bezier(.2,.75,.25,1),box-shadow .5s ease,border-color .35s ease;transform:translateZ(0);will-change:transform}.intro-card__surface::before{content:"";position:absolute;z-index:4;left:0;right:0;bottom:0;height:3px;background:var(--gold-deep);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.2,.75,.25,1)}.intro-card__surface::after{content:"";position:absolute;z-index:3;inset:0;pointer-events:none;background:radial-gradient(280px circle at var(--mx,50%) var(--my,10%),rgba(247,187,0,.13),transparent 62%);opacity:0;transition:opacity .3s ease}.intro-card__media{position:relative;height:218px;overflow:hidden;background:#33251c}.welcome--premium .intro-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.75,.25,1),filter .6s ease}.intro-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(34,24,17,0) 55%,rgba(34,24,17,.34));pointer-events:none}.intro-card__tag{position:absolute;z-index:2;left:22px;bottom:0;transform:translateY(50%);background:#34241a;color:#fff;padding:9px 13px 8px;font-size:.61rem;line-height:1;font-weight:900;letter-spacing:.14em;box-shadow:0 7px 18px rgba(38,26,18,.16)}.welcome--premium .intro-card__body{text-align:left;padding:35px 29px 29px}.intro-card__micro{display:block;margin-bottom:9px;color:#a47700;font-size:.64rem;font-weight:900;letter-spacing:.095em;text-transform:uppercase}.welcome--premium .intro-card h3{font-size:1.58rem;margin:0 0 10px;letter-spacing:-.025em}.welcome--premium .intro-card p{color:#756e67;line-height:1.65;font-size:.91rem}.intro-card.reveal{transform:translateY(54px) scale(.985);opacity:0;transition:opacity .8s cubic-bezier(.2,.75,.25,1),transform .8s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}.intro-card.reveal.is-revealed{transform:none;opacity:1}.welcome-heading.reveal{transform:translateY(26px);transition-duration:.85s}.intro-card__surface:hover{transform:translateY(-12px);border-color:rgba(145,101,17,.24);box-shadow:0 28px 58px rgba(71,46,19,.16)}.intro-card__surface:hover::before{transform:scaleX(1)}.intro-card__surface:hover::after{opacity:1}.intro-card__surface:hover img{transform:scale(1.065);filter:saturate(1.04) contrast(1.02)}.intro-card__surface:hover .intro-card__tag{background:#2b1d16}.intro-card__tag{transition:background .3s ease}.welcome--premium .intro-card:nth-child(2) .intro-card__surface{margin-top:14px}.welcome--premium .intro-card:nth-child(2).reveal{transform:translateY(66px) scale(.985)}.welcome--premium .intro-card:nth-child(2).reveal.is-revealed{transform:none}.welcome--premium .intro-card:nth-child(2).is-revealed .intro-card__surface{transform:translateY(14px)}.welcome--premium .intro-card:nth-child(2).is-revealed .intro-card__surface:hover{transform:translateY(2px)}

@media(max-width:900px){.welcome--premium{padding-bottom:110px}.welcome--premium .welcome__yellow{height:455px}.welcome--premium .welcome__paper{top:455px}.welcome__watermark{right:-20px;top:42px;font-size:10rem}.welcome__hairline{top:25px}.welcome--premium .intro-cards{gap:24px}.welcome--premium .intro-card:nth-child(2) .intro-card__surface{margin-top:0}.welcome--premium .intro-card:nth-child(2).is-revealed .intro-card__surface,.welcome--premium .intro-card:nth-child(2).is-revealed .intro-card__surface:hover{transform:none}.intro-card__surface{min-height:0}.intro-card__media{height:270px}.welcome--premium .intro-card__body{padding:36px 31px 32px}}
@media(max-width:580px){.welcome--premium .welcome__yellow{height:400px}.welcome--premium .welcome__paper{top:400px}.welcome--premium .welcome__inner{padding-top:54px}.welcome-kicker{font-size:.58rem;letter-spacing:.13em;gap:8px}.welcome-kicker i{width:15px}.welcome__watermark{font-size:7.5rem;top:58px;right:-12px}.welcome--premium .intro-cards{margin-top:38px}.intro-card__media{height:220px}.intro-card__tag{left:18px;padding:8px 10px 7px}.welcome--premium .intro-card__body{padding:34px 23px 27px}.welcome--premium .intro-card h3{font-size:1.45rem}.welcome--premium .intro-card p{font-size:.89rem}.intro-card__surface:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.welcome__watermark{transform:none!important}.intro-card.reveal,.welcome-heading.reveal{opacity:1!important;transform:none!important}.intro-card__surface,.welcome--premium .intro-card img{transition:none!important}.intro-card__surface:hover,.welcome--premium .intro-card:nth-child(2).is-revealed .intro-card__surface,.welcome--premium .intro-card:nth-child(2).is-revealed .intro-card__surface:hover{transform:none!important}}


/* === HAS BESI V2.3 / Welcome tag visibility + premium farm-history motion === */
.welcome--premium .intro-card__media::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(26,18,12,.54) 0%,rgba(26,18,12,.18) 34%,rgba(26,18,12,0) 60%);pointer-events:none}
.welcome--premium .intro-card__media::after{background:linear-gradient(180deg,rgba(34,24,17,.08) 48%,rgba(34,24,17,.42))}
.welcome--premium .intro-card__tag{top:16px;left:16px;bottom:auto;transform:none;background:rgba(30,22,16,.88);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(28,18,12,.22)}
.welcome--premium .intro-card__tag::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px;background:var(--gold);box-shadow:0 0 0 4px rgba(247,187,0,.14)}
.welcome--premium .intro-card__micro{margin-bottom:12px}
@media(max-width:580px){.welcome--premium .intro-card__tag{top:14px;left:14px}}

/* === HAS BESI V2.5 / Reference farm-history section === */
.farm-history--reference{
  position:relative;
  min-height:640px;
  padding:88px 0 82px;
  overflow:hidden;
  background-color:#f7f3e4;
  background-image:
    radial-gradient(rgba(97,80,42,.055) .65px,transparent .65px),
    linear-gradient(105deg,rgba(255,255,255,.42),transparent 43%,rgba(221,198,128,.045));
  background-size:5px 5px,100% 100%;
  --farm-parallax:0px;
}
.farm-history--reference::after{
  content:"HAS BESİ";
  position:absolute;
  right:145px;
  top:48px;
  font-family:var(--display);
  font-size:8.2rem;
  font-weight:800;
  letter-spacing:-.06em;
  line-height:1;
  color:rgba(187,164,100,.07);
  pointer-events:none;
  user-select:none;
}
.farm-history--reference .farm-sketch--left{
  left:-48px;
  bottom:-50px;
  width:300px;
  height:205px;
  border-width:1px;
  opacity:.10;
}
.farm-history--reference .farm-history__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:72px;
  align-items:center;
}
.farm-history--reference .farm-history__copy{
  padding-top:8px;
}
.farm-history--reference .farm-history__copy h2{
  max-width:650px;
  font-size:clamp(2.55rem,3.2vw,3.45rem);
  line-height:1.06;
  letter-spacing:-.035em;
}
.farm-history--reference .farm-history__copy>p{
  max-width:690px;
  margin-top:22px;
  color:#5b554e;
  font-size:1rem;
  line-height:1.78;
}
.farm-history--reference .mini-features--plain{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:38px;
  max-width:720px;
  margin-top:48px;
}
.farm-history--reference .mini-feature--plain{
  min-width:0;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  transition:transform .35s ease;
}
.farm-history--reference .mini-feature--plain::after{display:none}
.farm-history--reference .mini-feature--plain:hover{
  transform:translateY(-5px);
  border:0;
  box-shadow:none;
}
.farm-history--reference .mini-feature--plain .mini-feature__icon{
  display:block;
  width:56px;
  height:56px;
  margin:0 0 13px;
  padding:0;
  border-radius:0;
  background:transparent;
  color:var(--gold);
}
.farm-history--reference .mini-feature--plain .mini-feature__icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
}
.farm-history--reference .mini-feature--plain strong{
  display:block;
  font-family:var(--display);
  font-size:1.12rem;
  line-height:1.16;
  color:#211d1a;
}
.farm-history--reference .mini-feature--plain.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.2,.75,.25,1),transform .7s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.farm-history--reference .mini-feature--plain.reveal.is-revealed{
  opacity:1;
  transform:none;
}
.farm-history--reference .farm-history__visual{
  position:relative;
  min-height:475px;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
}
.farm-history--reference .cow-reveal{
  opacity:0;
  transform:translate3d(180px,0,0);
  transition:opacity .95s cubic-bezier(.2,.75,.25,1),transform 1.05s cubic-bezier(.16,.72,.23,1);
  transition-delay:var(--reveal-delay,0ms);
}
.farm-history--reference .cow-reveal.is-revealed{
  opacity:1;
  transform:none;
}
.farm-cow-stage{
  position:relative;
  width:100%;
  max-width:465px;
  min-height:475px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  transform:translate3d(0,var(--farm-parallax),0);
}
.farm-cow-stage::after{
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  bottom:6px;
  width:310px;
  height:34px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(71,48,27,.16) 0%,rgba(71,48,27,.06) 42%,transparent 72%);
  filter:blur(7px);
}
.farm-cow-stage__watermark{
  position:absolute;
  z-index:0;
  right:-18px;
  top:18px;
  font-family:var(--display);
  font-size:clamp(4.9rem,7vw,7.2rem);
  font-weight:800;
  letter-spacing:-.065em;
  line-height:.9;
  color:rgba(187,164,100,.072);
  white-space:nowrap;
  pointer-events:none;
  user-select:none;
}
.farm-cow-stage__image{
  position:relative;
  z-index:2;
  width:auto;
  max-width:390px;
  max-height:470px;
  object-fit:contain;
  filter:drop-shadow(0 16px 18px rgba(68,44,22,.08));
  transform:translateZ(0);
  transition:filter .35s ease;
}
.farm-history--reference .farm-history__visual:hover .farm-cow-stage__image{
  filter:drop-shadow(0 22px 26px rgba(68,44,22,.12));
}

@media(max-width:1180px){
  .farm-history--reference::after{right:30px;font-size:6.4rem}
  .farm-history--reference .farm-history__grid{grid-template-columns:1.1fr .9fr;gap:46px}
  .farm-history--reference .mini-features--plain{gap:24px}
  .farm-cow-stage__image{max-width:350px;max-height:440px}
}
@media(max-width:900px){
  .farm-history--reference{padding:78px 0 72px}
  .farm-history--reference::after{right:18px;top:30px;font-size:4.5rem}
  .farm-history--reference .farm-history__grid{grid-template-columns:1fr;gap:34px}
  .farm-history--reference .farm-history__visual{order:-1;min-height:390px}
  .farm-cow-stage{min-height:390px;max-width:410px;margin-inline:auto}
  .farm-cow-stage__image{max-width:300px;max-height:380px}
  .farm-cow-stage__watermark{right:0;top:12px;font-size:5rem}
  .farm-history--reference .mini-features--plain{grid-template-columns:repeat(2,1fr);gap:26px 20px;max-width:520px}
}
@media(max-width:580px){
  .farm-history--reference{padding:66px 0}
  .farm-history--reference::after{font-size:3rem;right:12px;top:34px}
  .farm-history--reference .farm-history__copy h2{font-size:2.1rem}
  .farm-history--reference .farm-history__copy>p{font-size:.94rem;line-height:1.72}
  .farm-history--reference .farm-history__visual{min-height:310px}
  .farm-cow-stage{min-height:310px;max-width:310px}
  .farm-cow-stage__image{max-width:230px;max-height:300px}
  .farm-cow-stage__watermark{font-size:3.5rem;right:0;top:24px}
  .farm-cow-stage::after{width:220px;height:28px}
  .farm-history--reference .mini-features--plain{grid-template-columns:repeat(2,1fr);gap:24px 14px;margin-top:38px}
  .farm-history--reference .mini-feature--plain .mini-feature__icon{width:48px;height:48px}
  .farm-history--reference .mini-feature--plain strong{font-size:1rem}
}
@media(prefers-reduced-motion:reduce){
  .farm-history--reference .cow-reveal,
  .farm-history--reference .cow-reveal.is-revealed,
  .farm-cow-stage{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}


/* v2.6.0 - premium dark operation band */
.dark-band--premium{position:relative;height:500px;overflow:hidden;background:#211711;color:#fff;isolation:isolate;--dark-bg-shift:0px;--dark-signature-shift:0px}
.dark-band--premium .dark-band__image{position:absolute;z-index:0;inset:-28px 0;background:url('../images/barn-warm.webp') center 47%/cover no-repeat;filter:saturate(.78) contrast(1.03);transform:translate3d(0,var(--dark-bg-shift),0) scale(1.055);will-change:transform}
.dark-band--premium .dark-band__shade{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(29,18,12,.94) 0%,rgba(29,18,12,.82) 43%,rgba(29,18,12,.44) 72%,rgba(29,18,12,.52) 100%),linear-gradient(0deg,rgba(18,12,9,.32),rgba(18,12,9,.05) 52%)}
.dark-band__grain{position:absolute;z-index:2;inset:0;opacity:.14;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.28) .55px,transparent .55px);background-size:5px 5px;mix-blend-mode:soft-light}
.dark-band__layout{position:relative;z-index:4;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:72px;align-items:center}
.dark-band--premium .dark-band__content{padding:0;max-width:720px}
.dark-band__kicker{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px;color:#f3bd22;font-size:.69rem;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.dark-band__kicker i{display:block;width:38px;height:1px;background:currentColor;opacity:.8}
.dark-band--premium .dark-band__content h2{max-width:690px;font-size:clamp(2.6rem,3.7vw,4rem);line-height:1.04;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 3px 24px rgba(0,0,0,.24)}
.dark-band--premium .dark-band__content p{max-width:700px;margin-top:24px;color:rgba(255,255,255,.76);font-size:1rem;line-height:1.82}
.dark-band__signature{justify-self:end;display:grid;grid-template-columns:auto 1px auto;gap:22px;align-items:center;color:rgba(255,255,255,.76);transform:translate3d(var(--dark-signature-shift),0,0)}
.dark-band__signature-no{font-family:var(--display);font-size:6.8rem;font-weight:700;line-height:.8;letter-spacing:-.075em;color:rgba(247,187,0,.86)}
.dark-band__signature-line{width:1px;height:116px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.48),transparent)}
.dark-band__signature-copy{font-size:.7rem;font-weight:900;line-height:1.75;letter-spacing:.2em;color:rgba(255,255,255,.66)}
.dark-band__facts{position:absolute;z-index:5;left:50%;bottom:0;transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.15);min-height:72px;align-items:center}
.dark-band__facts span{display:flex;align-items:baseline;gap:8px;color:rgba(255,255,255,.62);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}
.dark-band__facts span+span{border-left:1px solid rgba(255,255,255,.13);padding-left:34px}
.dark-band__facts strong{font-family:var(--display);font-size:1.08rem;color:#fff;text-transform:none;letter-spacing:0}
.dark-reveal-left{opacity:0;transform:translate3d(-54px,18px,0);transition:opacity .88s cubic-bezier(.2,.75,.25,1),transform .95s cubic-bezier(.16,.72,.23,1);transition-delay:var(--reveal-delay,0ms)}
.dark-reveal-left.is-revealed{opacity:1;transform:none}
.dark-reveal-right{opacity:0;transform:translate3d(74px,0,0);transition:opacity .9s cubic-bezier(.2,.75,.25,1),transform 1.02s cubic-bezier(.16,.72,.23,1);transition-delay:var(--reveal-delay,0ms)}
.dark-reveal-right.is-revealed{opacity:1;transform:none}
.dark-band--premium .dark-band__facts.reveal{opacity:0;transform:translate(-50%,24px);transition:opacity .8s cubic-bezier(.2,.75,.25,1),transform .85s cubic-bezier(.16,.72,.23,1);transition-delay:var(--reveal-delay,0ms)}
.dark-band--premium .dark-band__facts.reveal.is-revealed{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){
  .dark-band--premium{height:540px}
  .dark-band__layout{grid-template-columns:1fr;gap:0;align-content:center;padding-bottom:55px}
  .dark-band__signature{display:none}
  .dark-band__facts{grid-template-columns:1fr 1fr 1fr;gap:18px}
  .dark-band__facts span+span{padding-left:18px}
  .dark-band--premium .dark-band__content h2{font-size:3rem}
}
@media(max-width:580px){
  .dark-band--premium{height:570px}
  .dark-band--premium .dark-band__image{background-position:58% 50%}
  .dark-band__layout{padding-bottom:96px}
  .dark-band__kicker{font-size:.58rem;letter-spacing:.13em}
  .dark-band__kicker i{width:24px}
  .dark-band--premium .dark-band__content h2{font-size:2.35rem}
  .dark-band--premium .dark-band__content p{font-size:.92rem;line-height:1.72}
  .dark-band__facts{grid-template-columns:1fr;min-height:auto;padding:14px 0;gap:5px}
  .dark-band__facts span{font-size:.61rem}
  .dark-band__facts span+span{border-left:0;padding-left:0}
  .dark-band__facts strong{font-size:.92rem}
}
@media(prefers-reduced-motion:reduce){
  .dark-band--premium .dark-band__image,.dark-band__signature{transform:none!important}
  .dark-reveal-left,.dark-reveal-right,.dark-band--premium .dark-band__facts.reveal{opacity:1!important;transform:none!important;transition:none!important}
  .dark-band--premium .dark-band__facts.reveal,.dark-band--premium .dark-band__facts.reveal.is-revealed{transform:translateX(-50%)!important}
}


/* === HAS BESI V2.7 / Simple reference dark band === */
.dark-band--simple{position:relative;height:500px;overflow:hidden;background:#24180f;color:#fff;isolation:isolate;--dark-bg-shift:0px}
.dark-band--simple .dark-band__image{position:absolute;z-index:0;inset:-36px 0;background:url('../images/barn-warm.webp') center 48%/cover no-repeat;filter:saturate(.78) contrast(1.02);transform:translate3d(0,var(--dark-bg-shift),0) scale(1.06);will-change:transform}
.dark-band--simple .dark-band__shade{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(37,23,14,.88) 0%,rgba(37,23,14,.73) 44%,rgba(37,23,14,.30) 72%,rgba(37,23,14,.12) 100%)}
.dark-band__simple-inner{position:relative;z-index:3;height:100%;display:flex;align-items:center}
.dark-band--simple .dark-band__content{padding:0;max-width:710px;opacity:0;transform:translate3d(-46px,18px,0);transition:opacity .9s cubic-bezier(.2,.75,.25,1),transform .95s cubic-bezier(.16,.72,.23,1);transition-delay:var(--reveal-delay,0ms)}
.dark-band--simple .dark-band__content.is-revealed{opacity:1;transform:none}
.dark-band--simple .dark-band__content h2{max-width:690px;font-size:clamp(2.8rem,4vw,4.2rem);line-height:1.04;letter-spacing:-.035em;text-shadow:0 3px 22px rgba(0,0,0,.28)}
.dark-band--simple .dark-band__content p{max-width:700px;margin-top:26px;color:rgba(255,255,255,.82);font-size:1.04rem;line-height:1.72;text-shadow:0 2px 12px rgba(0,0,0,.18)}
@media(max-width:900px){.dark-band--simple{height:520px}.dark-band--simple .dark-band__image{background-position:56% 50%}.dark-band--simple .dark-band__shade{background:linear-gradient(90deg,rgba(37,23,14,.90),rgba(37,23,14,.70) 62%,rgba(37,23,14,.34))}.dark-band--simple .dark-band__content{max-width:640px}.dark-band--simple .dark-band__content h2{font-size:3rem}}
@media(max-width:580px){.dark-band--simple{height:510px}.dark-band--simple .dark-band__image{background-position:62% 50%}.dark-band__simple-inner{align-items:flex-end;padding-bottom:66px}.dark-band--simple .dark-band__shade{background:linear-gradient(0deg,rgba(31,19,12,.92),rgba(31,19,12,.50) 70%,rgba(31,19,12,.25))}.dark-band--simple .dark-band__content{transform:translate3d(-28px,14px,0)}.dark-band--simple .dark-band__content h2{font-size:2.35rem}.dark-band--simple .dark-band__content p{margin-top:20px;font-size:.93rem;line-height:1.68}}
@media(prefers-reduced-motion:reduce){.dark-band--simple .dark-band__image{transform:scale(1.06)!important}.dark-band--simple .dark-band__content,.dark-band--simple .dark-band__content.is-revealed{opacity:1!important;transform:none!important;transition:none!important}}

/* === HAS BESI V2.8 / Offer circle hover motion === */
.offer{overflow:hidden}
.offer__heading.reveal{transform:translateY(24px)}
.offer__heading.reveal.is-revealed{transform:none}
.offer-item.reveal{transform:translateY(34px);transition:opacity .72s cubic-bezier(.2,.75,.25,1),transform .78s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.offer-item.reveal.is-revealed{transform:none}
.offer-item__image{position:relative;border:0;padding:9px;isolation:isolate;cursor:pointer;transition:transform .8s cubic-bezier(.2,.72,.25,1),filter .55s ease}
.offer-item__image::before{content:"";position:absolute;z-index:0;inset:0;border:2px dashed #b9b9b1;border-radius:50%;transform:rotate(0deg) scale(1);transition:transform 1.35s cubic-bezier(.2,.72,.25,1),border-color .45s ease,box-shadow .45s ease;will-change:transform}
.offer-item__image::after{content:"";position:absolute;z-index:1;inset:9px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);pointer-events:none}
.offer-item__image img{position:relative;z-index:1;transform:rotate(0deg) scale(1);will-change:transform;transition:transform 1.45s cubic-bezier(.2,.72,.25,1),filter .5s ease}
.offer-item__image:hover{filter:drop-shadow(0 14px 18px rgba(62,46,24,.09))}
.offer-item__image:hover::before{border-color:#c79a1b;transform:rotate(12deg) scale(1.012)}
.offer-item__image:hover img{transform:rotate(-4deg) scale(1.025);filter:saturate(1.04) contrast(1.015)}
.offer-item__image:focus-within::before{border-color:#c79a1b;transform:rotate(12deg) scale(1.012)}
.offer-item h3{transition:color .28s ease,transform .28s ease}
.offer-item:hover h3{color:#9a7000;transform:translateY(-2px)}
.offer__cta.reveal{transform:translateY(22px);transition-delay:var(--reveal-delay,0ms)}
.offer__cta.reveal.is-revealed{transform:none}
@media(prefers-reduced-motion:reduce){.offer-item__image:hover::before,.offer-item__image:hover img{transform:none!important;transition:none!important}.offer-item.reveal,.offer__heading.reveal,.offer__cta.reveal{opacity:1!important;transform:none!important;transition:none!important}}


/* === HAS BESI V2.9 / editorial background sketches + directional scroll motion === */
.editorial--sketched{--editorial-sketch-shift:0px;position:relative;padding:84px 0 76px;background:#ecd5c4;overflow:hidden;isolation:isolate}
.editorial--sketched::before{z-index:2}
.editorial--sketched .editorial-grid{position:relative;z-index:3}
.editorial--sketched .editorial-sketch{position:absolute;z-index:1;display:block;border:0;border-radius:0;pointer-events:none;user-select:none;opacity:.16;filter:none;will-change:transform}
.editorial--sketched .editorial-sketch--cow{right:22px;top:32px;width:min(19vw,250px);height:auto;transform:translate3d(0,var(--editorial-sketch-shift),0)}
.editorial--sketched .editorial-sketch--farm{left:-36px;bottom:-6px;width:min(28vw,430px);height:auto;transform:translate3d(0,calc(var(--editorial-sketch-shift) * -.65),0)}
.editorial--sketched .editorial-image{position:relative;overflow:hidden;box-shadow:0 18px 34px rgba(67,42,25,.07)}
.editorial--sketched .editorial-image::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.16);pointer-events:none}
.editorial--sketched .editorial-image img{transition:transform 1.1s cubic-bezier(.2,.75,.25,1),filter .8s ease}
.editorial--sketched .editorial-image:hover img{transform:scale(1.035);filter:saturate(1.03)}
.editorial--sketched .editorial-copy h2{letter-spacing:-.025em}
.editorial--sketched .editorial-copy p{line-height:1.82;color:#625a55}
.editorial--sketched .reveal.editorial-enter-left{opacity:0;transform:translate3d(-92px,0,0);transition:opacity .9s cubic-bezier(.2,.75,.25,1),transform .9s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.editorial--sketched .reveal.editorial-enter-right{opacity:0;transform:translate3d(92px,0,0);transition:opacity .9s cubic-bezier(.2,.75,.25,1),transform .9s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.editorial--sketched .reveal.editorial-enter-left.is-revealed,.editorial--sketched .reveal.editorial-enter-right.is-revealed{opacity:1;transform:none}
@media(max-width:900px){.editorial--sketched{padding:68px 0}.editorial--sketched .editorial-sketch--cow{width:210px;right:-40px;top:55px;opacity:.11}.editorial--sketched .editorial-sketch--farm{width:330px;left:-80px;bottom:18px;opacity:.11}.editorial--sketched .reveal.editorial-enter-left{transform:translate3d(-54px,0,0)}.editorial--sketched .reveal.editorial-enter-right{transform:translate3d(54px,0,0)}}
@media(max-width:580px){.editorial--sketched .editorial-sketch--cow{width:160px;right:-45px;top:84px;opacity:.08}.editorial--sketched .editorial-sketch--farm{width:270px;left:-115px;bottom:110px;opacity:.08}.editorial--sketched .reveal.editorial-enter-left,.editorial--sketched .reveal.editorial-enter-right{transform:translate3d(0,34px,0)}}
@media(prefers-reduced-motion:reduce){.editorial--sketched .editorial-sketch{transform:none!important}.editorial--sketched .reveal.editorial-enter-left,.editorial--sketched .reveal.editorial-enter-right,.editorial--sketched .reveal.editorial-enter-left.is-revealed,.editorial--sketched .reveal.editorial-enter-right.is-revealed{opacity:1!important;transform:none!important}.editorial--sketched .editorial-image img{transition:none!important}}

/* === HAS BESI V2.9.2 / stronger embedded editorial sketches === */
.editorial--sketched{
  background:
    radial-gradient(circle at 18% 86%, rgba(132, 111, 96, .05) 0, rgba(132, 111, 96, .05) 120px, transparent 121px),
    radial-gradient(circle at 84% 20%, rgba(132, 111, 96, .045) 0, rgba(132, 111, 96, .045) 150px, transparent 151px),
    #ecd5c4;
}

.editorial--sketched .editorial-sketch{
  opacity:.24;
  mix-blend-mode:multiply;
}

.editorial--sketched .editorial-sketch--cow{
  right:-18px;
  top:10px;
  width:min(32vw, 430px);
  transform:translate3d(0, calc(var(--editorial-sketch-shift) * .85), 0) rotate(-1deg);
}

.editorial--sketched .editorial-sketch--farm{
  left:-90px;
  bottom:-14px;
  width:min(46vw, 700px);
  transform:translate3d(0, calc(var(--editorial-sketch-shift) * -.6), 0) rotate(-1.5deg);
}

.editorial--sketched .editorial-copy--top{
  padding:46px 96px 30px 72px;
}

.editorial--sketched .editorial-copy--bottom{
  padding:88px 70px 34px 0;
}

@media (max-width: 1200px){
  .editorial--sketched .editorial-sketch--cow{
    width:min(30vw, 340px);
    right:-12px;
    top:18px;
  }

  .editorial--sketched .editorial-sketch--farm{
    width:min(44vw, 560px);
    left:-70px;
    bottom:-2px;
  }

  .editorial--sketched .editorial-copy--top{
    padding:42px 58px 30px 56px;
  }
}

@media (max-width: 900px){
  .editorial--sketched .editorial-sketch{
    opacity:.18;
  }

  .editorial--sketched .editorial-sketch--cow{
    width:230px;
    right:-26px;
    top:54px;
  }

  .editorial--sketched .editorial-sketch--farm{
    width:390px;
    left:-92px;
    bottom:96px;
  }

  .editorial--sketched .editorial-copy--top,
  .editorial--sketched .editorial-copy--bottom{
    padding:42px 22px;
  }
}

@media (max-width: 580px){
  .editorial--sketched .editorial-sketch{
    opacity:.12;
  }

  .editorial--sketched .editorial-sketch--cow{
    width:170px;
    right:-42px;
    top:74px;
  }

  .editorial--sketched .editorial-sketch--farm{
    width:280px;
    left:-104px;
    bottom:118px;
  }
}

/* === HAS BESI V2.9.3 / real vintage engravings embedded into editorial background === */
.editorial--sketched{
  --editorial-sketch-shift:0px;
  background-color:#ecd5c4;
  background-image:
    radial-gradient(rgba(83,65,50,.026) .7px,transparent .7px),
    linear-gradient(105deg,rgba(255,255,255,.08),transparent 40%,rgba(103,76,54,.02));
  background-size:5px 5px,100% 100%;
}
.editorial--sketched .editorial-sketch{
  z-index:1;
  border:0!important;
  border-radius:0!important;
  pointer-events:none;
  user-select:none;
  object-fit:contain;
  filter:none;
  mix-blend-mode:multiply;
}
.editorial--sketched .editorial-sketch--cow{
  right:-72px;
  top:18px;
  width:min(34vw,520px);
  height:auto;
  opacity:.18;
  transform:translate3d(0,calc(var(--editorial-sketch-shift) * .75),0) rotate(-1.5deg);
}
.editorial--sketched .editorial-sketch--farm{
  left:-72px;
  bottom:-2px;
  width:min(48vw,760px);
  height:auto;
  opacity:.14;
  transform:translate3d(0,calc(var(--editorial-sketch-shift) * -.55),0);
}
.editorial--sketched .editorial-grid{z-index:3}
.editorial--sketched .editorial-image{box-shadow:none}
.editorial--sketched .editorial-image::after{border-color:rgba(255,255,255,.13)}
.editorial--sketched .editorial-copy--top{padding:44px 86px 30px 72px}
.editorial--sketched .editorial-copy--bottom{padding:88px 72px 30px 0}
.editorial--sketched .reveal.editorial-enter-left{
  transform:translate3d(-118px,0,0);
  transition:opacity .95s cubic-bezier(.2,.75,.25,1),transform 1.05s cubic-bezier(.16,.72,.23,1);
}
.editorial--sketched .reveal.editorial-enter-right{
  transform:translate3d(118px,0,0);
  transition:opacity .95s cubic-bezier(.2,.75,.25,1),transform 1.05s cubic-bezier(.16,.72,.23,1);
}
.editorial--sketched .reveal.editorial-enter-left.is-revealed,
.editorial--sketched .reveal.editorial-enter-right.is-revealed{transform:none;opacity:1}
@media(max-width:1180px){
  .editorial--sketched .editorial-sketch--cow{right:-82px;width:390px;opacity:.15}
  .editorial--sketched .editorial-sketch--farm{left:-92px;width:570px;opacity:.12}
  .editorial--sketched .editorial-copy--top{padding-right:52px;padding-left:54px}
}
@media(max-width:900px){
  .editorial--sketched .editorial-sketch--cow{right:-96px;top:76px;width:300px;opacity:.11}
  .editorial--sketched .editorial-sketch--farm{left:-118px;bottom:106px;width:440px;opacity:.095}
  .editorial--sketched .editorial-copy--top,
  .editorial--sketched .editorial-copy--bottom{padding:44px 20px}
  .editorial--sketched .reveal.editorial-enter-left{transform:translate3d(-62px,0,0)}
  .editorial--sketched .reveal.editorial-enter-right{transform:translate3d(62px,0,0)}
}
@media(max-width:580px){
  .editorial--sketched .editorial-sketch--cow{right:-95px;top:92px;width:225px;opacity:.08}
  .editorial--sketched .editorial-sketch--farm{left:-125px;bottom:135px;width:330px;opacity:.075}
  .editorial--sketched .reveal.editorial-enter-left,
  .editorial--sketched .reveal.editorial-enter-right{transform:translate3d(0,34px,0)}
}
@media(prefers-reduced-motion:reduce){
  .editorial--sketched .editorial-sketch{transform:none!important}
}


/* === HAS BESI V2.9.4 / reference-matched embedded sketches === */
.editorial--sketched{
  --editorial-sketch-shift:0px;
  background:#ecd5c4;
  isolation:isolate;
}

.editorial--sketched .editorial-grid{
  position:relative;
  z-index:3;
}

.editorial--sketched .editorial-sketch{
  position:absolute;
  z-index:1;
  display:block;
  height:auto;
  border:0;
  border-radius:0;
  pointer-events:none;
  user-select:none;
  opacity:.20;
  mix-blend-mode:multiply;
  filter:none;
}

/* Reference: detailed cow-head sketch tucked into the upper-right edge. */
.editorial--sketched .editorial-sketch--cow{
  right:34px;
  top:18px;
  width:300px;
  transform:translate3d(0,calc(var(--editorial-sketch-shift) * .42),0);
}

/* Reference: broad pastoral/cattle sketch rising from the lower-left edge. */
.editorial--sketched .editorial-sketch--farm{
  left:8px;
  bottom:-12px;
  width:355px;
  transform:translate3d(0,calc(var(--editorial-sketch-shift) * -.34),0);
}

/* Keep the illustrations atmospheric; photo and copy remain the hierarchy. */
.editorial--sketched .editorial-image{
  position:relative;
  z-index:4;
  box-shadow:none;
}

.editorial--sketched .editorial-copy{
  position:relative;
  z-index:4;
}

/* Directional scroll entrance requested by the user. */
.editorial--sketched .reveal.editorial-enter-left{
  opacity:0;
  transform:translate3d(-110px,0,0);
  transition:opacity .95s cubic-bezier(.2,.75,.25,1),transform 1.05s cubic-bezier(.16,.72,.23,1);
  transition-delay:var(--reveal-delay,0ms);
}
.editorial--sketched .reveal.editorial-enter-right{
  opacity:0;
  transform:translate3d(110px,0,0);
  transition:opacity .95s cubic-bezier(.2,.75,.25,1),transform 1.05s cubic-bezier(.16,.72,.23,1);
  transition-delay:var(--reveal-delay,0ms);
}
.editorial--sketched .reveal.editorial-enter-left.is-revealed,
.editorial--sketched .reveal.editorial-enter-right.is-revealed{
  opacity:1;
  transform:none;
}

@media(max-width:1180px){
  .editorial--sketched .editorial-sketch--cow{right:8px;top:30px;width:250px;opacity:.16}
  .editorial--sketched .editorial-sketch--farm{left:-22px;bottom:-4px;width:320px;opacity:.16}
}

@media(max-width:900px){
  .editorial--sketched .editorial-sketch--cow{right:-30px;top:54px;width:220px;opacity:.13}
  .editorial--sketched .editorial-sketch--farm{left:-62px;bottom:90px;width:300px;opacity:.13}
  .editorial--sketched .reveal.editorial-enter-left{transform:translate3d(-58px,0,0)}
  .editorial--sketched .reveal.editorial-enter-right{transform:translate3d(58px,0,0)}
}

@media(max-width:580px){
  .editorial--sketched .editorial-sketch--cow{right:-52px;top:74px;width:175px;opacity:.09}
  .editorial--sketched .editorial-sketch--farm{left:-92px;bottom:120px;width:245px;opacity:.09}
  .editorial--sketched .reveal.editorial-enter-left,
  .editorial--sketched .reveal.editorial-enter-right{transform:translate3d(0,34px,0)}
}

@media(prefers-reduced-motion:reduce){
  .editorial--sketched .editorial-sketch{transform:none!important}
  .editorial--sketched .reveal.editorial-enter-left,
  .editorial--sketched .reveal.editorial-enter-right,
  .editorial--sketched .reveal.editorial-enter-left.is-revealed,
  .editorial--sketched .reveal.editorial-enter-right.is-revealed{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* === HAS BESI V3.0 / premium news motion === */
.news--premium{
  --news-sketch-shift:0px;
  position:relative;
  padding:66px 0 112px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025),transparent 36%,rgba(58,40,28,.035)),
    #a1846d;
  overflow:hidden;
  isolation:isolate;
}
.news--premium::before{height:4px}
.news--premium::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:1px;
  background:rgba(255,255,255,.12);
  z-index:2;
}
.news--premium .news__background-sketch{
  position:absolute;
  z-index:0;
  right:-90px;
  bottom:-46px;
  width:min(34vw,520px);
  height:auto;
  opacity:.11;
  mix-blend-mode:multiply;
  pointer-events:none;
  user-select:none;
  filter:sepia(.4) saturate(.55) contrast(.85);
  transform:translate3d(0,var(--news-sketch-shift),0);
  will-change:transform;
}
.news--premium .news__head{margin-bottom:48px}
.news--premium .news__head h2{font-size:clamp(2.25rem,3vw,2.8rem);letter-spacing:-.025em}
.news--premium .news__head p{margin-top:14px;color:rgba(255,255,255,.83)}
.news--premium .news__line{width:46px;background:rgba(255,255,255,.82)}
.news--premium .news-grid{gap:34px;align-items:start}

.news--premium .news-feature{
  position:relative;
  height:404px;
  overflow:hidden;
  background:#37271e;
  box-shadow:0 18px 40px rgba(45,29,19,.12);
  transition:transform .72s cubic-bezier(.2,.75,.25,1),box-shadow .72s ease;
}
.news-feature__media{position:absolute;inset:0;display:block;overflow:hidden}
.news--premium .news-feature img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 1.35s cubic-bezier(.18,.72,.2,1),filter .85s ease;
}
.news--premium .news-feature__shade{
  position:absolute;inset:0;display:block;
  background:linear-gradient(0deg,rgba(31,21,16,.92) 0%,rgba(31,21,16,.56) 32%,rgba(31,21,16,.05) 72%);
  transition:background .65s ease;
}
.news--premium .news-feature__body{z-index:3;left:34px;right:32px;bottom:30px;pointer-events:none}
.news--premium .news-feature__body a{color:inherit;text-decoration:none;pointer-events:auto}
.news--premium .news-feature h3{font-size:1.62rem;line-height:1.13;max-width:310px;transition:transform .55s cubic-bezier(.2,.75,.25,1)}
.news--premium .news-feature time{color:rgba(255,255,255,.86);font-weight:700}
.news--premium .news-feature:hover{transform:translateY(-8px);box-shadow:0 28px 56px rgba(45,29,19,.2)}
.news--premium .news-feature:hover img{transform:scale(1.065);filter:saturate(1.05) contrast(1.02)}
.news--premium .news-feature:hover .news-feature__shade{background:linear-gradient(0deg,rgba(31,21,16,.95) 0%,rgba(31,21,16,.58) 34%,rgba(31,21,16,.08) 74%)}
.news--premium .news-feature:hover h3{transform:translateY(-4px)}

.news--premium .news-card{
  position:relative;
  transition:transform .72s cubic-bezier(.2,.75,.25,1);
}
.news-card__media{
  position:relative;
  display:block;
  height:166px;
  overflow:hidden;
  background:#463126;
}
.news-card__media::after{
  content:"";position:absolute;inset:0;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,transparent 66%,rgba(31,21,16,.14));
  pointer-events:none;
  transition:background .55s ease;
}
.news--premium .news-card img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 1.25s cubic-bezier(.18,.72,.2,1),filter .8s ease;
}
.news--premium .news-card time{
  display:block;margin-top:18px;color:rgba(255,255,255,.82);font-weight:700;
}
.news--premium .news-card h3{
  min-height:96px;margin-top:11px;font-size:1.48rem;line-height:1.2;
  transition:transform .5s cubic-bezier(.2,.75,.25,1);
}
.news--premium .news-card h3 a{color:inherit;text-decoration:none}
.news--premium .news-card__link{
  position:relative;
  display:inline-flex;align-items:center;gap:10px;
  margin-top:5px;padding-bottom:5px;
  color:#fff;text-decoration:none;text-transform:uppercase;
  font-size:.7rem;font-weight:900;letter-spacing:.04em;
}
.news--premium .news-card__link::after{content:"→";font-size:1rem;line-height:1;transition:transform .35s ease}
.news--premium .news-card__link::before{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.55);
  transform:scaleX(.32);transform-origin:left;transition:transform .45s cubic-bezier(.2,.75,.25,1);
}
.news--premium .news-card:hover{transform:translateY(-8px)}
.news--premium .news-card:hover img{transform:scale(1.07);filter:saturate(1.05) contrast(1.02)}
.news--premium .news-card:hover .news-card__media::after{background:linear-gradient(180deg,transparent 60%,rgba(31,21,16,.24))}
.news--premium .news-card:hover h3{transform:translateY(-3px)}
.news--premium .news-card:hover .news-card__link::after{transform:translateX(5px)}
.news--premium .news-card:hover .news-card__link::before{transform:scaleX(1)}
.news--premium a:focus-visible{outline:2px solid #fff;outline-offset:4px}

.news--premium .news-head-enter.reveal{opacity:0;transform:translate3d(0,28px,0);transition:opacity .78s ease,transform .8s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.news--premium .news-enter-left.reveal{opacity:0;transform:translate3d(-64px,22px,0);transition:opacity .88s ease,transform .95s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.news--premium .news-enter-up.reveal{opacity:0;transform:translate3d(0,48px,0);transition:opacity .86s ease,transform .92s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.news--premium .news-head-enter.reveal.is-revealed,.news--premium .news-enter-left.reveal.is-revealed,.news--premium .news-enter-up.reveal.is-revealed{opacity:1;transform:none}

@media(max-width:900px){
  .news--premium{padding:58px 0 88px}
  .news--premium .news__background-sketch{width:420px;right:-130px;bottom:-20px;opacity:.08}
  .news--premium .news-grid{grid-template-columns:1fr 1fr;gap:30px}
  .news--premium .news-feature{grid-column:1/-1;height:390px}
  .news-card__media{height:210px}
  .news--premium .news-card h3{min-height:0}
}
@media(max-width:580px){
  .news--premium{padding:52px 0 74px}
  .news--premium .news__head{margin-bottom:34px}
  .news--premium .news-grid{grid-template-columns:1fr;gap:34px}
  .news--premium .news-feature{grid-column:auto;height:350px}
  .news--premium .news-feature__body{left:24px;right:22px;bottom:24px}
  .news--premium .news-feature h3{font-size:1.42rem}
  .news-card__media{height:205px}
  .news--premium .news__background-sketch{width:310px;right:-150px;bottom:90px;opacity:.055}
  .news--premium .news-enter-left.reveal,.news--premium .news-enter-up.reveal{transform:translate3d(0,34px,0)}
}
@media(prefers-reduced-motion:reduce){
  .news--premium .news__background-sketch{transform:none!important}
  .news--premium .news-head-enter.reveal,.news--premium .news-enter-left.reveal,.news--premium .news-enter-up.reveal,.news--premium .news-head-enter.reveal.is-revealed,.news--premium .news-enter-left.reveal.is-revealed,.news--premium .news-enter-up.reveal.is-revealed{opacity:1!important;transform:none!important;transition:none!important}
  .news--premium .news-feature,.news--premium .news-card,.news--premium .news-feature img,.news--premium .news-card img,.news--premium .news-feature h3,.news--premium .news-card h3{transition:none!important;transform:none!important}
}


/* === HAS BESI V3.0.1 / Blog layout correction === */
.news--premium .news-grid{
  grid-template-columns:minmax(0,1.06fr) minmax(0,1fr) minmax(0,1fr);
  gap:30px;
  align-items:start;
}
.news--premium .news-card{
  width:100%;
  min-width:0;
}
.news--premium .news-card__media{
  display:block;
  width:100%;
  height:158px;
  margin-top:0;
}
.news--premium .news-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.news--premium .news-card time{margin-top:18px}
.news--premium .news-card h3{
  min-height:92px;
  margin-top:11px;
}
.news--premium .news-card__link{margin-top:7px}
@media(max-width:900px){
  .news--premium .news-grid{grid-template-columns:1fr 1fr;gap:30px}
  .news--premium .news-feature{grid-column:1/-1}
  .news--premium .news-card__media{height:210px}
  .news--premium .news-card h3{min-height:0}
}
@media(max-width:580px){
  .news--premium .news-grid{grid-template-columns:1fr;gap:34px}
  .news--premium .news-feature{grid-column:auto}
  .news--premium .news-card__media{height:205px}
}


/* === v3.1.0 shared header/footer refinement === */
.top-head--brand{height:130px;background:var(--cream);border-top:5px solid rgba(55,38,25,.28)}
.brand-logo{display:inline-flex;text-decoration:none;line-height:0}
.brand-logo img{display:block;width:auto;height:auto;max-width:100%}
.brand-logo--header img{height:96px}
.site-header .logo{display:none}
.footer-brand .logo{display:none}
.head-contact__icon svg{width:42px;fill:none;stroke:#141414;stroke-width:1.5}

.footer--refined{background:#ece0d4;padding:72px 0 0;min-height:0;overflow:hidden}
.footer__grid--refined{position:relative;z-index:2;grid-template-columns:1.02fr .98fr 1.08fr;gap:72px;padding-bottom:44px}
.footer-brand--refined p{max-width:260px;line-height:1.7;margin-top:10px}
.footer-brand--refined em{font-style:italic}
.brand-logo--footer img{height:118px}
.footer-links--refined h2,.footer-newsletter--refined h2{font-size:1.55rem;margin-bottom:22px}
.footer-links--refined > div{gap:10px 40px}
.footer-links--refined a{transition:color .25s ease,transform .25s ease}
.footer-links--refined a:hover{color:#2a211a;transform:translateX(3px)}
.footer-newsletter--refined p{max-width:360px;line-height:1.65;color:#45372f}
.footer-newsletter--refined .newsletter{max-width:372px;margin-top:18px}
.footer-newsletter--refined .newsletter input{background:#fff;height:52px;font-size:1rem;color:#352b23}
.footer-newsletter--refined .newsletter button{background:#e1b31e;color:#151515;font-size:1.2rem;transition:transform .25s ease,filter .25s ease}
.footer-newsletter--refined .newsletter button:hover{transform:translateX(2px);filter:brightness(1.04)}
.footer-newsletter--refined .socials a{transition:transform .25s ease,border-color .25s ease,color .25s ease,background-color .25s ease}
.footer-newsletter--refined .socials a:hover{transform:translateY(-3px);border-color:#6d5841;color:#2b2117;background:rgba(255,255,255,.38)}
.footer-bottom--refined{padding-bottom:114px}
.footer-illustration{position:absolute;left:0;right:0;bottom:0;height:132px;background:url('../images/footer-illustration-ref.png') center bottom/cover no-repeat;opacity:.76;pointer-events:none}
.footer-land{display:none}

.inner-page .site-header{position:relative}
.inner-page .page-hero{margin-top:0}

@media(max-width:1180px){
  .brand-logo--header img{height:86px}
  .footer__grid--refined{gap:48px}
}
@media(max-width:900px){
  .top-head--brand{height:102px}
  .brand-logo--header img{height:72px}
  .footer__grid--refined{grid-template-columns:1fr 1fr}
  .footer-newsletter--refined{grid-column:1/-1}
  .footer-bottom--refined{padding-bottom:102px}
  .footer-illustration{height:108px;background-position:center bottom}
}
@media(max-width:580px){
  .top-head--brand{height:90px}
  .brand-logo--header img{height:58px}
  .footer--refined{padding-top:56px}
  .footer__grid--refined{grid-template-columns:1fr;gap:32px}
  .footer-newsletter--refined{grid-column:auto}
  .footer-links--refined h2,.footer-newsletter--refined h2{font-size:1.38rem}
  .footer-links--refined > div{grid-template-columns:1fr 1fr;gap:9px 24px}
  .brand-logo--footer img{height:96px}
  .footer-bottom--refined{padding-bottom:82px}
  .footer-illustration{height:82px;background-position:center bottom}
}


/* === v3.1.1 footer illustration fit + centered Medyarella credit === */
.footer-bottom--centered{
  justify-content:center;
  text-align:center;
  padding-top:26px;
  padding-bottom:118px;
}
.footer-credit{
  position:relative;
  z-index:3;
  display:inline-block;
  color:#766a60;
  text-decoration:none;
  font-size:.8rem;
  letter-spacing:.035em;
  transition:color .25s ease,transform .25s ease;
}
.footer-credit:hover,
.footer-credit:focus-visible{
  color:#2d241e;
  transform:translateY(-2px);
}
.footer-credit:focus-visible{
  outline:2px solid rgba(119,90,47,.45);
  outline-offset:4px;
}
.footer-illustration{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:128px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  pointer-events:none;
  opacity:1;
  background:none;
}
.footer-illustration img{
  display:block;
  width:min(1173px,calc(100% - 120px));
  height:auto;
  max-height:122px;
  object-fit:contain;
  object-position:center bottom;
  opacity:.34;
}
@media(max-width:900px){
  .footer-bottom--centered{padding-bottom:96px}
  .footer-illustration{height:98px}
  .footer-illustration img{width:min(980px,calc(100% - 48px));max-height:92px;opacity:.3}
}
@media(max-width:580px){
  .footer-bottom--centered{padding-bottom:72px}
  .footer-illustration{height:72px}
  .footer-illustration img{width:calc(100% - 20px);max-height:68px;opacity:.28}
  .footer-credit{font-size:.74rem}
}


/* === HAS BESI V3.2.0 / About page uses homepage sections + full-page motion === */
.inner-page .page-hero{overflow:hidden}
.inner-page .about-hero-reveal{opacity:0;transform:translate3d(0,30px,0);transition:opacity .85s cubic-bezier(.2,.75,.25,1),transform .9s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.inner-page .about-hero-reveal.is-revealed{opacity:1;transform:none}

.inner-page .mission{overflow:hidden}
.inner-page .about-enter-left{opacity:0;transform:translate3d(-72px,0,0);transition:opacity .9s cubic-bezier(.2,.75,.25,1),transform .95s cubic-bezier(.16,.72,.23,1);transition-delay:var(--reveal-delay,0ms)}
.inner-page .about-enter-right{opacity:0;transform:translate3d(72px,0,0);transition:opacity .9s cubic-bezier(.2,.75,.25,1),transform .95s cubic-bezier(.16,.72,.23,1);transition-delay:var(--reveal-delay,0ms)}
.inner-page .about-enter-left.is-revealed,.inner-page .about-enter-right.is-revealed{opacity:1;transform:none}
.inner-page .mission__visual>img{transition:transform .8s cubic-bezier(.2,.75,.25,1),filter .6s ease}
.inner-page .mission__visual:hover>img{transform:scale(1.018);filter:saturate(1.03)}
.inner-page .mission-card{transition:transform .45s cubic-bezier(.2,.75,.25,1),box-shadow .45s ease}
.inner-page .mission__visual:hover .mission-card{transform:translate3d(0,-7px,0);box-shadow:0 22px 42px rgba(62,42,27,.12)}

.inner-page .farm-history--about-match{padding-top:92px;padding-bottom:88px}
.inner-page .editorial--about-match{margin:0}
.inner-page .about-copy-reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity .78s cubic-bezier(.2,.75,.25,1),transform .8s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.inner-page .about-copy-reveal.is-revealed{opacity:1;transform:none}

.inner-page .about-footer-reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity .78s cubic-bezier(.2,.75,.25,1),transform .8s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.inner-page .about-footer-reveal.is-revealed{opacity:1;transform:none}

@media(max-width:900px){
  .inner-page .about-enter-left{transform:translate3d(-44px,0,0)}
  .inner-page .about-enter-right{transform:translate3d(44px,0,0)}
  .inner-page .farm-history--about-match{padding-top:78px;padding-bottom:72px}
}
@media(max-width:580px){
  .inner-page .about-enter-left,.inner-page .about-enter-right{transform:translate3d(0,30px,0)}
  .inner-page .mission-card{transform:none}
  .inner-page .mission__visual:hover .mission-card{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .inner-page .about-hero-reveal,
  .inner-page .about-enter-left,
  .inner-page .about-enter-right,
  .inner-page .about-copy-reveal,
  .inner-page .about-footer-reveal,
  .inner-page .about-hero-reveal.is-revealed,
  .inner-page .about-enter-left.is-revealed,
  .inner-page .about-enter-right.is-revealed,
  .inner-page .about-copy-reveal.is-revealed,
  .inner-page .about-footer-reveal.is-revealed{opacity:1!important;transform:none!important;transition:none!important}
  .inner-page .mission__visual>img,.inner-page .mission-card{transition:none!important}
}


/* === v3.2.1 shared menu + gallery page === */
.gallery-page{padding:84px 0 96px;background:var(--paper)}
.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.gallery-tile{position:relative;margin:0;overflow:hidden;min-height:360px;background:#d9c5b4}
.gallery-tile--wide{grid-column:1/-1;min-height:520px}
.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.2,.75,.25,1),filter .6s ease}
.gallery-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(28,20,15,.62));pointer-events:none}
.gallery-tile figcaption{position:absolute;left:24px;bottom:20px;z-index:2;color:#fff;font-family:var(--display);font-size:1.15rem}
.gallery-tile:hover img{transform:scale(1.035);filter:saturate(1.04)}
@media(max-width:900px){.gallery-page{padding:64px 0 76px}.gallery-grid{grid-template-columns:1fr}.gallery-tile,.gallery-tile--wide{grid-column:auto;min-height:320px}}
@media(max-width:580px){.gallery-page{padding:48px 0 60px}.gallery-tile,.gallery-tile--wide{min-height:250px}.gallery-tile figcaption{left:18px;bottom:16px;font-size:1rem}}


/* === v3.3.0 services page === */
.page-hero--services{background-image:url('../images/slider-01-herd.webp');background-position:center 54%}
.services-page{padding:92px 0 108px;background:#fff;overflow:hidden}
.services-intro{max-width:1080px;margin:0 0 52px}
.services-intro h2{font-size:clamp(2.45rem,3.5vw,3.55rem);letter-spacing:-.035em;margin-bottom:18px}
.services-intro p{max-width:1030px;color:#5f5a55;font-size:1rem;line-height:1.82}
.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 30px}
.service-card{position:relative;background:#fff;border:1px solid rgba(55,44,34,.15);border-bottom:6px solid var(--gold);box-shadow:0 10px 24px rgba(39,28,20,.07);overflow:hidden;transition:transform .55s cubic-bezier(.2,.75,.25,1),box-shadow .55s ease,border-color .35s ease}
.service-card__media{height:325px;overflow:hidden;background:#d7c7b8}
.service-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.05s cubic-bezier(.2,.75,.25,1),filter .65s ease}
.service-card__body{padding:34px 34px 38px;min-height:224px}
.service-card__body h2{font-size:clamp(1.7rem,2vw,2.15rem);line-height:1.18;letter-spacing:-.025em;margin-bottom:18px}
.service-card__body p{color:#5e5954;font-size:.97rem;line-height:1.8;max-width:620px}
.service-card:hover{transform:translateY(-7px);box-shadow:0 24px 46px rgba(39,28,20,.13);border-color:rgba(91,65,36,.22)}
.service-card:hover .service-card__media img{transform:scale(1.038);filter:saturate(1.035) contrast(1.015)}
.service-enter-left.reveal{opacity:0;transform:translate3d(-68px,28px,0);transition:opacity .86s ease,transform .92s cubic-bezier(.2,.75,.25,1),box-shadow .55s ease;transition-delay:var(--reveal-delay,0ms)}
.service-enter-right.reveal{opacity:0;transform:translate3d(68px,28px,0);transition:opacity .86s ease,transform .92s cubic-bezier(.2,.75,.25,1),box-shadow .55s ease;transition-delay:var(--reveal-delay,0ms)}
.service-enter-left.reveal.is-revealed,.service-enter-right.reveal.is-revealed{opacity:1;transform:none}
.service-hero-enter.reveal{opacity:0;transform:translate3d(0,30px,0);transition:opacity .82s ease,transform .9s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.service-hero-enter.reveal.is-revealed{opacity:1;transform:none}
.services-intro.reveal{opacity:0;transform:translate3d(0,30px,0);transition:opacity .82s ease,transform .88s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.services-intro.reveal.is-revealed{opacity:1;transform:none}
@media(max-width:900px){
  .services-page{padding:72px 0 86px}
  .services-intro{margin-bottom:38px}
  .services-grid{grid-template-columns:1fr;gap:26px}
  .service-card__media{height:300px}
  .service-card__body{min-height:0;padding:30px 28px 34px}
  .service-enter-left.reveal,.service-enter-right.reveal{transform:translate3d(0,38px,0)}
}
@media(max-width:580px){
  .services-page{padding:54px 0 64px}
  .services-intro h2{font-size:2.15rem}
  .services-intro p{font-size:.94rem}
  .service-card__media{height:240px}
  .service-card__body{padding:25px 22px 28px}
  .service-card__body h2{font-size:1.65rem;margin-bottom:13px}
  .service-card__body p{font-size:.92rem;line-height:1.72}
  .service-card:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .service-enter-left.reveal,.service-enter-right.reveal,.service-hero-enter.reveal,.services-intro.reveal,
  .service-enter-left.reveal.is-revealed,.service-enter-right.reveal.is-revealed,.service-hero-enter.reveal.is-revealed,.services-intro.reveal.is-revealed{opacity:1!important;transform:none!important;transition:none!important}
  .service-card,.service-card__media img{transition:none!important}
  .service-card:hover,.service-card:hover .service-card__media img{transform:none!important}
}

/* === v3.4.0 reference gallery + accessible lightbox === */
.page-hero--gallery{
  background-image:url('../images/slider-01-herd.webp');
  background-position:center 48%;
}

.gallery-page{
  padding:108px 0 112px;
  background:#fff;
}

.gallery-grid--reference{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.gallery-grid--reference .gallery-tile{
  appearance:none;
  -webkit-appearance:none;
  display:block;
  width:100%;
  aspect-ratio:1.28 / 1;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:#e9e4de;
  cursor:zoom-in;
  position:relative;
  box-shadow:none;
}

.gallery-grid--reference .gallery-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(28,20,15,0);
  transition:background-color .55s ease;
  pointer-events:none;
}

.gallery-grid--reference .gallery-tile img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.001);
  transition:transform 1.15s cubic-bezier(.2,.75,.25,1),filter .65s ease;
  will-change:transform;
}

.gallery-grid--reference .gallery-tile:hover img,
.gallery-grid--reference .gallery-tile:focus-visible img{
  transform:scale(1.045);
  filter:saturate(1.035) contrast(1.015);
}

.gallery-grid--reference .gallery-tile:hover::after,
.gallery-grid--reference .gallery-tile:focus-visible::after{
  background:rgba(28,20,15,.06);
}

.gallery-grid--reference .gallery-tile:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:4px;
}

.gallery-grid--reference .gallery-from-left.reveal{
  opacity:0;
  transform:translate3d(-46px,0,0);
}
.gallery-grid--reference .gallery-from-bottom.reveal{
  opacity:0;
  transform:translate3d(0,38px,0);
}
.gallery-grid--reference .gallery-from-right.reveal{
  opacity:0;
  transform:translate3d(46px,0,0);
}
.gallery-grid--reference .gallery-from-left.reveal.is-revealed,
.gallery-grid--reference .gallery-from-bottom.reveal.is-revealed,
.gallery-grid--reference .gallery-from-right.reveal.is-revealed{
  opacity:1;
  transform:none;
}
.gallery-grid--reference .gallery-tile.reveal{
  transition:opacity .82s cubic-bezier(.2,.75,.25,1),transform .82s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}

.gallery-lightbox{
  position:fixed;
  inset:0;
  width:100vw;
  max-width:none;
  height:100dvh;
  max-height:none;
  margin:0;
  padding:0;
  border:0;
  background:rgba(12,9,7,.96);
  color:#fff;
  overflow:hidden;
}

.gallery-lightbox::backdrop{
  background:rgba(8,6,5,.9);
}

.gallery-lightbox[open]{
  animation:galleryLightboxIn .28s ease both;
}

.gallery-lightbox__stage{
  position:relative;
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  padding:54px 96px 44px;
}

.gallery-lightbox__figure{
  margin:0;
  max-width:100%;
  max-height:100%;
  display:grid;
  place-items:center;
  gap:14px;
}

.gallery-lightbox__image{
  display:block;
  max-width:min(88vw,1500px);
  max-height:82dvh;
  width:auto;
  height:auto;
  object-fit:contain;
  box-shadow:0 24px 80px rgba(0,0,0,.34);
  animation:galleryImageIn .36s cubic-bezier(.2,.75,.25,1) both;
}

.gallery-lightbox__count{
  min-height:20px;
  color:rgba(255,255,255,.68);
  font-size:.78rem;
  letter-spacing:.16em;
  font-weight:700;
}

.gallery-lightbox__close,
.gallery-lightbox__nav{
  appearance:none;
  -webkit-appearance:none;
  position:absolute;
  z-index:3;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0,0,0,.28);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:background-color .25s ease,border-color .25s ease,transform .25s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:focus-visible{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.62);
}

.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}

.gallery-lightbox__close{
  top:26px;
  right:30px;
  width:48px;
  height:48px;
  border-radius:50%;
  font-family:var(--body);
  font-size:2rem;
  line-height:1;
  font-weight:300;
}

.gallery-lightbox__nav{
  top:50%;
  width:58px;
  height:58px;
  border-radius:50%;
  transform:translateY(-50%);
  font-size:2.35rem;
  line-height:1;
  font-family:var(--body);
  font-weight:300;
}

.gallery-lightbox__nav--prev{left:28px}
.gallery-lightbox__nav--next{right:28px}
.gallery-lightbox__nav--prev:hover{transform:translate(-3px,-50%)}
.gallery-lightbox__nav--next:hover{transform:translate(3px,-50%)}

html.gallery-lightbox-open,
html.gallery-lightbox-open body{
  overflow:hidden;
}

@keyframes galleryLightboxIn{
  from{opacity:0}
  to{opacity:1}
}
@keyframes galleryImageIn{
  from{opacity:0;transform:scale(.975)}
  to{opacity:1;transform:scale(1)}
}

@media(max-width:900px){
  .gallery-page{padding:72px 0 82px}
  .gallery-grid--reference{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .gallery-lightbox__stage{padding:64px 72px 42px}
  .gallery-lightbox__nav{width:52px;height:52px}
  .gallery-lightbox__nav--prev{left:14px}
  .gallery-lightbox__nav--next{right:14px}
  .gallery-lightbox__close{right:18px;top:18px}
}

@media(max-width:580px){
  .gallery-page{padding:52px 0 64px}
  .gallery-grid--reference{grid-template-columns:1fr;gap:10px}
  .gallery-grid--reference .gallery-tile{aspect-ratio:1.32 / 1}
  .gallery-grid--reference .gallery-from-left.reveal,
  .gallery-grid--reference .gallery-from-right.reveal{transform:translate3d(0,30px,0)}
  .gallery-lightbox__stage{padding:72px 12px 62px}
  .gallery-lightbox__image{max-width:94vw;max-height:72dvh}
  .gallery-lightbox__nav{top:auto;bottom:16px;width:48px;height:48px;transform:none}
  .gallery-lightbox__nav--prev{left:calc(50% - 62px)}
  .gallery-lightbox__nav--next{right:calc(50% - 62px)}
  .gallery-lightbox__nav--prev:hover,
  .gallery-lightbox__nav--next:hover{transform:none}
  .gallery-lightbox__close{width:44px;height:44px;top:14px;right:14px}
}

@media(prefers-reduced-motion:reduce){
  .gallery-grid--reference .gallery-tile.reveal,
  .gallery-grid--reference .gallery-tile img,
  .gallery-lightbox[open],
  .gallery-lightbox__image{
    transition:none!important;
    animation:none!important;
  }
  .gallery-grid--reference .gallery-tile.reveal{
    opacity:1!important;
    transform:none!important;
  }
}

/* === v3.5.0 Turkish blog page === */
.page-hero--blog{
  background-image:url('../images/slider-01-herd.webp');
  background-position:center 52%;
}
.blog-page{
  padding:96px 0 112px;
  background:#fff;
  overflow:hidden;
}
.blog-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:54px;
  align-items:start;
}
.blog-feed{
  min-width:0;
}
.blog-post{
  padding-bottom:68px;
  margin-bottom:68px;
  border-bottom:1px solid rgba(48,37,27,.14);
}
.blog-post:last-of-type{
  margin-bottom:0;
}
.blog-post__image{
  display:block;
  overflow:hidden;
  background:#e7dfd7;
  text-decoration:none;
}
.blog-post__image img{
  display:block;
  width:100%;
  aspect-ratio:2.1 / 1;
  object-fit:cover;
  transition:transform 1.1s cubic-bezier(.2,.75,.25,1),filter .65s ease;
}
.blog-post__image:hover img,
.blog-post__image:focus-visible img{
  transform:scale(1.025);
  filter:saturate(1.03) contrast(1.01);
}
.blog-post__image:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:4px;
}
.blog-post__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  align-items:center;
  justify-content:space-between;
  margin:18px 0 0;
  padding-bottom:18px;
  border-bottom:1px solid rgba(48,37,27,.12);
  color:#29231f;
  font-size:.83rem;
  font-weight:700;
}
.blog-post__meta time{
  margin-right:auto;
}
.blog-post h2{
  margin:28px 0 14px;
  font-size:clamp(2rem,3vw,2.65rem);
  line-height:1.08;
  letter-spacing:-.025em;
}
.blog-post h2 a{
  color:#211c18;
  text-decoration:none;
  background-image:linear-gradient(currentColor,currentColor);
  background-repeat:no-repeat;
  background-size:0 1px;
  background-position:0 100%;
  transition:background-size .45s cubic-bezier(.2,.75,.25,1),color .25s ease;
}
.blog-post h2 a:hover,
.blog-post h2 a:focus-visible{
  color:#5d421e;
  background-size:100% 1px;
}
.blog-post p{
  max-width:850px;
  color:#5f5953;
  font-size:1rem;
  line-height:1.82;
}
.blog-read-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:164px;
  min-height:48px;
  margin-top:28px;
  padding:0 26px;
  background:var(--gold);
  color:#17140f;
  text-decoration:none;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,filter .32s ease;
}
.blog-read-more:hover,
.blog-read-more:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 13px 26px rgba(95,67,18,.16);
  filter:brightness(1.025);
}
.blog-read-more:focus-visible{
  outline:2px solid #211c18;
  outline-offset:3px;
}
.blog-sidebar{
  position:sticky;
  top:28px;
}
.blog-search{
  display:flex;
  width:100%;
  border:1px solid rgba(46,37,29,.18);
  background:#fff;
}
.blog-search input{
  width:100%;
  min-width:0;
  height:54px;
  border:0;
  outline:0;
  padding:0 16px;
  color:#2d2722;
  font:inherit;
}
.blog-search input:focus{
  box-shadow:inset 0 0 0 1px rgba(204,151,15,.55);
}
.blog-search button{
  width:54px;
  border:0;
  background:transparent;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.blog-search button svg{
  width:21px;
  fill:none;
  stroke:#211c18;
  stroke-width:1.7;
}
.blog-widget{
  margin-top:42px;
}
.blog-widget h2{
  margin-bottom:18px;
  font-size:1.7rem;
  color:#221c18;
}
.blog-categories{
  border-top:1px solid rgba(46,37,29,.12);
}
.blog-categories button{
  width:100%;
  min-height:50px;
  border:0;
  border-bottom:1px solid rgba(46,37,29,.12);
  background:transparent;
  padding:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  color:#665f59;
  font:inherit;
  text-align:left;
  cursor:pointer;
  transition:color .25s ease,padding-left .25s ease;
}
.blog-categories button span{
  color:#a69d96;
  font-size:.78rem;
}
.blog-categories button:hover,
.blog-categories button:focus-visible,
.blog-categories button.is-active{
  color:#211c18;
  padding-left:5px;
}
.blog-categories button.is-active{
  font-weight:700;
}
.recent-posts{
  display:grid;
}
.recent-post{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:14px;
  align-items:center;
  padding:11px 0;
  border-bottom:1px solid rgba(46,37,29,.12);
  color:#211c18;
  text-decoration:none;
}
.recent-post img{
  width:72px;
  height:62px;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.2,.75,.25,1);
}
.recent-post strong{
  display:block;
  font-size:.83rem;
  line-height:1.45;
}
.recent-post small{
  display:block;
  margin-top:5px;
  color:#9a918a;
  font-size:.72rem;
}
.recent-post:hover img,
.recent-post:focus-visible img{
  transform:scale(1.045);
}
.recent-post:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}
.blog-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.blog-tags a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(46,37,29,.16);
  color:#776f68;
  text-decoration:none;
  font-size:.82rem;
  font-weight:700;
  transition:border-color .25s ease,color .25s ease,transform .25s ease,background-color .25s ease;
}
.blog-tags a:hover,
.blog-tags a:focus-visible{
  border-color:#b58b2c;
  background:#fbf5e9;
  color:#2b241e;
  transform:translateY(-2px);
}
.blog-empty{
  display:none;
  padding:34px 0;
  font-family:var(--display);
  font-size:1.5rem;
  color:#544b44;
}
.blog-empty.is-visible{
  display:block;
}
.blog-post[hidden]{
  display:none!important;
}
.blog-hero-enter.reveal{
  opacity:0;
  transform:translate3d(-36px,16px,0);
  transition:opacity .82s ease,transform .9s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.blog-post-enter.reveal{
  opacity:0;
  transform:translate3d(0,38px,0);
  transition:opacity .82s ease,transform .9s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.blog-sidebar-enter.reveal{
  opacity:0;
  transform:translate3d(34px,24px,0);
  transition:opacity .82s ease,transform .92s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.blog-hero-enter.reveal.is-revealed,
.blog-post-enter.reveal.is-revealed,
.blog-sidebar-enter.reveal.is-revealed{
  opacity:1;
  transform:none;
}

@media(max-width:1020px){
  .blog-page{padding:78px 0 92px}
  .blog-layout{grid-template-columns:minmax(0,1fr) 260px;gap:34px}
  .blog-post__meta{justify-content:flex-start}
  .blog-post__meta time{width:100%;margin-right:0}
}
@media(max-width:820px){
  .blog-layout{grid-template-columns:1fr;gap:18px}
  .blog-sidebar{position:static;margin-top:10px}
  .blog-post{padding-bottom:54px;margin-bottom:54px}
  .blog-post__image img{aspect-ratio:1.75 / 1}
  .blog-sidebar-enter.reveal{transform:translate3d(0,32px,0)}
}
@media(max-width:580px){
  .blog-page{padding:54px 0 68px}
  .blog-post{padding-bottom:44px;margin-bottom:44px}
  .blog-post__image img{aspect-ratio:1.35 / 1}
  .blog-post__meta{gap:7px 12px;font-size:.75rem}
  .blog-post h2{font-size:2rem;margin-top:22px}
  .blog-post p{font-size:.94rem}
  .blog-read-more{min-height:46px;min-width:150px;padding:0 20px;font-size:.72rem}
  .blog-widget{margin-top:34px}
  .blog-widget h2{font-size:1.5rem}
}
@media(prefers-reduced-motion:reduce){
  .blog-post__image img,.blog-read-more,.recent-post img,.blog-tags a,.blog-categories button{transition:none!important}
  .blog-hero-enter.reveal,.blog-post-enter.reveal,.blog-sidebar-enter.reveal,
  .blog-hero-enter.reveal.is-revealed,.blog-post-enter.reveal.is-revealed,.blog-sidebar-enter.reveal.is-revealed{
    opacity:1!important;transform:none!important;transition:none!important
  }
}

/* === v3.6.0 contact page / map intentionally omitted === */
.page-hero--contact{
  background-image:url('../images/slider-01-herd.webp');
  background-position:center 54%;
}
.contact-page{
  background:#fff;
  padding:88px 0 108px;
  border-top:1px solid rgba(62,42,28,.08);
}
.contact-intro{
  max-width:980px;
  margin-bottom:48px;
}
.contact-intro h2{
  font-size:clamp(2.3rem,3.5vw,3.5rem);
  margin-bottom:18px;
  letter-spacing:-.025em;
}
.contact-intro p{
  color:#625b55;
  font-size:1.02rem;
  line-height:1.75;
  max-width:900px;
}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(330px,.95fr);
  gap:60px;
  align-items:start;
}
.contact-form{
  display:grid;
  gap:16px;
}
.contact-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.contact-field{
  display:block;
  position:relative;
}
.contact-field input,
.contact-field select,
.contact-field textarea{
  width:100%;
  border:1px solid #ddd9d5;
  border-radius:0;
  background:#fbfbfb;
  color:#211c18;
  font:700 .95rem/1.4 var(--body);
  outline:none;
  transition:border-color .28s ease,box-shadow .28s ease,background-color .28s ease,transform .28s ease;
}
.contact-field input,
.contact-field select{
  height:52px;
  padding:0 22px;
}
.contact-field textarea{
  min-height:188px;
  resize:vertical;
  padding:18px 22px;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder{
  color:#2f2a26;
  opacity:.92;
}
.contact-field select{
  appearance:none;
  cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,#2a231e 50%),linear-gradient(135deg,#2a231e 50%,transparent 50%);
  background-position:calc(100% - 23px) 22px,calc(100% - 18px) 22px;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
  border-color:#d7aa13;
  background:#fff;
  box-shadow:0 0 0 3px rgba(225,179,30,.11);
  transform:translateY(-1px);
}
.contact-submit{
  justify-self:start;
  min-width:182px;
  height:54px;
  padding:0 28px;
  margin-top:12px;
  border:0;
  background:#e3b51b;
  color:#181511;
  font-weight:900;
  font-size:.78rem;
  letter-spacing:.055em;
  cursor:pointer;
  transition:transform .3s cubic-bezier(.2,.75,.25,1),box-shadow .3s ease,filter .3s ease;
}
.contact-submit:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(125,89,6,.16);
  filter:brightness(1.02);
}
.contact-submit:focus-visible{
  outline:3px solid rgba(42,31,18,.32);
  outline-offset:3px;
}
.contact-details{
  display:grid;
  gap:20px;
}
.contact-detail{
  min-height:94px;
  display:grid;
  grid-template-columns:82px 1fr;
  background:#f8f8f7;
  border:1px solid rgba(61,45,31,.035);
  transition:transform .42s cubic-bezier(.2,.75,.25,1),box-shadow .42s ease,background-color .3s ease;
}
.contact-detail:hover{
  transform:translateX(-5px);
  background:#fff;
  box-shadow:0 18px 38px rgba(53,38,24,.08);
}
.contact-detail__icon{
  min-height:94px;
  display:grid;
  place-items:center;
  background:#e3b51b;
  color:#fff;
}
.contact-detail__icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .42s cubic-bezier(.2,.75,.25,1);
}
.contact-detail:hover .contact-detail__icon svg{
  transform:scale(1.06) translateY(-2px);
}
.contact-detail>div{
  align-self:center;
  padding:18px 22px;
}
.contact-detail h2{
  font-family:var(--body);
  font-size:1rem;
  font-weight:900;
  margin-bottom:9px;
}
.contact-detail p,
.contact-detail a{
  color:#34302c;
  font-size:.94rem;
  line-height:1.55;
  text-decoration:none;
}
.contact-detail a:hover{text-decoration:underline}

.contact-hero-enter.reveal,
.contact-heading-enter.reveal{
  opacity:0;
  transform:translate3d(0,30px,0);
  transition:opacity .82s ease,transform .9s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.contact-form-enter.reveal{
  opacity:0;
  transform:translate3d(-68px,28px,0);
  transition:opacity .88s ease,transform .96s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.contact-detail-enter.reveal{
  opacity:0;
  transform:translate3d(60px,18px,0);
  transition:opacity .82s ease,transform .88s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--reveal-delay,0ms);
}
.contact-hero-enter.reveal.is-revealed,
.contact-heading-enter.reveal.is-revealed,
.contact-form-enter.reveal.is-revealed,
.contact-detail-enter.reveal.is-revealed{
  opacity:1;
  transform:none;
}

@media(max-width:900px){
  .contact-page{padding:72px 0 88px}
  .contact-layout{grid-template-columns:1fr;gap:44px}
  .contact-details{grid-template-columns:1fr 1fr}
  .contact-form-enter.reveal,.contact-detail-enter.reveal{transform:translate3d(0,32px,0)}
}
@media(max-width:640px){
  .contact-page{padding:60px 0 72px}
  .contact-intro{margin-bottom:34px}
  .contact-form__row{grid-template-columns:1fr;gap:16px}
  .contact-details{grid-template-columns:1fr}
  .contact-detail{grid-template-columns:72px 1fr}
  .contact-detail__icon{min-height:90px}
  .contact-submit{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .contact-hero-enter.reveal,.contact-heading-enter.reveal,.contact-form-enter.reveal,.contact-detail-enter.reveal,
  .contact-hero-enter.reveal.is-revealed,.contact-heading-enter.reveal.is-revealed,.contact-form-enter.reveal.is-revealed,.contact-detail-enter.reveal.is-revealed{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
  .contact-detail,.contact-detail__icon svg,.contact-submit,.contact-field input,.contact-field select,.contact-field textarea{transition:none!important}
}


/* === HAS BESI V3.7.1 / services navigation + footer credit === */
.offer .offer-item{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.offer .offer-item:focus-visible{
  outline:2px solid rgba(191,143,0,.72);
  outline-offset:8px;
}
.offer .offer-item h3{
  transition:color .35s ease, transform .45s cubic-bezier(.2,.75,.25,1);
}
.offer .offer-item:hover h3{
  color:#8b6200;
  transform:translateY(-2px);
}

.footer-credit{
  color:#fff;
  font-size:1rem;
  font-weight:700;
  letter-spacing:.065em;
  padding:8px 14px;
  background:rgba(47,36,27,.72);
  text-shadow:0 1px 3px rgba(0,0,0,.32);
}
.footer-credit:hover,
.footer-credit:focus-visible{
  color:#fff;
  background:rgba(47,36,27,.9);
}
@media(max-width:580px){
  .footer-credit{font-size:.9rem;padding:7px 12px}
}

/* === v3.7.2 Medyarella credit: text only, no box === */
.footer-credit,
.footer-credit:hover,
.footer-credit:focus-visible{
  color:#fff;
  background:transparent;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  text-shadow:none;
}
.footer-credit{
  display:inline;
  font-size:1.05rem;
  font-weight:700;
  letter-spacing:.055em;
}
@media(max-width:580px){
  .footer-credit{font-size:.95rem;padding:0}
}


/* === v3.7.3 sticky primary navigation === */
.primary-nav{
  transition:background-color .28s ease, box-shadow .28s ease, transform .28s ease;
  will-change:transform;
}
.primary-nav.is-sticky{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:120;
  padding:8px 0;
  background:rgba(239,229,216,.88);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(37,25,17,.10);
  animation:stickyNavIn .34s cubic-bezier(.2,.75,.25,1) both;
}
.primary-nav.is-sticky .nav-box{
  min-height:58px;
  box-shadow:0 10px 24px rgba(31,21,15,.16);
}
.primary-nav.is-sticky .nav-link{
  min-height:58px;
}
@keyframes stickyNavIn{
  from{opacity:0;transform:translateY(-12px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){
  .primary-nav.is-sticky{
    padding:0;
    background:rgba(239,229,216,.96);
  }
  .primary-nav.is-sticky .nav-box{
    width:calc(100% - 28px);
    margin:8px auto 0;
  }
  .primary-nav.is-sticky.is-open .nav-box{display:flex}
}
@media(prefers-reduced-motion:reduce){
  .primary-nav.is-sticky{animation:none}
}


/* === v3.7.4 balanced navigation arrows === */
.hero-arrow{
  width:50px;
  height:50px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(25,20,17,.34);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  line-height:1;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  box-shadow:0 5px 18px rgba(0,0,0,.14);
  transition:background-color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease;
}
.hero-arrow svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.hero-arrow:hover{
  background:rgba(20,16,13,.56);
  border-color:rgba(255,255,255,.5);
  box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.hero-arrow--prev:hover{transform:translateY(-50%) translateX(-2px)}
.hero-arrow--next:hover{transform:translateY(-50%) translateX(2px)}

.back-top{
  width:48px;
  height:48px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1e2235;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 6px 20px rgba(14,17,29,.2);
}
.back-top svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.back-top:hover{
  transform:translateY(-3px);
  background:#252a40;
}
.back-top.is-visible:hover{transform:translateY(-3px)}

@media(max-width:900px){
  .hero-arrow{width:44px;height:44px}
  .hero-arrow svg{width:20px;height:20px}
  .hero-arrow--prev{left:16px}
  .hero-arrow--next{right:16px}
}
@media(max-width:580px){
  .hero-arrow{width:42px;height:42px;bottom:20px}
  .hero-arrow svg{width:18px;height:18px}
  .hero-arrow--prev:hover,.hero-arrow--next:hover{transform:none}
  .back-top{right:16px;bottom:16px;width:44px;height:44px}
  .back-top svg{width:18px;height:18px}
}

/* === v3.7.6 unified typography / Montserrat === */
html,
body,
button,
input,
select,
textarea,
option {
  font-family:'Montserrat',Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6,
p,a,span,strong,small,em,label,
blockquote,figcaption,li,dt,dd,th,td {
  font-family:'Montserrat',Arial,sans-serif;
}


/* === v3.7.7 Montserrat heading wrap fix === */
.farm-history--reference .farm-history__title{
  max-width:760px;
  font-size:clamp(2.35rem,2.85vw,3.15rem);
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.farm-history--reference .farm-history__title span{
  display:block;
}
.farm-history--reference .farm-history__title span:last-child{
  white-space:nowrap;
}
@media(max-width:1180px){
  .farm-history--reference .farm-history__title{
    font-size:clamp(2.2rem,3.2vw,2.8rem);
  }
}
@media(max-width:900px){
  .farm-history--reference .farm-history__title{
    max-width:680px;
  }
  .farm-history--reference .farm-history__title span:last-child{
    white-space:normal;
  }
}
@media(max-width:580px){
  .farm-history--reference .farm-history__title{
    font-size:2rem;
    line-height:1.12;
    letter-spacing:-.035em;
  }
}

/* === v3.7.8 Turkish diacritic spacing fix === */
.farm-history--reference .farm-history__title{
  line-height:1.18;
  letter-spacing:-.03em;
}
@media(max-width:1180px){
  .farm-history--reference .farm-history__title{line-height:1.19;}
}
@media(max-width:580px){
  .farm-history--reference .farm-history__title{
    line-height:1.22;
    letter-spacing:-.025em;
  }
}

/* === v3.7.9 explicit Turkish diacritic line gap === */
.farm-history--reference .farm-history__title{
  line-height:1.06;
}
.farm-history--reference .farm-history__title > span + span{
  margin-top:.16em;
}
@media(max-width:900px){
  .farm-history--reference .farm-history__title{
    line-height:1.10;
  }
  .farm-history--reference .farm-history__title > span + span{
    margin-top:.14em;
  }
}
@media(max-width:580px){
  .farm-history--reference .farm-history__title{
    line-height:1.14;
  }
  .farm-history--reference .farm-history__title > span + span{
    margin-top:.12em;
  }
}

/* === v3.8.0 refined header contact icons === */
.head-contact--refined{
  display:flex;
  align-items:center;
  gap:30px;
}

.head-contact--refined .head-contact__item{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  color:#17130f;
  text-decoration:none;
}

.head-contact--refined .head-contact__icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  color:#17130f;
}

.head-contact--refined .head-contact__icon svg{
  width:56px;
  height:56px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  overflow:visible;
}

.head-contact--refined .head-contact__icon--location svg{
  width:54px;
  height:54px;
}

.head-contact--refined .head-contact__icon--phone svg{
  width:56px;
  height:56px;
}

.head-contact--refined .head-contact__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:3px;
  white-space:nowrap;
}

.head-contact--refined .head-contact__copy small{
  display:block;
  color:#766a5d;
  font-size:.72rem;
  font-weight:500;
  line-height:1.25;
  letter-spacing:.01em;
}

.head-contact--refined .head-contact__copy strong{
  display:block;
  color:#17130f;
  font-size:1.03rem;
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.01em;
}

.head-contact--refined .head-contact__rule{
  width:1px;
  height:52px;
  background:rgba(35,27,20,.18);
}

.head-contact--refined .head-contact__item--phone,
.head-contact--refined .head-contact__item--phone .head-contact__icon,
.head-contact--refined .head-contact__item--phone strong{
  transition:color .25s ease, transform .25s ease;
}

.head-contact--refined .head-contact__item--phone:hover .head-contact__icon{
  color:#b78a00;
  transform:translateY(-1px);
}

.head-contact--refined .head-contact__item--phone:hover strong{
  color:#9b7500;
}

@media(max-width:1180px){
  .head-contact--refined{gap:20px}
  .head-contact--refined .head-contact__item--location{display:flex}
  .head-contact--refined .head-contact__icon{width:52px;height:52px;flex-basis:52px}
  .head-contact--refined .head-contact__icon svg{width:50px;height:50px}
  .head-contact--refined .head-contact__copy strong{font-size:.94rem}
}

@media(max-width:980px){
  .head-contact--refined .head-contact__item--location,
  .head-contact--refined .head-contact__rule{display:none}
}

@media(max-width:900px){
  .head-contact--refined{display:none}
}

/* === v3.8.1 dark band composition fix === */
.dark-band--simple .dark-band__image{
  background-image:url('../images/slider-03-feeding.webp');
  background-position:50% 50%;
  background-size:cover;
  background-repeat:no-repeat;
  inset:-16px 0;
  filter:saturate(.72) contrast(1.04) brightness(.88);
  transform:translate3d(0,var(--dark-bg-shift),0) scale(1.025);
}
.dark-band--simple .dark-band__shade{
  background:
    linear-gradient(90deg,rgba(31,20,13,.90) 0%,rgba(31,20,13,.76) 38%,rgba(31,20,13,.42) 63%,rgba(31,20,13,.18) 100%),
    linear-gradient(0deg,rgba(18,12,9,.22),rgba(18,12,9,.06) 55%);
}
@media(max-width:900px){
  .dark-band--simple .dark-band__image{background-position:52% 50%;}
}
@media(max-width:580px){
  .dark-band--simple .dark-band__image{background-position:48% 50%;}
}
@media(prefers-reduced-motion:reduce){
  .dark-band--simple .dark-band__image{transform:scale(1.025)!important;}
}

/* === HAS BESI v3.9.1 / Header search icon restoration === */
@media (min-width: 901px) {
  .nav-box .nav-link {
    flex: 1 1 0;
    min-width: 0;
  }

  .nav-search {
    flex: 0 0 74px;
    min-width: 74px;
    min-height: 64px;
    border-left: 1px solid rgba(255,255,255,.09);
    transition: color .25s ease, background-color .25s ease;
  }

  .nav-search svg {
    width: 20px;
    height: 20px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s cubic-bezier(.2,.75,.25,1);
  }

  .nav-search:hover,
  .nav-search:focus-visible {
    color: var(--gold);
    background: rgba(255,255,255,.035);
  }

  .nav-search:hover svg,
  .nav-search:focus-visible svg {
    transform: scale(1.08);
  }

  .primary-nav.is-sticky .nav-search {
    min-height: 58px;
  }
}
