*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header,.app-top{height:82px;display:flex;align-items:center;padding:0 5vw;gap:28px;border-bottom:1px solid var(--line);background:var(--header);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:14px;font-weight:700;letter-spacing:.12em;font-size:12px}.brand img{width:100px;height:54px;object-fit:contain}.site-header nav{display:flex;gap:28px;margin-left:auto;font-size:14px}.login,.btn,button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);padding:13px 22px;font-weight:700;background:transparent;cursor:pointer}.login{margin-left:10px}.hamb{display:none;padding:8px 12px}.eyebrow,.page-intro>span,.section-head>span,.contact-copy>span,.login-art>span,.detail-copy>span,.dash-head span,.catalog-title>span{font-size:12px;letter-spacing:.18em;font-weight:800}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn.black,.contact-card button,.login-card button{background:var(--ink);color:var(--bg)}.btn.outline{background:transparent}footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding:55px 6vw;background:var(--footer);color:var(--footerink);margin-top:90px}footer img{width:105px;filter:var(--footerfilter)}footer a{display:block;margin-top:10px}main{min-height:60vh}.page-intro{padding:110px 6vw 70px;max-width:1150px}.page-intro h1{font-size:clamp(48px,7vw,94px);line-height:.94;margin:20px 0 25px}.page-intro p{font-size:19px;line-height:1.6;max-width:720px}.brand-image{background:white;display:flex;align-items:center;justify-content:center;min-height:210px;padding:28px}.brand-image img{max-height:160px;object-fit:contain}.brand-copy{padding:24px}.brand-copy small{opacity:.65}.brand-copy h3{font-size:24px;margin:12px 0}.brand-copy p{line-height:1.5;opacity:.75}.brand-copy span{font-weight:700}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:110px 6vw;align-items:start}.contact-copy h1{font-size:clamp(52px,7vw,90px);margin:18px 0}.contact-copy p{font-size:18px;line-height:1.6;max-width:560px}.contact-copy dl{display:grid;grid-template-columns:120px 1fr;gap:16px;margin-top:45px}.contact-copy dt{font-weight:800}.contact-copy dd{margin:0;line-height:1.5}.contact-card,.login-card{border:1px solid var(--line);padding:38px;background:var(--card)}.contact-card h2,.login-card h2{font-size:36px;margin:0 0 28px}.contact-card label,.login-card label{display:grid;gap:8px;font-size:13px;font-weight:700;margin-bottom:18px}.contact-card input,.contact-card textarea,.login-card input{width:100%;padding:14px;border:1px solid var(--line);background:var(--field);font:inherit}.contact-card textarea{min-height:150px;resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-card button,.login-card button{margin-top:8px}.login-page{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:center;min-height:620px;padding:80px 8vw}.login-art h1{font-size:clamp(50px,7vw,90px);line-height:.95;margin:18px 0}.login-art p{max-width:560px;font-size:18px;line-height:1.6}.login-card a{display:block;margin-top:22px;text-decoration:underline}.brand-detail{padding:70px 6vw}.back{display:inline-block;margin-bottom:40px;font-weight:700}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.detail-image{min-height:520px;background:white;display:flex;align-items:center;justify-content:center;padding:60px}.detail-image img{max-height:360px;object-fit:contain}.detail-copy h1{font-size:clamp(52px,7vw,90px);line-height:.95;margin:20px 0}.detail-copy>p{font-size:20px;line-height:1.6}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid var(--line);margin-top:30px;padding-top:25px}.detail-meta div{display:grid;gap:7px}.related{margin-top:100px}.related h2{font-size:38px}.compact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.compact-grid .brand-card{border:1px solid var(--line);background:var(--card)}.compact-grid .brand-image{min-height:150px}.compact-grid .brand-copy p{display:none}.compact-grid .brand-copy h3{font-size:19px}.side{display:none}.app-top{display:none}@media(max-width:900px){.site-header nav{display:none}.site-header .hamb{display:block;margin-left:auto}.site-header .login{margin-left:0}.contact-layout,.login-page,.detail-grid{grid-template-columns:1fr}.two{grid-template-columns:1fr}.compact-grid{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr 1fr}.detail-image{min-height:340px}.brand-detail{padding:45px 5vw}}@media(max-width:600px){.site-header{padding:0 18px}.brand span{display:none}.site-header .login{display:none}.compact-grid{grid-template-columns:1fr}.page-intro,.contact-layout,.login-page{padding:65px 22px}footer{grid-template-columns:1fr;gap:30px;padding:45px 22px}.contact-card,.login-card{padding:24px}.detail-meta{grid-template-columns:1fr}} :root{--ink:#172032;--bg:#f3f5f9;--header:#fff;--line:#d8dde7;--card:#fff;--field:#f7f8fb;--footer:#172032;--footerink:#fff;--footerfilter:invert(1)}body{padding-left:250px}.app-top{display:flex;position:fixed;left:250px;right:0;top:0;height:68px;background:white}.app-top .brand{display:none}.app-top .top-actions{margin-left:auto;display:flex;gap:20px;align-items:center}.side{display:block;position:fixed;left:0;top:0;bottom:0;width:250px;background:#172032;color:white;padding:30px 22px;z-index:30}.side:before{content:'';display:block;background:url('logo.png') center/contain no-repeat;width:120px;height:70px;margin:0 auto 35px;filter:invert(1)}.side-nav{display:grid;gap:8px}.side-nav a{padding:13px 15px;border-radius:8px}.side-nav a:hover{background:#2a3650}.side-nav hr{width:100%;border:0;border-top:1px solid #3a465d;margin:18px 0}.dashboard{padding:110px 40px 50px;max-width:1500px;margin:auto}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:35px}.dash-head h1{font-size:50px;margin:10px 0}.dash-head p{color:#667085}.primary{background:#3169ff;color:white;padding:14px 20px;border-radius:8px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px}.metrics>div{background:white;border:1px solid var(--line);border-radius:12px;padding:25px}.metrics b{display:block;font-size:42px}.metrics span{color:#667085}.modules{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px}.module{background:white;border:1px solid var(--line);border-radius:12px;padding:28px;min-height:190px;transition:.2s}.module:hover{box-shadow:0 12px 30px #17203212;transform:translateY(-2px)}.module.large{grid-row:span 2;min-height:398px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,#172032,#31405f);color:white}.module.large h2{font-size:48px}.module.image{padding:0;overflow:hidden;position:relative}.module.image img{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}.module.image div{position:absolute;bottom:20px;left:20px;color:white}.recent{margin-top:55px}.section-head{display:flex;justify-content:space-between;align-items:center}.compact-grid{grid-template-columns:repeat(5,1fr)}.compact-grid .brand-card{border-radius:10px;overflow:hidden}.compact-grid .brand-copy{padding:18px}.compact-grid .brand-copy small,.compact-grid .brand-copy span{font-size:11px}.records{grid-template-columns:repeat(4,1fr)}.profile-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px}.profile-card{background:white;border:1px solid var(--line);border-radius:12px;padding:32px}.profile-card.wide{grid-row:span 2}.profile-card b{font-size:48px}.profile-card span{display:block;color:#667085}.contact-layout,.login-page,.brand-detail,.page-intro{padding-top:115px}.contact-card,.login-card{border-radius:12px}.detail-image{border-radius:14px}.detail-copy .btn{border-radius:8px}footer{margin-top:40px}@media(max-width:1100px){body{padding-left:0}.side{display:none}.app-top{left:0}.app-top .brand{display:flex}.app-top .hamb{display:block}.modules{grid-template-columns:1fr 1fr}.module.large{grid-row:auto}.compact-grid,.records{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.dashboard{padding:95px 20px 30px}.metrics,.modules,.profile-grid{grid-template-columns:1fr}.compact-grid,.records{grid-template-columns:1fr}.dash-head{display:block}.primary{display:inline-block;margin-top:15px}}
/* Account application pages */
.application-page .form-main{max-width:1180px;margin:0 auto;padding:72px 28px 110px}.application-page.v4 .form-main{width:min(1120px,calc(100% - 56px));max-width:1120px;margin:0 auto;padding-left:0;padding-right:0}.form-hero{max-width:800px;margin-bottom:42px}.form-hero>span{display:block;font-size:12px;font-weight:800;letter-spacing:.18em;margin-bottom:16px}.form-hero h1{font-size:clamp(44px,6vw,78px);line-height:1;margin:0 0 18px}.form-hero p{font-size:18px;line-height:1.55;margin:0;opacity:.78}.application-form{display:grid;gap:24px}.form-card{border:1px solid var(--line);background:var(--card);padding:34px}.form-card-head{display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:28px}.form-card-head>span{width:42px;height:42px;border:1px solid var(--ink);display:grid;place-items:center;font-weight:800}.form-card-head h2{font-size:28px;line-height:1.15;margin:0 0 7px}.form-card-head p{margin:0;line-height:1.5;opacity:.68}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px}.form-field{display:grid;gap:8px;min-width:0}.form-field>span,.signature-label>span{font-size:13px;font-weight:800}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);background:var(--field);color:var(--ink);font:inherit;border-radius:0}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--ink);outline-offset:2px}.span-2{grid-column:span 2}.form-notice{margin-top:26px;padding:20px 22px;border-left:4px solid var(--ink);background:color-mix(in srgb,var(--ink) 6%,var(--card))}.form-notice strong{display:block;margin-bottom:6px}.form-notice p{margin:0;line-height:1.55}.repeat-block{border:1px solid var(--line);padding:24px;margin-top:18px}.repeat-block:first-of-type{margin-top:0}.repeat-block h3{font-size:18px;margin:0 0 20px}.repeat-block.compact{padding:22px}.agreement-row{display:grid;grid-template-columns:1fr 220px;gap:28px;align-items:start;margin-bottom:26px}.form-check{display:grid;grid-template-columns:22px 1fr;gap:12px;line-height:1.5}.form-check input{width:18px;height:18px;margin-top:2px}.signature-label{display:grid;gap:10px}.sig{display:block;width:100%;height:190px;border:1px solid var(--line);background:#fff;touch-action:none}.signature-actions{display:flex;justify-content:flex-end;margin-top:12px}.secondary,.submit{min-height:48px;padding:13px 22px}.secondary{background:transparent;color:var(--ink);border:1px solid var(--ink)}.submit{background:var(--ink);color:var(--bg);border:1px solid var(--ink)}.form-submit-row{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 0 0}.form-submit-row p{max-width:650px;margin:0;line-height:1.5;opacity:.72}.form-status{margin:0;font-weight:700}.form-status.error{color:#a40000}.form-status.success{color:#126b2f}
@media(max-width:900px){.application-page.v4 .form-main{width:calc(100% - 36px);margin:0 auto;padding-left:0;padding-right:0}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.agreement-row{grid-template-columns:1fr}.form-submit-row{align-items:stretch;flex-direction:column}.form-submit-row .submit{width:100%}}
@media(max-width:600px){.application-page .form-main{padding:48px 18px 80px}.form-card{padding:22px 18px}.form-card-head{grid-template-columns:42px 1fr;gap:12px}.form-card-head h2{font-size:23px}.repeat-block{padding:18px}.sig{height:160px}}


/* ===== Eden Foods v4.1 final monochrome refinement ===== */
:root{
  --ink:#111111;
  --bg:#f4f4f2;
  --header:#ffffff;
  --line:#d8d8d4;
  --card:#ffffff;
  --field:#fafafa;
  --footer:#111111;
  --footerink:#ffffff;
  --footerfilter:invert(1);
}
html,body{min-height:100%}
body.v4{min-height:100vh;display:flex;flex-direction:column;background:#f4f4f2;color:#111}
body.v4 main{flex:1;width:100%}
body.v4 footer{margin-top:auto;background:#111;color:#fff;border-top:1px solid #2f2f2f}
body.v4 .side{background:#111;color:#fff;border-right:1px solid #2c2c2c}
body.v4 .side-nav a{border-radius:0;border-left:2px solid transparent}
body.v4 .side-nav a:hover,body.v4 .side-nav a:focus-visible{background:#242424;border-left-color:#fff}
body.v4 .side-nav hr{border-top-color:#3b3b3b}
body.v4 .app-top{background:#fff;border-bottom-color:#d8d8d4;color:#111}
body.v4 .app-top .top-actions a{padding:10px 14px;border:1px solid #111;font-weight:700}
body.v4 .primary{background:#111;color:#fff;border-radius:0}
body.v4 .metrics>div,body.v4 .module,body.v4 .profile-card{border-radius:0;box-shadow:none}
body.v4 .module:hover{box-shadow:0 10px 24px rgba(0,0,0,.08)}
body.v4 .module.large{background:linear-gradient(145deg,#050505,#2a2a2a)}
body.v4 .compact-grid .brand-card,body.v4 .contact-card,body.v4 .login-card,body.v4 .detail-image{border-radius:0}
body.v4 .detail-copy .btn{border-radius:0}
body.v4 .dash-head p,body.v4 .metrics span,body.v4 .profile-card span{color:#666}
body.v4 footer{grid-template-columns:minmax(280px,2fr) minmax(190px,1fr) minmax(170px,1fr);gap:48px;padding:42px 6vw}
body.v4 footer>div{min-width:0}
body.v4 footer p{line-height:1.5;margin:14px 0 0}
body.v4 footer b{display:block;margin-bottom:12px}
body.v4 footer a{line-height:1.45}
body.v4 .dashboard{padding-bottom:56px}
body.v4 .profile-grid{align-items:stretch}
body.v4 .profile-card{min-height:160px}
body.v4 .profile-card.wide{min-height:330px}
body.v4 .form-card{border-radius:0}
body.v4 .form-main{padding-bottom:72px}

/* Legacy URL fallback only; portal UI intentionally removed */
.legacy-login-redirect{padding:0!important;display:grid!important;place-items:center;min-height:100vh;background:#f4f4f2}
.redirect-panel{width:min(520px,calc(100% - 36px));padding:48px;border:1px solid #d8d8d4;background:#fff;text-align:center}
.redirect-panel img{width:130px;margin:0 auto 26px}
.redirect-panel h1{font-size:clamp(32px,5vw,52px);margin:0 0 14px}
.redirect-panel p{margin:0 0 26px;line-height:1.55;color:#555}

@media(max-width:1100px){
  body.v4{padding-left:0}
  body.v4 .app-top{left:0;padding:0 22px}
  body.v4 .side{display:block;transform:translateX(-100%);transition:transform .25s ease;width:min(320px,86vw);box-shadow:12px 0 40px rgba(0,0,0,.22)}
  body.v4.nav-open .side{transform:translateX(0)}
  body.v4.nav-open:after{content:"";position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:25}
  body.v4.nav-open .side{z-index:40}
  body.v4 .app-top{z-index:35}
  body.v4 footer{grid-template-columns:1fr 1fr}
  body.v4 footer>div:first-child{grid-column:1/-1}
}
@media(max-width:700px){
  body.v4 .app-top{height:66px;padding:0 16px}
  body.v4 .app-top .brand img{width:82px;height:46px}
  body.v4 .app-top .top-actions a{padding:9px 11px;font-size:12px}
  body.v4 .dashboard{padding:92px 18px 38px}
  body.v4 .dash-head h1{font-size:38px}
  body.v4 .profile-card,body.v4 .profile-card.wide{min-height:auto;padding:24px}
  body.v4 footer{grid-template-columns:1fr;gap:26px;padding:36px 20px}
  body.v4 footer>div:first-child{grid-column:auto}
  body.v4 .contact-layout,body.v4 .brand-detail,body.v4 .page-intro{padding-left:18px;padding-right:18px}
  .redirect-panel{padding:34px 24px}
}

.bot-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{margin-top:14px;min-height:1.4em}.form-status.success{color:#176b35}.form-status.error{color:#a11}

/* v4.1 account form alignment correction */
body.v4.application-page main.form-main{box-sizing:border-box}
body.v4.application-page .form-hero{max-width:100%;padding-top:6px}
body.v4.application-page .application-form{width:100%}
body.v4.application-page .form-card{width:100%;overflow:hidden}
@media(min-width:1101px){body.v4.application-page .form-main{margin-left:auto;margin-right:auto}}
@media(max-width:700px){body.v4.application-page .form-main{width:calc(100% - 28px);padding-top:94px;padding-bottom:60px}.form-hero h1{font-size:42px}.form-card{padding:20px 16px}}

/* Brand detail placeholders for catalogue partners without a supplied logo */
.detail-brand-mark{font-size:clamp(28px,4vw,58px);font-weight:800;line-height:1.05;text-align:center;letter-spacing:.02em;max-width:100%;overflow-wrap:anywhere}

/* Separate brand detail and external website links on All Products */
body.all-products .brand-card{position:relative}
body.all-products .card-detail-overlay{position:absolute;inset:0;z-index:1}
body.all-products .website-link{position:relative;z-index:2;display:inline-block;margin-top:10px}
body.all-products a.website-link:hover{text-decoration:underline}

/* All Products: align every brand card consistently */
body.all-products .records .brand-card{
  display:flex;
  flex-direction:column;
  min-height:335px;
}
body.all-products .records .brand-image{
  height:220px;
  min-height:220px;
  flex:0 0 220px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:center;
}
body.all-products .records .brand-image img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:164px;
  object-fit:contain;
  object-position:center;
}
body.all-products .records .brand-copy{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:18px;
}
body.all-products .records .brand-copy small{
  display:block;
  min-height:14px;
}
body.all-products .records .brand-copy h3{
  margin:12px 0 0;
  min-height:46px;
  line-height:1.2;
}
body.all-products .records .website-link{
  margin-top:auto;
  padding-top:10px;
  align-self:flex-start;
}
@media(max-width:650px){
  body.all-products .records .brand-card{min-height:0}
  body.all-products .records .brand-image{height:220px;min-height:220px;flex-basis:220px}
  body.all-products .records .brand-copy h3{min-height:0}
}

/* Explicit clickable brand-logo links on All Products */
body.all-products .logo-link{position:relative;z-index:2;cursor:pointer}
body.all-products .logo-link:hover img{transform:scale(1.025)}
body.all-products .logo-link img{transition:transform .18s ease}
body.all-products .brand-placeholder-link{color:inherit;text-align:center}
body.all-products .brand-placeholder{font-size:18px;font-weight:800;line-height:1.25;max-width:90%}

/* Brand detail blurb formatting */
body.v4 .detail-copy>p{font-size:17px;line-height:1.65;margin:0 0 16px}
body.v4 .detail-copy>h2{font-size:27px;line-height:1.15;margin:24px 0 14px}
body.v4 .detail-copy>h3{font-size:20px;line-height:1.35;margin:22px 0 12px}
body.v4 .detail-copy>p a{text-decoration:underline;text-underline-offset:3px}


/* Homepage module layout update */
body.v4.home .modules{grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:190px 190px}
body.v4.home .tasmanian-feature{grid-column:1;grid-row:1 / span 2;min-height:398px;position:relative;padding:0;overflow:hidden;display:block;color:white;background:#172032}
body.v4.home .tasmanian-feature img{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:cover;filter:brightness(.6)}
body.v4.home .tasmanian-feature div{position:absolute;left:28px;right:28px;bottom:28px;z-index:1;color:white}
body.v4.home .tasmanian-feature h2{font-size:48px;margin:10px 0 16px}
body.v4.home .tasmanian-feature span{font-weight:700}
body.v4.home .catalogue-small{grid-column:2;grid-row:1 / span 2}
body.v4.home .cash-sale{grid-column:3;grid-row:1}
body.v4.home .credit-application{grid-column:3;grid-row:2}
@media(max-width:1100px){
  body.v4.home .modules{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  body.v4.home .tasmanian-feature,
  body.v4.home .catalogue-small,
  body.v4.home .cash-sale,
  body.v4.home .credit-application{grid-column:auto;grid-row:auto}
  body.v4.home .tasmanian-feature{min-height:300px}
}
@media(max-width:650px){
  body.v4.home .modules{grid-template-columns:1fr}
  body.v4.home .tasmanian-feature{min-height:280px}
  body.v4.home .tasmanian-feature h2{font-size:38px}
}


/* Homepage Tasmanian products carousel */
body.v4.home .tasmanian-feature.carousel-module{position:relative;display:block;padding:0;overflow:hidden;background:#111}
body.v4.home .tasmanian-feature .carousel-track{position:relative;height:100%}
body.v4.home .tasmanian-feature .carousel-slide{position:absolute;inset:0;display:block;color:#fff;opacity:0;pointer-events:none;transition:opacity .45s ease}
body.v4.home .tasmanian-feature .carousel-slide.is-active{opacity:1;pointer-events:auto;z-index:1}
body.v4.home .tasmanian-feature .carousel-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,17,17,.10) 0%,rgba(17,17,17,.32) 50%,rgba(17,17,17,.72) 100%)}
body.v4.home .tasmanian-feature .carousel-slide img{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:cover;filter:none}
body.v4.home .tasmanian-feature .carousel-copy{position:absolute;left:28px;right:28px;bottom:28px;z-index:2;color:#fff;max-width:72%}
body.v4.home .tasmanian-feature .carousel-copy h2{font-size:48px;margin:10px 0 10px}
body.v4.home .tasmanian-feature .carousel-copy p{margin:0 0 14px;line-height:1.5;color:rgba(255,255,255,.88)}
body.v4.home .tasmanian-feature .carousel-copy span{font-weight:700}
body.v4.home .tasmanian-feature .carousel-controls{position:absolute;right:20px;top:20px;z-index:3;display:flex;gap:10px}
body.v4.home .tasmanian-feature .carousel-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.58);background:rgba(17,17,17,.26);color:#fff;font-size:26px;line-height:1;padding:0}
body.v4.home .tasmanian-feature .carousel-btn:hover,body.v4.home .tasmanian-feature .carousel-btn:focus-visible{background:rgba(17,17,17,.55)}
body.v4.home .tasmanian-feature .carousel-dots{position:absolute;left:28px;bottom:18px;z-index:3;display:flex;gap:8px}
body.v4.home .tasmanian-feature .carousel-dot{width:10px;height:10px;padding:0;border-radius:999px;border:0;background:rgba(255,255,255,.45)}
body.v4.home .tasmanian-feature .carousel-dot.is-active{background:#fff;transform:scale(1.1)}
@media(max-width:1100px){body.v4.home .tasmanian-feature .carousel-copy{max-width:78%}}
@media(max-width:650px){body.v4.home .tasmanian-feature .carousel-copy{left:20px;right:20px;bottom:24px;max-width:none}body.v4.home .tasmanian-feature .carousel-copy h2{font-size:38px}body.v4.home .tasmanian-feature .carousel-copy p{font-size:14px;margin-bottom:12px}body.v4.home .tasmanian-feature .carousel-controls{right:14px;top:14px}body.v4.home .tasmanian-feature .carousel-btn{width:38px;height:38px}}


/* Smoother Tasmanian products carousel transitions */
body.v4.home .tasmanian-feature .carousel-slide{
  opacity:0;
  transform:scale(1.018);
  transition:opacity 1.15s cubic-bezier(.4,0,.2,1),transform 1.45s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}
body.v4.home .tasmanian-feature .carousel-slide.is-active{
  opacity:1;
  transform:scale(1);
}
body.v4.home .tasmanian-feature .carousel-slide img{
  transform:scale(1.035);
  transition:transform 7s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
body.v4.home .tasmanian-feature .carousel-slide.is-active img{
  transform:scale(1);
}
body.v4.home .tasmanian-feature .carousel-copy{
  opacity:0;
  transform:translateY(12px);
  transition:opacity .8s ease .22s,transform .9s cubic-bezier(.22,.61,.36,1) .22s;
}
body.v4.home .tasmanian-feature .carousel-slide.is-active .carousel-copy{
  opacity:1;
  transform:translateY(0);
}
body.v4.home .tasmanian-feature .carousel-dot{
  transition:background .35s ease,transform .35s ease,opacity .35s ease;
}
@media (prefers-reduced-motion:reduce){
  body.v4.home .tasmanian-feature .carousel-slide,
  body.v4.home .tasmanian-feature .carousel-slide img,
  body.v4.home .tasmanian-feature .carousel-copy,
  body.v4.home .tasmanian-feature .carousel-dot{transition:none!important;transform:none!important}
}

/* Carousel centering correction: neutralise legacy offsets */
body.v4.home .tasmanian-feature.carousel-module > .carousel-track{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  transform:none;
}
body.v4.home .tasmanian-feature.carousel-module .carousel-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:hidden;
  transform-origin:50% 50%;
}
body.v4.home .tasmanian-feature.carousel-module .carousel-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  transform-origin:50% 50%;
}
body.v4.home .tasmanian-feature.carousel-module > .carousel-controls{
  left:auto;
  right:20px;
  top:20px;
  bottom:auto;
}
body.v4.home .tasmanian-feature.carousel-module > .carousel-dots{
  left:28px;
  right:auto;
  top:auto;
  bottom:18px;
}
@media(max-width:650px){
  body.v4.home .tasmanian-feature.carousel-module > .carousel-controls{right:14px;top:14px}
  body.v4.home .tasmanian-feature.carousel-module > .carousel-dots{left:20px;bottom:14px}
}


/* Tasmanian products: seamless sideways auto-rotating carousel */
body.v4.home .sideways-carousel{position:relative;overflow:hidden;padding:0;background:#111}
body.v4.home .sideways-carousel .carousel-viewport{position:absolute!important;inset:0!important;left:0!important;right:0!important;top:0!important;bottom:0!important;overflow:hidden!important;z-index:0!important}
body.v4.home .sideways-carousel .carousel-track{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;display:flex!important;width:100%;height:100%;transform:translate3d(-100%,0,0);transition:transform .9s cubic-bezier(.22,.61,.36,1);will-change:transform}
body.v4.home .sideways-carousel .carousel-slide{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;display:block!important;flex:0 0 100%;width:100%;height:100%;opacity:1!important;pointer-events:auto!important;transform:none!important;color:#fff;overflow:hidden}
body.v4.home .sideways-carousel .carousel-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,17,17,.10) 0%,rgba(17,17,17,.32) 50%,rgba(17,17,17,.72) 100%);z-index:1}
body.v4.home .sideways-carousel .carousel-slide img{position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;transform:translate(-50%,-50%)!important;filter:none!important;transition:none!important}
body.v4.home .sideways-carousel .carousel-copy{position:absolute!important;left:28px!important;right:28px!important;bottom:28px!important;top:auto!important;z-index:2!important;max-width:72%;color:#fff;opacity:1!important;transform:none!important;transition:none!important}
body.v4.home .sideways-carousel .carousel-copy h2{font-size:48px;margin:10px 0 10px}
body.v4.home .sideways-carousel .carousel-copy p{margin:0 0 14px;line-height:1.5;color:rgba(255,255,255,.88)}
body.v4.home .sideways-carousel .carousel-copy span{font-weight:700}
body.v4.home .sideways-carousel .carousel-controls{position:absolute!important;right:20px!important;top:20px!important;left:auto!important;bottom:auto!important;z-index:4!important;display:flex!important;gap:10px}
body.v4.home .sideways-carousel .carousel-dots{position:absolute!important;left:28px!important;right:auto!important;bottom:18px!important;top:auto!important;z-index:4!important;display:flex!important;gap:8px}
body.v4.home .sideways-carousel .carousel-dot{transition:background .25s ease,transform .25s ease!important}
@media(max-width:1100px){body.v4.home .sideways-carousel .carousel-copy{max-width:78%}}
@media(max-width:650px){body.v4.home .sideways-carousel .carousel-copy{left:20px!important;right:20px!important;bottom:24px!important;max-width:none}body.v4.home .sideways-carousel .carousel-copy h2{font-size:38px}body.v4.home .sideways-carousel .carousel-copy p{font-size:14px;margin-bottom:12px}body.v4.home .sideways-carousel .carousel-controls{right:14px!important;top:14px!important}}
@media(prefers-reduced-motion:reduce){body.v4.home .sideways-carousel .carousel-track{transition:none!important}}


/* ===== Tasmanian carousel v2: isolated horizontal slider ===== */
body.v4.home .tas-carousel-v2{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  padding:0!important;
  min-height:398px;
  background:#111!important;
}
body.v4.home .tas-carousel-v2 > .tas-carousel-viewport{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  z-index:0!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-track{
  position:absolute!important;
  inset:0 auto 0 0!important;
  left:0!important;
  right:auto!important;
  top:0!important;
  bottom:0!important;
  display:flex!important;
  width:100%!important;
  height:100%!important;
  gap:0!important;
  transform:translate3d(-100%,0,0);
  transition:transform 1s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
  z-index:0!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-slide{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  flex:0 0 100%!important;
  min-width:100%!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:hidden!important;
  opacity:1!important;
  transform:none!important;
  color:#fff!important;
  pointer-events:auto!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-slide::after{
  content:"";
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(17,17,17,.08) 0%,rgba(17,17,17,.20) 48%,rgba(17,17,17,.72) 100%);
  pointer-events:none;
}
body.v4.home .tas-carousel-v2 .tas-carousel-slide > img{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:50% 50%!important;
  transform:translate(-50%,-50%)!important;
  filter:none!important;
  transition:none!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-copy{
  position:absolute!important;
  left:28px!important;
  right:28px!important;
  top:auto!important;
  bottom:28px!important;
  max-width:72%!important;
  z-index:2!important;
  color:#fff!important;
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-copy small{display:block!important;margin:0 0 8px!important}
body.v4.home .tas-carousel-v2 .tas-carousel-copy h2{font-size:48px!important;line-height:1!important;margin:0 0 12px!important;color:#fff!important}
body.v4.home .tas-carousel-v2 .tas-carousel-copy p{margin:0 0 14px!important;line-height:1.45!important;color:rgba(255,255,255,.9)!important}
body.v4.home .tas-carousel-v2 .tas-carousel-copy span{font-weight:700!important;color:#fff!important}
body.v4.home .tas-carousel-v2 > .tas-carousel-controls{
  position:absolute!important;
  left:auto!important;
  right:20px!important;
  top:20px!important;
  bottom:auto!important;
  display:flex!important;
  gap:10px!important;
  z-index:4!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-btn{
  width:42px!important;
  height:42px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.68)!important;
  background:rgba(17,17,17,.38)!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:1!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-btn:hover,
body.v4.home .tas-carousel-v2 .tas-carousel-btn:focus-visible{background:rgba(17,17,17,.72)!important}
body.v4.home .tas-carousel-v2 > .tas-carousel-dots{
  position:absolute!important;
  left:28px!important;
  right:auto!important;
  top:auto!important;
  bottom:14px!important;
  display:flex!important;
  gap:8px!important;
  z-index:4!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-dot{
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.45)!important;
  transition:background .25s ease,transform .25s ease!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-dot.is-active{background:#fff!important;transform:scale(1.15)!important}
@media(max-width:1100px){
  body.v4.home .tas-carousel-v2{min-height:300px}
  body.v4.home .tas-carousel-v2 .tas-carousel-copy{max-width:78%!important}
}
@media(max-width:650px){
  body.v4.home .tas-carousel-v2{min-height:280px}
  body.v4.home .tas-carousel-v2 .tas-carousel-copy{left:20px!important;right:20px!important;bottom:24px!important;max-width:none!important}
  body.v4.home .tas-carousel-v2 .tas-carousel-copy h2{font-size:38px!important}
  body.v4.home .tas-carousel-v2 .tas-carousel-copy p{font-size:14px!important;margin-bottom:12px!important}
  body.v4.home .tas-carousel-v2 > .tas-carousel-controls{right:14px!important;top:14px!important}
  body.v4.home .tas-carousel-v2 .tas-carousel-btn{width:38px!important;height:38px!important}
  body.v4.home .tas-carousel-v2 > .tas-carousel-dots{left:20px!important;bottom:12px!important}
}
@media(prefers-reduced-motion:reduce){body.v4.home .tas-carousel-v2 .tas-carousel-track{transition:none!important}}

/* Homepage weekly Browse all brands peeking cards */
body.v4.home .weekly-catalogue{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:24px 24px 18px;
  overflow:hidden;
  min-height:398px;
  background:#fff;
}
body.v4.home .weekly-catalogue:hover{transform:none}
body.v4.home .weekly-catalogue-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
}
body.v4.home .weekly-catalogue-head small{
  display:block;
  margin:0 0 4px;
  font-size:10px;
  letter-spacing:.16em;
  font-weight:800;
  color:#667085;
}
body.v4.home .weekly-catalogue-head h2{
  margin:0;
  font-size:24px;
  line-height:1.05;
}
body.v4.home .weekly-catalogue-all{
  flex:0 0 auto;
  margin-top:2px;
  font-size:11px;
  font-weight:800;
  color:#3169ff;
}
body.v4.home .weekly-peek-viewport{
  width:100%;
  flex:1 1 auto;
  min-height:0;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x proximity;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  cursor:grab;
}
body.v4.home .weekly-peek-viewport::-webkit-scrollbar{display:none}
body.v4.home .weekly-peek-viewport:active{cursor:grabbing}
body.v4.home .weekly-peek-track{
  display:flex;
  gap:12px;
  width:100%;
  min-height:100%;
  padding:2px 46px 4px 0;
}
body.v4.home .weekly-peek-card{
  flex:0 0 calc(100% - 46px);
  min-width:0;
  min-height:260px;
  display:flex;
  flex-direction:column;
  scroll-snap-align:start;
  background:#fafafa;
  border:1px solid #e2e4e8;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
body.v4.home .weekly-peek-card:hover,
body.v4.home .weekly-peek-card:focus-visible{
  transform:translateY(-2px);
  border-color:#b9bec7;
  background:#fff;
}
body.v4.home .weekly-peek-logo{
  flex:1 1 auto;
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:#fff;
  border-bottom:1px solid #e2e4e8;
}
body.v4.home .weekly-peek-logo img{
  width:100%;
  height:100%;
  max-height:128px;
  object-fit:contain;
}
body.v4.home .weekly-peek-logo span{
  font-size:14px;
  font-weight:900;
  letter-spacing:.12em;
  color:#172032;
}
body.v4.home .weekly-peek-copy{
  flex:0 0 auto;
  padding:16px 17px 17px;
}
body.v4.home .weekly-peek-copy h3{
  margin:0 0 9px;
  font-size:19px;
  line-height:1.12;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.v4.home .weekly-peek-copy span{
  font-size:11px;
  font-weight:800;
  color:#3169ff;
}
@media(max-width:1100px){
  body.v4.home .weekly-catalogue{min-height:300px;padding:20px 20px 16px}
  body.v4.home .weekly-peek-track{padding-right:54px}
  body.v4.home .weekly-peek-card{flex-basis:calc(100% - 54px);min-height:205px}
  body.v4.home .weekly-peek-logo{min-height:112px;padding:16px}
  body.v4.home .weekly-peek-logo img{max-height:88px}
  body.v4.home .weekly-peek-copy{padding:13px 14px 14px}
  body.v4.home .weekly-peek-copy h3{font-size:17px;margin-bottom:7px}
}
@media(max-width:650px){
  body.v4.home .weekly-catalogue{min-height:280px;padding:18px 18px 14px}
  body.v4.home .weekly-peek-track{gap:10px;padding-right:62px}
  body.v4.home .weekly-peek-card{flex-basis:calc(100% - 62px);min-height:195px}
  body.v4.home .weekly-peek-logo{min-height:108px;padding:14px}
  body.v4.home .weekly-peek-logo img{max-height:82px}
  body.v4.home .weekly-peek-copy{padding:12px 13px 13px}
  body.v4.home .weekly-peek-copy h3{font-size:16px}
}

/* Homepage Tasmania-time greeting in the top bar */
body.v4 .dash-welcome{min-width:0}
body.v4.home .app-top .top-greeting{font-size:15px;font-weight:800;letter-spacing:.01em;color:#111;white-space:nowrap}
body.v4.home .app-top .top-actions{margin-left:auto}
@media(min-width:1101px){body.v4.home .app-top .top-greeting{margin-left:0}}
@media(max-width:1100px){body.v4.home .app-top .top-greeting{margin-left:6px}}
@media(max-width:650px){body.v4.home .app-top .top-greeting{font-size:13px;overflow:hidden;text-overflow:ellipsis}}
@media(max-width:470px){body.v4.home .app-top .brand span{display:none}body.v4.home .app-top .top-greeting{margin-left:0;font-size:12px}}


/* Homepage final layout: full-width local and catalogue modules */
body.v4.home .side-nav .side-label{
  margin:0 15px 2px;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.16em;
  font-weight:800;
  text-transform:uppercase;
  color:#aeb7c8;
}
body.v4.home .modules{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  grid-template-rows:auto;
  gap:22px;
}
body.v4.home .tasmanian-feature,
body.v4.home .catalogue-small{
  grid-column:1!important;
  grid-row:auto!important;
  width:100%;
}
body.v4.home .tasmanian-feature,
body.v4.home .tas-carousel-v2{
  min-height:500px!important;
}
body.v4.home .weekly-catalogue{
  min-height:350px!important;
  padding:26px 28px 22px;
}
body.v4.home .weekly-peek-viewport{
  overflow-x:auto;
  overflow-y:hidden;
}
body.v4.home .weekly-peek-track{
  gap:14px;
  width:max-content;
  min-width:100%;
  padding:2px 34px 6px 0;
}
body.v4.home .weekly-peek-card{
  flex:0 0 clamp(205px,21vw,255px);
  width:clamp(205px,21vw,255px);
  min-height:248px;
}
body.v4.home .weekly-peek-logo{
  min-height:145px;
}
@media(max-width:1100px){
  body.v4.home .modules{grid-template-columns:1fr;gap:18px}
  body.v4.home .tasmanian-feature,
  body.v4.home .tas-carousel-v2{min-height:390px!important}
  body.v4.home .weekly-catalogue{min-height:320px!important;padding:22px 22px 18px}
  body.v4.home .weekly-peek-card{flex-basis:clamp(200px,38vw,245px);width:clamp(200px,38vw,245px);min-height:225px}
  body.v4.home .weekly-peek-logo{min-height:125px}
}
@media(max-width:650px){
  body.v4.home .tasmanian-feature,
  body.v4.home .tas-carousel-v2{min-height:320px!important}
  body.v4.home .weekly-catalogue{min-height:300px!important;padding:18px 18px 14px}
  body.v4.home .weekly-peek-track{gap:10px;padding-right:54px}
  body.v4.home .weekly-peek-card{flex-basis:calc(100vw - 116px);width:calc(100vw - 116px);max-width:300px;min-height:210px}
  body.v4.home .weekly-peek-logo{min-height:112px}
}

/* Final sidebar / homepage brand presentation refinements */
body.v4 .side:before{display:none!important;content:none!important}
body.v4 .side .side-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:112px;
  margin:0 0 26px;
  padding:0;
  border:0;
  background:transparent;
}
body.v4 .side .side-logo:hover,
body.v4 .side .side-logo:focus-visible{background:transparent;border:0;outline:2px solid rgba(255,255,255,.65);outline-offset:5px}
body.v4 .side .side-logo img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain;
}

/* Show each Tasmanian carousel image in full rather than cropping it. */
body.v4.home .tas-carousel-v2 .tas-carousel-slide > img{
  width:94%!important;
  height:94%!important;
  max-width:94%!important;
  max-height:94%!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
}

/* Weekly Browse all brands: logo-only linked peeking cards. */
body.v4.home .weekly-peek-card{
  min-height:220px;
  justify-content:stretch;
  background:#fff;
}
body.v4.home .weekly-peek-logo{
  flex:1 1 100%;
  width:100%;
  min-height:220px;
  padding:24px;
  border-bottom:0;
  background:#fff;
}
body.v4.home .weekly-peek-logo img{
  width:100%;
  height:100%;
  max-height:170px;
  object-fit:contain;
}
body.v4.home .weekly-peek-copy{display:none!important}
@media(max-width:1100px){
  body.v4 .side .side-logo{height:120px;margin-bottom:24px}
  body.v4.home .weekly-peek-card{min-height:200px}
  body.v4.home .weekly-peek-logo{min-height:200px;padding:20px}
  body.v4.home .weekly-peek-logo img{max-height:150px}
}
@media(max-width:650px){
  body.v4.home .weekly-peek-card{min-height:180px}
  body.v4.home .weekly-peek-logo{min-height:180px;padding:18px}
  body.v4.home .weekly-peek-logo img{max-height:135px}
}

/* Homepage Tasmanian products carousel: 25% smaller, centred, and fully visible. */
body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
  width:min(75%,690px)!important;
  max-width:690px!important;
  min-height:0!important;
  aspect-ratio:4 / 3;
  justify-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.v4.home .tas-carousel-v2 .tas-carousel-slide > img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:1100px){
  body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
    width:min(80%,615px)!important;
    max-width:615px!important;
    min-height:0!important;
  }
}
@media(max-width:650px){
  body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
    width:min(100%,420px)!important;
    max-width:420px!important;
    min-height:0!important;
    aspect-ratio:4 / 3;
  }
}

/* Final consistency: all page sidebars use the same Eden Foods logo treatment as the homepage. */
body.v4 .side .side-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:112px!important;
  margin:0 0 26px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  text-decoration:none!important;
}
body.v4 .side .side-logo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:1100px){
  body.v4 .side .side-logo{height:120px!important;margin-bottom:24px!important}
}

/* Love Your Guts slide: show the entire image without cropping. */
body.v4.home .tas-carousel-v2 .tas-carousel-slide:nth-child(2) > img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}


/* Homepage: This month's featured brands — linked logos only. */
body.v4.home #monthly-featured-grid.monthly-logo-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}
body.v4.home #monthly-featured-grid .monthly-logo-card{
  min-width:0;
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  border:1px solid var(--line);
  background:#fff;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease;
}
body.v4.home #monthly-featured-grid .monthly-logo-card:hover,
body.v4.home #monthly-featured-grid .monthly-logo-card:focus-visible{
  transform:translateY(-2px);
  border-color:#aeb5c1;
}
body.v4.home #monthly-featured-grid .monthly-logo-card img{
  display:block;
  width:100%;
  height:100%;
  max-width:180px;
  max-height:105px;
  object-fit:contain;
  object-position:center;
}
@media(max-width:1100px){
  body.v4.home #monthly-featured-grid.monthly-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:650px){
  body.v4.home #monthly-featured-grid.monthly-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.v4.home #monthly-featured-grid .monthly-logo-card{min-height:120px;padding:16px}
  body.v4.home #monthly-featured-grid .monthly-logo-card img{max-height:86px}
}


/* 2026-09-07: Reduce the centred Tasmanian Products carousel by a further 25%. */
body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
  width:min(56.25%,518px)!important;
  max-width:518px!important;
  min-height:0!important;
  aspect-ratio:4 / 3!important;
  justify-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:1100px){
  body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
    width:min(60%,461px)!important;
    max-width:461px!important;
  }
}
@media(max-width:650px){
  body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
    width:min(75%,315px)!important;
    max-width:315px!important;
    aspect-ratio:4 / 3!important;
  }
}

/* External Eden Foods ordering portal link beside the existing Login button. */
body.v4 .app-top .top-actions{gap:10px!important}
body.v4 .app-top .top-actions .portal-login{white-space:nowrap}
@media(max-width:700px){
  body.v4 .app-top .top-actions{gap:6px!important}
  body.v4 .app-top .top-actions .portal-login{font-size:11px!important;padding:8px 9px!important}
}
@media(max-width:520px){
  body.v4 .app-top .top-actions .portal-login{font-size:10px!important;padding:7px 8px!important}
}

/* 2026-09-08: Desktop homepage layout - Tasmanian Products left, Browse all brands beside it. */
@media(min-width:1201px){
  body.v4.home .modules{
    display:grid!important;
    grid-template-columns:minmax(0,518px) minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    gap:22px!important;
    align-items:stretch!important;
  }
  body.v4.home .modules .tasmanian-feature.tas-carousel-v2{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    max-width:518px!important;
    min-height:0!important;
    aspect-ratio:4 / 3!important;
    justify-self:start!important;
    align-self:start!important;
    margin:0!important;
  }
  body.v4.home .modules .weekly-catalogue{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    min-height:388px!important;
    align-self:stretch!important;
  }
}
@media(max-width:1200px){
  body.v4.home .modules{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto!important;
  }
  body.v4.home .modules .tasmanian-feature.tas-carousel-v2,
  body.v4.home .modules .weekly-catalogue{
    grid-column:1!important;
    grid-row:auto!important;
  }
}

/* Clear labels for the two separate Eden login systems. */
body.v4 .app-top .top-actions .customer-portal-login,
body.v4 .app-top .top-actions .portal-login{white-space:nowrap}
@media(max-width:650px){
  body.v4 .app-top .top-actions .customer-portal-login,
  body.v4 .app-top .top-actions .portal-login{font-size:10px!important;padding:7px 8px!important}
}

/* Sidebar download links */
body.v4 .side .side-label{
  margin-top:14px;
}
body.v4 .side .side-download-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
body.v4 .side .side-download-link .side-download-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:block;
  filter:brightness(0) invert(1);
  opacity:.92;
}

/* 2026-09-09: About page story with historic Eden image alongside. */
body.v4.about .about-profile-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:22px;
  align-items:stretch;
}
body.v4.about .about-story{
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.v4.about .about-story h2{
  margin-top:0;
  font-size:clamp(30px,3vw,44px);
}
body.v4.about .about-story p{
  margin-bottom:0;
  line-height:1.7;
  font-size:17px;
}
body.v4.about .about-family-image{
  margin:0;
  border:1px solid var(--line);
  background:#fff;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
body.v4.about .about-family-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}
@media(max-width:900px){
  body.v4.about .about-profile-grid{
    grid-template-columns:1fr;
  }
  body.v4.about .about-family-image{
    min-height:0;
  }
  body.v4.about .about-family-image img{
    height:auto;
  }
}

/* All Brands A-Z jump rail */
body.v4.all-products .dashboard{
  position:relative;
  padding-right:86px;
}
body.v4.all-products .brand-az{
  position:fixed;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1px;
  width:38px;
  padding:8px 5px;
  background:#fff;
  border:1px solid #d8d8d8;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}
body.v4.all-products .brand-az a,
body.v4.all-products .brand-az span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:18px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
}
body.v4.all-products .brand-az a{
  color:#111;
}
body.v4.all-products .brand-az a:hover,
body.v4.all-products .brand-az a:focus-visible{
  background:#111;
  color:#fff;
  outline:none;
}
body.v4.all-products .brand-az .is-empty{
  color:#c8c8c8;
  cursor:default;
}
body.v4.all-products .records .brand-card[id^="brand-"]{
  scroll-margin-top:92px;
}
@media(max-width:1100px){
  body.v4.all-products .dashboard{padding-right:40px}
  body.v4.all-products .brand-az{
    position:sticky;
    top:68px;
    transform:none;
    right:auto;
    width:100%;
    flex-direction:row;
    justify-content:flex-start;
    overflow-x:auto;
    gap:2px;
    margin:-14px 0 22px;
    padding:7px 8px;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
  }
  body.v4.all-products .brand-az a,
  body.v4.all-products .brand-az span{
    flex:0 0 26px;
    height:26px;
  }
}
@media(max-width:650px){
  body.v4.all-products .dashboard{padding-right:20px}
  body.v4.all-products .brand-az{top:60px}
}
