/* TBE 2.5 — workbook-approved architecture and responsive design */
:root{
  --v25-deep:#0d4c43;
  --v25-green:#176f61;
  --v25-mint:#edf8f4;
  --v25-soft:#f7fbf9;
  --v25-gold:#d8a03e;
  --v25-line:#d6e6e1;
  --v25-text:#183833;
  --v25-muted:#667a76;
  --v25-shadow:0 22px 55px rgba(13,76,67,.12);
}
body{background:#fff;color:var(--v25-text)}
.container{width:min(calc(100% - 48px),1220px)}
.section{padding:78px 0}

/* Header */
.v25-site-header{background:rgba(255,255,255,.98);box-shadow:0 4px 18px rgba(13,76,67,.05)}
.v25-site-header .header-inner{min-height:82px}
.v25-brand{display:flex;align-items:center;gap:14px;min-width:0}
.v25-brand .brand-mark{width:48px;height:48px;flex:0 0 48px;border-radius:15px;background:linear-gradient(135deg,#1a7464,#78c8b5);box-shadow:0 12px 26px rgba(23,111,97,.2)}
.v25-brand-name{color:var(--v25-deep);font-size:1.08rem;font-weight:950;line-height:1.25;letter-spacing:.01em;white-space:nowrap}
.v25-site-header .primary-nav a{padding:10px 13px;color:#4e625e;font-size:.92rem;font-weight:850}
.v25-site-header .primary-nav .menu-item-contact>a{margin-left:8px;padding:11px 20px;color:#fff;background:var(--v25-green)}

/* Homepage announcement */
.v25-announcement-section{padding:54px 0 64px;background:linear-gradient(135deg,#f5fbf9 0%,#fff 55%,#fff8eb 100%)}
.v25-announcement-card{display:grid;grid-template-columns:160px minmax(0,1fr) 260px;align-items:center;gap:30px;padding:34px;border:1px solid #efd7a5;border-radius:30px;background:#fffdf8;box-shadow:0 18px 48px rgba(94,73,28,.08)}
.v25-announcement-meta{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding-right:26px;border-right:1px solid #ead4a7}
.v25-announcement-meta span{color:#8b681f;font-size:.83rem;font-weight:950;letter-spacing:.04em}
.v25-announcement-meta strong{margin-top:8px;color:var(--v25-deep);font-size:1.18rem;line-height:1.45}
.v25-announcement-copy .eyebrow{margin-bottom:12px}
.v25-announcement-copy h1{margin:0 0 12px;color:var(--v25-deep);font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.12;letter-spacing:-.045em}
.v25-announcement-copy>p{margin:0;color:#556662;font-size:1.03rem;line-height:1.78}
.v25-contact-chips{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 12px}
.v25-contact-chips a{display:grid;gap:2px;min-width:235px;padding:12px 15px;border:1px solid var(--v25-line);border-radius:16px;background:#fff}
.v25-contact-chips small{color:#8a6b27;font-size:.72rem;font-weight:900}
.v25-contact-chips strong{color:var(--v25-green);font-size:.96rem;line-height:1.35;overflow-wrap:anywhere}
.v25-announcement-note{font-size:.8rem!important;color:#867b66!important}
.v25-announcement-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.v25-announcement-product{display:grid;justify-items:center;gap:12px;padding:20px;border:1px solid var(--v25-line);border-radius:24px;background:radial-gradient(circle at 50% 35%,#fff,#eef6f3)}
.v25-announcement-product img{width:100%;height:180px;object-fit:contain}
.v25-announcement-product span{color:var(--v25-green);font-size:.82rem;font-weight:900;text-align:center}

/* About */
.v25-about-section{padding:86px 0;background:linear-gradient(135deg,#0c453e,#176f61);color:#fff}
.v25-about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.v25-about-copy .eyebrow{color:#fff;background:rgba(255,255,255,.13)}
.v25-about-copy h2{margin:0 0 18px;color:#fff;font-size:clamp(2.3rem,4vw,3.7rem);line-height:1.1;letter-spacing:-.045em}
.v25-about-copy p{margin:0 0 16px;color:rgba(255,255,255,.82);font-size:1.04rem;line-height:1.9}
.v25-about-copy .btn{margin-top:10px}
.v25-about-media{display:grid;grid-template-columns:1.35fr .8fr;grid-template-rows:repeat(2,220px);gap:14px}
.v25-about-media img{width:100%;height:100%;border-radius:24px;object-fit:cover;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.v25-about-main{grid-row:1 / span 2}

/* Assurance */
.v25-assurance-section{padding:82px 0;background:var(--v25-soft)}
.v25-assurance-heading{max-width:850px;margin-bottom:30px}
.v25-assurance-heading h2{margin:0 0 12px;color:var(--v25-deep);font-size:clamp(2rem,4vw,3.15rem);line-height:1.16;letter-spacing:-.04em}
.v25-assurance-heading p{margin:0;color:var(--v25-muted);font-size:1.03rem}
.v25-assurance-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px}
.v25-license-card,.v25-government-card{overflow:hidden;border:1px solid var(--v25-line);border-radius:28px;background:#fff;box-shadow:0 12px 35px rgba(13,76,67,.07)}
.v25-license-card{display:grid;grid-template-columns:250px minmax(0,1fr)}
.v25-license-packshot{display:flex;align-items:center;justify-content:center;padding:30px;background:radial-gradient(circle at 50% 35%,#fff,#edf5f2)}
.v25-license-packshot img{width:100%;height:230px;object-fit:contain}
.v25-license-copy{padding:28px}
.v25-license-copy>span,.v25-government-copy>span{color:var(--v25-gold);font-size:.75rem;font-weight:950;letter-spacing:.08em}
.v25-license-copy h3,.v25-government-copy h3{margin:7px 0 14px;color:var(--v25-deep);font-size:1.55rem;line-height:1.3}
.v25-license-copy dl{display:grid;gap:10px;margin:0 0 18px}
.v25-license-copy dl div{display:grid;grid-template-columns:80px 1fr;gap:12px;padding-top:10px;border-top:1px solid var(--v25-line)}
.v25-license-copy dt{color:var(--v25-muted);font-size:.78rem;font-weight:800}
.v25-license-copy dd{margin:0;color:var(--v25-text);font-size:.88rem;font-weight:850}
.v25-government-card{display:grid;grid-template-rows:auto 1fr}
.v25-government-copy{padding:28px 28px 20px}
.v25-government-copy p{margin:0;color:var(--v25-muted);font-size:.9rem;line-height:1.7}
.v25-government-card>img{width:100%;height:250px;padding:18px 28px 26px;object-fit:contain;object-position:top;background:#f8fbfa}

/* Products */
.v25-products-section{padding:86px 0;background:#fff}
.v25-products-heading{max-width:850px;margin-bottom:30px}
.v25-products-heading h2{margin:0 0 12px;color:var(--v25-deep);font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;letter-spacing:-.04em}
.v25-products-heading p{margin:0;color:var(--v25-muted);font-size:1.02rem}
.v25-animal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.v25-animal-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--v25-line);border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(13,76,67,.07);transition:transform .22s ease,box-shadow .22s ease}
.v25-animal-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(13,76,67,.13)}
.v25-animal-card img{width:100%;height:245px;object-fit:cover}
.v25-animal-card span{align-self:flex-start;margin:20px 22px 8px;padding:5px 11px;border-radius:999px;background:#fff2d6;color:#7d5a12;font-size:.72rem;font-weight:950}
.v25-animal-card h3{margin:0 22px 7px;color:var(--v25-deep);font-size:1.35rem;line-height:1.35}
.v25-animal-card p{margin:0 22px 16px;color:var(--v25-muted);font-size:.9rem;line-height:1.68}
.v25-animal-card strong{margin:auto 22px 22px;color:var(--v25-green);font-size:.88rem}
.v25-featured-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:56px 0 20px;padding-top:30px;border-top:1px solid var(--v25-line)}
.v25-featured-heading h3{margin:0;color:var(--v25-deep);font-size:1.65rem}
.v25-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.v25-featured-grid .product-info-card{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:470px!important;border-radius:24px!important;background:#fff!important}
.v25-featured-grid .product-info-media{width:100%!important;height:230px!important;min-height:230px!important;padding:26px!important;border-right:0!important;border-bottom:1px solid var(--v25-line)!important}
.v25-featured-grid .product-info-media img{max-height:178px!important}
.v25-featured-grid .product-info-copy{flex:1!important;padding:20px!important}
.v25-featured-grid .product-info-copy h3{font-size:1rem!important;line-height:1.45!important;min-height:4.3em!important}
.v25-featured-grid .product-info-copy p{font-size:.82rem!important;line-height:1.65!important}

/* Interior hero and company */
.v25-page-hero{background:linear-gradient(135deg,#eef8f4,#fff)}
.v25-page-hero .page-hero-image{min-height:360px}
.v25-page-hero .page-hero-image img{min-height:328px}
.v25-about-story{align-items:start}
.v25-about-story .split-copy p{font-size:1rem;line-height:1.9}

/* Product index and category */
.v25-products-page-grid{margin-top:10px}
.v25-products-notice{margin-top:28px}
.v25-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.v25-category-toolbar span{color:var(--v25-muted);font-size:.9rem}
.v25-product-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.v25-product-list .product-info-card{display:grid!important;grid-template-columns:185px minmax(0,1fr)!important;min-height:230px!important;border-radius:24px!important;background:#fff!important}
.v25-product-list .product-info-media{width:185px!important;min-height:230px!important;padding:22px!important}
.v25-product-list .product-info-media img{max-height:180px!important}
.v25-product-list .product-info-copy{padding:22px!important}
.v25-product-list .product-info-copy h3{font-size:1.05rem!important;line-height:1.45!important}

/* News — one consolidated page, text only */
.v25-news-hero{padding:68px 0 48px;background:linear-gradient(135deg,#eef8f4,#fff)}
.v25-news-hero h1{margin:0 0 10px;color:var(--v25-deep);font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;letter-spacing:-.05em}
.v25-news-hero p{max-width:760px;margin:0;color:var(--v25-muted);font-size:1.02rem}
.v25-news-section{padding-top:34px}
.v25-news-list{display:grid;gap:12px}
.v25-news-item{display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:26px;padding:24px 26px;border:1px solid var(--v25-line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(13,76,67,.045)}
.v25-news-item time{display:grid;gap:2px;padding-right:24px;border-right:1px solid var(--v25-line);color:var(--v25-green)}
.v25-news-item time span{font-size:.78rem;font-weight:850}
.v25-news-item time strong{font-size:1.45rem;line-height:1.2}
.v25-news-copy h2{margin:0 0 6px;color:var(--v25-deep);font-size:1.22rem;line-height:1.4}
.v25-news-copy p{margin:0;color:var(--v25-muted);font-size:.88rem;line-height:1.65}
.v25-pagination{margin-top:28px}
.v25-news-list img,.v25-news-item img,.tbe-news-no-images img,.tbe-news-no-image img{display:none!important}

/* Footer */
.v25-footer{padding:64px 0 0;background:#0a3b35}
.v25-footer-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}
.v25-footer h2{margin:0 0 16px;color:#fff;font-size:1.2rem}
.v25-footer-company>p{max-width:650px;color:rgba(255,255,255,.72);font-size:.9rem;line-height:1.75}
.v25-footer-company dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:24px 0 0}
.v25-footer-company dl div{display:grid;grid-template-columns:76px 1fr;gap:10px}
.v25-footer-company dt{color:#9ed8cb;font-size:.78rem;font-weight:850}
.v25-footer-company dd{margin:0;color:rgba(255,255,255,.82);font-size:.85rem;overflow-wrap:anywhere}
.v25-footer-nav .footer-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}
.v25-footer-nav .footer-menu a{color:rgba(255,255,255,.78);font-size:.9rem}
.v25-footer .footer-bottom{margin-top:46px;padding:22px 0;border-top:1px solid rgba(255,255,255,.12)}

/* Responsive */
@media(max-width:1120px){
  .v25-site-header .primary-nav{left:16px;right:16px}
  .v25-announcement-card{grid-template-columns:130px minmax(0,1fr)}
  .v25-announcement-product{grid-column:2;grid-template-columns:150px 1fr;justify-items:start}
  .v25-announcement-product img{height:120px}
  .v25-about-grid{grid-template-columns:1fr;gap:34px}
  .v25-about-media{grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,190px)}
  .v25-assurance-grid{grid-template-columns:1fr}
  .v25-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .container{width:min(calc(100% - 32px),1220px)}
  .v25-brand-name{font-size:.98rem;white-space:normal;max-width:250px}
  .v25-announcement-section{padding:30px 0 48px}
  .v25-announcement-card{grid-template-columns:1fr;gap:22px;padding:24px}
  .v25-announcement-meta{padding:0 0 16px;border-right:0;border-bottom:1px solid #ead4a7}
  .v25-announcement-product{grid-column:auto;grid-template-columns:120px 1fr}
  .v25-announcement-copy h1{font-size:2.25rem}
  .v25-about-section,.v25-products-section,.v25-assurance-section{padding:64px 0}
  .v25-animal-grid{grid-template-columns:1fr}
  .v25-animal-card{display:grid;grid-template-columns:220px minmax(0,1fr);grid-template-rows:auto auto auto 1fr;align-items:start}
  .v25-animal-card img{grid-row:1 / span 4;width:220px;height:100%;min-height:240px}
  .v25-animal-card span{margin:20px 20px 7px}
  .v25-animal-card h3,.v25-animal-card p,.v25-animal-card strong{margin-left:20px;margin-right:20px}
  .v25-animal-card strong{margin-bottom:20px}
  .v25-license-card{grid-template-columns:190px minmax(0,1fr)}
  .v25-product-list{grid-template-columns:1fr!important}
  .v25-news-item{grid-template-columns:94px minmax(0,1fr);gap:18px}
  .v25-news-item>.text-link{grid-column:2;justify-self:start}
  .v25-footer-grid{grid-template-columns:1fr;gap:36px}
}
@media(max-width:620px){
  body{padding-bottom:82px}
  .container{width:min(calc(100% - 26px),1220px)}
  .section{padding:54px 0}
  .v25-site-header .header-inner{min-height:68px}
  .v25-brand{gap:10px}
  .v25-brand .brand-mark{width:41px;height:41px;flex-basis:41px;border-radius:12px;font-size:.82rem}
  .v25-brand-name{max-width:190px;font-size:.84rem;line-height:1.28}
  .v25-announcement-card{padding:20px;border-radius:24px}
  .v25-announcement-copy h1{font-size:1.92rem;line-height:1.16}
  .v25-announcement-copy>p{font-size:.94rem;line-height:1.7}
  .v25-contact-chips{display:grid;grid-template-columns:1fr;margin-top:16px}
  .v25-contact-chips a{min-width:0}
  .v25-announcement-actions{display:grid;grid-template-columns:1fr}
  .v25-announcement-actions .btn{width:100%}
  .v25-announcement-product{grid-template-columns:88px 1fr;padding:14px}
  .v25-announcement-product img{height:88px}
  .v25-about-copy h2{font-size:2.05rem}
  .v25-about-copy p{font-size:.94rem;line-height:1.78}
  .v25-about-media{grid-template-columns:1fr 1fr;grid-template-rows:250px 140px;gap:10px}
  .v25-about-main{grid-column:1 / -1;grid-row:auto}
  .v25-about-media img{border-radius:18px}
  .v25-assurance-heading h2,.v25-products-heading h2{font-size:2rem}
  .v25-license-card{grid-template-columns:1fr}
  .v25-license-packshot{padding:22px}
  .v25-license-packshot img{height:190px}
  .v25-license-copy{padding:22px}
  .v25-government-copy{padding:22px 22px 14px}
  .v25-government-card>img{height:200px;padding:14px 18px 20px}
  .v25-animal-card{display:flex;flex-direction:column}
  .v25-animal-card img{width:100%;height:210px;min-height:0}
  .v25-animal-card span{margin:18px 18px 7px}
  .v25-animal-card h3,.v25-animal-card p,.v25-animal-card strong{margin-left:18px;margin-right:18px}
  .v25-animal-card strong{margin-bottom:20px}
  .v25-featured-heading{align-items:flex-start;flex-direction:column;margin-top:42px}
  .v25-featured-grid{grid-template-columns:1fr;gap:12px}
  .v25-featured-grid .product-info-card{display:grid!important;grid-template-columns:105px minmax(0,1fr)!important;min-height:174px!important}
  .v25-featured-grid .product-info-media{width:105px!important;height:auto!important;min-height:174px!important;padding:12px!important;border-right:1px solid var(--v25-line)!important;border-bottom:0!important}
  .v25-featured-grid .product-info-media img{max-height:145px!important}
  .v25-featured-grid .product-info-copy{padding:14px!important}
  .v25-featured-grid .product-info-copy h3{min-height:0!important;font-size:.93rem!important}
  .v25-featured-grid .product-info-copy p{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;font-size:.75rem!important}
  .v25-category-toolbar{align-items:flex-start;flex-direction:column}
  .v25-product-list .product-info-card{grid-template-columns:105px minmax(0,1fr)!important;min-height:176px!important}
  .v25-product-list .product-info-media{width:105px!important;min-height:176px!important;padding:12px!important}
  .v25-product-list .product-info-media img{max-height:145px!important}
  .v25-product-list .product-info-copy{padding:14px!important}
  .v25-news-hero{padding:48px 0 34px}
  .v25-news-hero h1{font-size:2.35rem}
  .v25-news-item{grid-template-columns:1fr;gap:8px;padding:19px}
  .v25-news-item time{display:flex;align-items:baseline;gap:6px;padding:0;border:0}
  .v25-news-item time strong{font-size:1rem}
  .v25-news-item>.text-link{grid-column:auto}
  .v25-news-copy h2{font-size:1.06rem}
  .v25-footer{padding-top:50px}
  .v25-footer-company dl{grid-template-columns:1fr;gap:9px}
  .v25-footer-nav .footer-menu{grid-template-columns:1fr 1fr}
  .v25-footer .footer-bottom{gap:8px;margin-top:34px}
}
