/* DairyKo - product template */
.darley + section.pad{padding-top:72px}
.phero{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:4/3;
    background:var(--paper-2);box-shadow:0 24px 50px -30px rgba(12,37,119,.5)}
.phero .pslide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    opacity:0;transition:opacity .8s ease}
.phero .pslide.is-on{opacity:1}
.pherowrap{position:relative}
.pdots{display:flex;gap:8px;justify-content:center;margin-top:14px}
.pdots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;
    background:rgba(12,37,119,.22);cursor:pointer;transition:background .25s,transform .25s}
.pdots button:hover{background:rgba(12,37,119,.45)}
.pdots button[aria-selected="true"]{background:var(--blue);transform:scale(1.35)}
.pdots button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.pnav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;
    border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--navy);cursor:pointer;
    display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;
    box-shadow:0 8px 20px -8px rgba(0,0,0,.5)}
.pnav:hover{background:#fff;transform:translateY(-50%) scale(1.08)}
.pnav:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.pnav svg{width:16px;height:16px}
.pprev{left:12px}
.pnext{right:12px}
.phero:only-child + .pdots{display:none}
@media(prefers-reduced-motion:reduce){.phero .pslide{transition:none}}
.rgrid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:6px}
.rgrid3 .tcard{margin:0;height:auto}
.subcard{display:flex;flex-direction:column}
.subcard p{flex:1}
.brochure-all{display:inline-block;margin-top:10px;font-family:"Plus Jakarta Sans",system-ui,sans-serif;font-size:.85rem;font-weight:600;color:var(--blue);border-bottom:1px solid rgba(0,56,101,.3);padding-bottom:2px}
.brochure-all:hover{color:var(--blue-bright);border-color:var(--blue-bright)}
.btn-spec{margin-top:16px;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;
    font-family:"Plus Jakarta Sans",system-ui,sans-serif;font-size:.78rem;font-weight:600;
    color:var(--blue);border:1px solid var(--line);border-radius:50px;padding:8px 15px;background:#fff;
    cursor:pointer;transition:border-color .2s,color .2s,background .2s}
.btn-spec:hover{border-color:var(--blue-bright);background:var(--paper-2)}
.btn-spec:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px}
.btn-spec svg{width:13px;height:13px;flex:0 0 auto}
.cfben{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cfben .wrap{padding-top:72px;padding-bottom:72px}
.cfben .sec-head{max-width:700px}
.cfben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px}
.cfben-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:28px 26px}
.cfben-card .n{font-family:"Newsreader",Georgia,serif;font-size:1.9rem;color:#003865;line-height:1;display:block;margin-bottom:14px}
.cfben-card h3{font-size:1.1rem;color:var(--navy);margin-bottom:9px}
.cfben-card p{font-size:.9rem;color:var(--stone)}
@media(max-width:900px){.cfben-grid{grid-template-columns:1fr}}
.rvid{margin:0 0 34px}
.rvid h2{font-size:1.4rem;color:var(--navy);margin-bottom:14px}
.rvid-frame{position:relative;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#0C1826}
.rvid-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.rvid-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px;
    background:repeating-linear-gradient(45deg,#FFFBF0,#FFFBF0 12px,#FFF6E0 12px,#FFF6E0 24px);border:2px dashed #C9B27A;border-radius:10px}
.rvid-ph svg{width:46px;height:46px;stroke:#8A6D1F;fill:none;stroke-width:1.6;margin-bottom:14px}
.rvid-ph strong{font-family:"Plus Jakarta Sans",system-ui,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#8A6D1F;margin-bottom:8px}
.rvid-ph span{font-size:.86rem;color:#6F5A20;max-width:44ch;line-height:1.55}
.certgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.certcard{border:1px solid var(--line);border-top:3px solid var(--blue-bright);border-radius:0 0 8px 8px;background:#fff;padding:26px 24px;display:flex;flex-direction:column}
.certcard .mono{color:var(--blue);display:block;margin-bottom:12px}
.certcard h3{font-size:1.2rem;color:var(--navy);margin-bottom:10px}
.certcard p{font-size:.9rem;color:var(--stone);margin-bottom:14px}
.certcard dl{margin:0 0 16px;font-size:.83rem}
.certcard dl div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-top:1px solid var(--line)}
.certcard dt{color:var(--stone);margin:0}
.certcard dd{color:var(--navy);font-weight:600;margin:0;text-align:right}
.certlink{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-family:"Plus Jakarta Sans",system-ui,sans-serif;font-size:.85rem;font-weight:600;color:var(--blue);align-self:flex-start}
.certlink:hover{text-decoration:underline}
.certlink svg{width:15px;height:15px;flex:0 0 auto}
.certcard.pending{border-top-color:#C9A227;background:#FFFCF3}
.certcard.pending .mono{color:#8A6D1F}
.pendtag{margin-top:auto;align-self:flex-start;font-family:"Plus Jakarta Sans",system-ui,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;color:#fff;background:#8A6D1F;border-radius:50px;padding:6px 12px}
@media(max-width:900px){.certgrid{grid-template-columns:1fr}}
.hero-mark{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.hero-mark img{height:64px;width:auto;max-width:none;align-self:flex-start;display:block;object-fit:contain}
.hero-mark span{color:var(--stone);font-size:.82rem}
.fmark{background:#fff;border-radius:10px;padding:12px 16px;display:inline-block;margin-top:20px}
.fmark img{display:block;height:62px;width:auto;max-width:none;object-fit:contain}
.accred{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.accred .wrap{display:flex;align-items:center;gap:38px;padding-top:34px;padding-bottom:34px}
.accred-mark{flex:0 0 auto;width:132px}
.accred-mark img{width:100%;height:auto;display:block}
.accred-copy .mono{color:var(--blue);display:inline-block;margin-bottom:9px}
.accred-copy h3{font-size:1.35rem;color:var(--navy);margin-bottom:7px}
.accred-copy p{color:var(--stone);font-size:.95rem;max-width:62ch;margin-bottom:12px}
.accred-copy a{color:var(--blue);font-weight:600;font-size:.92rem}
.accred-copy a:hover{text-decoration:underline}
@media(max-width:640px){.accred .wrap{flex-direction:column;align-items:flex-start;gap:22px}.accred-mark{width:108px}}
.certpanel{border:1px solid var(--line);border-radius:10px;padding:30px;background:#fff;text-align:center}
.certpanel img{width:100%;max-width:250px;height:auto;margin:0 auto 22px;display:block}
.certrow{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid var(--line);font-size:.88rem;text-align:left}
.certrow span:first-child{color:var(--stone)}
.certrow span:last-child{color:var(--navy);font-weight:600;text-align:right}
.darley{background:#12181F;color:#EDE4D6;position:relative;overflow:hidden}
.darley .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:88px;padding-bottom:88px}
.darley .mono{color:#E0A33C;display:inline-block;margin-bottom:16px}
.darley h2{font-size:clamp(1.9rem,3.4vw,2.6rem);color:#fff;margin-bottom:18px}
.darley h2 em{font-style:normal;color:#E0A33C}
.darley p{color:#B9AE9C;margin-bottom:18px}
.darley .feature-list li{border-bottom-color:rgba(255,255,255,.13);color:#E4DACA}
.darley .feature-list li::before{content:"\2713";color:#E0A33C;font-weight:700}
.darley-stack{display:grid;grid-template-columns:1fr;gap:14px}
.darley-stack figure{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 26px 50px -28px rgba(0,0,0,.85)}
.darley-stack figure:first-child{aspect-ratio:16/11}
.darley-stack figure:not(:first-child){aspect-ratio:16/9}
.darley-stack img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:860px){.darley .wrap{grid-template-columns:1fr;gap:36px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
nav.main a.btn-blue:hover{color:#fff;box-shadow:0 10px 22px -6px rgba(0,137,215,.65)}
.darley-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.darley-stack figure:first-child{grid-column:1 / -1;aspect-ratio:16/11}
.darley-stack figure:not(:first-child){aspect-ratio:1/1}
