:root{
  --brice-graphite:#121619;
  --brice-graphite-2:#1c2226;
  --brice-amber:#f58220;
  --brice-amber-dark:#d9680f;
  --brice-steel:#687178;
  --brice-warm:#f7f6f2;
  --brice-white:#fff;
  --brice-line:#dcdedc;
  --brice-green:#177b52;
  --brice-red:#a42828;
  --brice-shadow:0 18px 50px rgba(18,22,25,.12);
  --brice-radius:18px;
  --brice-shell:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--brice-warm);color:var(--brice-graphite);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px;overflow-wrap:anywhere}
a:hover{text-decoration-thickness:2px}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid var(--brice-amber);outline-offset:3px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 16px;left:12px;top:12px;background:#fff;color:#111;z-index:99999}
.content-shell{width:var(--brice-shell);margin-inline:auto}
.site-main{min-height:50vh}

h1,h2,h3{overflow-wrap:break-word}
.brice-hero h1,.page-hero h1,.section-heading h2,.intro-copy h2,.reefer-panel__copy h2,.cta-band h2,.service-area-band h2{text-wrap:balance}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(247,246,242,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(18,22,25,.08)}
body.admin-bar .site-header{top:32px}
.header-shell{width:var(--brice-shell);min-height:82px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.site-branding img{width:min(290px,42vw);height:auto}
.primary-navigation{justify-self:center}
.mobile-nav-actions{display:none}
.primary-menu{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}
.primary-menu a{display:block;padding:28px 2px 24px;text-decoration:none;font-size:.94rem;font-weight:700;border-bottom:3px solid transparent}
.primary-menu a:hover,.primary-menu .current-menu-item>a,.primary-menu .current_page_item>a{border-bottom-color:var(--brice-amber)}
.header-actions{display:flex;align-items:center;gap:18px}
.header-phone{font-weight:800;text-decoration:none;white-space:nowrap}
.menu-toggle{display:none;background:transparent;border:1px solid rgba(18,22,25,.18);border-radius:10px;padding:9px 11px;align-items:center;gap:8px;color:var(--brice-graphite)}
.menu-toggle__icon{position:relative;display:block;width:22px;height:16px}
.menu-toggle__icon span{position:absolute;left:0;top:7px;height:2px;width:100%;background:currentColor;border-radius:2px;transform-origin:center;transition:transform .2s ease,opacity .2s ease}
.menu-toggle__icon span:nth-child(1){transform:translateY(-6px)}
.menu-toggle__icon span:nth-child(3){transform:translateY(6px)}
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(1){transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(3){transform:rotate(-45deg)}
.menu-toggle__label{font-size:.85rem;font-weight:800}

.button,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:13px 20px;border-radius:10px;border:2px solid transparent;text-decoration:none!important;font-weight:800;line-height:1.2;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.button:hover,.wp-block-button__link:hover{transform:translateY(-1px)}
.button--primary{background:var(--brice-amber);color:#111!important;border-color:var(--brice-amber)}
.button--primary:hover{background:#ff9637;border-color:#ff9637}
.button--dark{background:var(--brice-graphite);color:#fff!important;border-color:var(--brice-graphite)}
.button--light{background:#fff;color:var(--brice-graphite)!important;border-color:#fff}
.button--outline-light{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.75)}
.button--compact{min-height:44px;padding:10px 16px;font-size:.9rem}
.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}

.brice-hero{position:relative;isolation:isolate;min-height:680px;display:flex;align-items:center;color:#fff;background:#1b2024 url('../images/hero-sample.webp') center/cover no-repeat}
.brice-hero--short{min-height:480px}
.brice-hero__overlay,.brice-hero::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(10,13,15,.94) 0%,rgba(10,13,15,.84) 38%,rgba(10,13,15,.44) 67%,rgba(10,13,15,.16) 100%)}
.brice-hero__content{position:relative;z-index:1;padding:110px 0;max-width:1180px}
.brice-hero__content>*{max-width:740px}
.brice-hero h1{margin:0;font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif;font-size:clamp(2.8rem,6vw,5.7rem);letter-spacing:-.045em;line-height:.95;text-wrap:balance}
.brice-hero p:not(.eyebrow){font-size:clamp(1.05rem,2vw,1.3rem);color:rgba(255,255,255,.86);max-width:670px}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 18px;text-transform:uppercase;letter-spacing:.15em;font-size:.76rem;font-weight:900;color:var(--brice-amber)}
.eyebrow::before{content:"";width:34px;height:3px;background:currentColor;border-radius:3px}

.section{padding:90px 0}
.section--white{background:#fff}
.section--dark{background:var(--brice-graphite);color:#fff}
.section--accent{background:var(--brice-amber);color:#111}
.section--tight{padding:58px 0}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3.45rem);letter-spacing:-.035em;line-height:1.02}
.section-heading p{margin:0;color:var(--brice-steel);font-size:1.08rem}
.section--dark .section-heading p{color:rgba(255,255,255,.72)}
.section--dark .eyebrow{color:#ff9b43}

.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:62px;align-items:center}
.intro-copy h2{font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.04;margin:0 0 18px;letter-spacing:-.035em}
.intro-copy p{font-size:1.08rem;color:#4f575d}
.fact-panel{background:var(--brice-graphite);color:#fff;border-radius:var(--brice-radius);padding:34px;box-shadow:var(--brice-shadow)}
.fact-panel h3{margin:0 0 22px;font-size:1.15rem}
.fact-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}
.fact-list li{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start}
.fact-list li::before{content:"✓";width:28px;height:28px;border-radius:8px;background:rgba(245,130,32,.16);color:var(--brice-amber);font-weight:900;display:grid;place-items:center}

.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-card{background:#fff;border:1px solid rgba(18,22,25,.08);border-radius:16px;padding:28px;min-height:230px;box-shadow:0 10px 26px rgba(18,22,25,.05);position:relative;overflow:hidden}
.service-card::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--brice-amber);transform:scaleY(.28);transform-origin:top;transition:transform .22s ease}
.service-card:hover::before{transform:scaleY(1)}
.service-card h3{margin:8px 0 10px;font-size:1.22rem;line-height:1.2}
.service-card p{margin:0;color:#596168;font-size:.96rem}
.service-card__num{font-size:.78rem;font-weight:900;letter-spacing:.12em;color:var(--brice-amber)}

.reefer-panel{display:grid;grid-template-columns:.95fr 1.05fr;background:#1a2024;border-radius:24px;overflow:hidden;box-shadow:var(--brice-shadow)}
.reefer-panel__visual{min-height:430px;background:linear-gradient(150deg,rgba(245,130,32,.15),transparent 50%),url('../images/hero-sample.webp') 72% center/cover no-repeat;position:relative}
.reefer-panel__visual::after{content:"TEMP-CONTROLLED";position:absolute;left:24px;bottom:24px;padding:8px 10px;border-radius:7px;background:rgba(18,22,25,.82);color:#fff;font-weight:900;font-size:.72rem;letter-spacing:.13em}
.reefer-panel__copy{padding:56px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.reefer-panel__copy h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1;margin:0 0 18px;letter-spacing:-.04em}
.reefer-panel__copy p{color:rgba(255,255,255,.76);font-size:1.06rem}
.notice-box{margin-top:22px;padding:18px;border-left:4px solid var(--brice-amber);background:rgba(255,255,255,.06);border-radius:0 10px 10px 0}
.notice-box p{margin:0;color:#fff}

.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.info-block{padding:32px;border-radius:16px;background:#fff;border:1px solid rgba(18,22,25,.08)}
.info-block h3{margin:0 0 10px;font-size:1.35rem}
.info-block p{margin:0;color:#5e666c}

.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;counter-reset:step}
.process-step{counter-increment:step;padding:28px 24px;background:#fff;border-radius:16px;border:1px solid rgba(18,22,25,.08)}
.process-step::before{content:"0" counter(step);display:inline-block;color:var(--brice-amber);font-weight:900;font-size:.82rem;letter-spacing:.1em;margin-bottom:36px}
.process-step h3{margin:0 0 10px;font-size:1.18rem}
.process-step p{margin:0;color:#5f676d;font-size:.94rem}

.service-area-band{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;background:var(--brice-graphite);color:#fff;border-radius:22px;padding:42px 46px}
.service-area-band h2{margin:0 0 8px;font-size:clamp(2rem,4vw,3.2rem)}
.service-area-band p{margin:0;color:rgba(255,255,255,.72);max-width:760px}

.page-hero{position:relative;min-height:430px;display:flex;align-items:end;color:#fff;background:#1b2024 url('../images/hero-sample.webp') center/cover no-repeat}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,13,15,.92),rgba(10,13,15,.43))}
.page-hero__inner{position:relative;width:var(--brice-shell);margin:auto;padding:120px 0 72px}
.page-hero h1{max-width:860px;margin:0 0 12px;font-size:clamp(2.6rem,5vw,4.8rem);line-height:.98;letter-spacing:-.04em}
.page-hero p{max-width:700px;color:rgba(255,255,255,.82);font-size:1.12rem}

.prose-content{padding:70px 0;max-width:760px}
.prose-content h1,.prose-content h2,.prose-content h3{line-height:1.08}

.brice-form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:start}
.form-side{position:sticky;top:120px}
.form-side h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.03;margin:0 0 16px}
.form-side p{color:#5f676d}
.form-card{background:#fff;border:1px solid rgba(18,22,25,.1);border-radius:20px;padding:34px;box-shadow:var(--brice-shadow)}
.form-section{border:0;padding:0;margin:0 0 30px}
.form-section legend{font-size:1.16rem;font-weight:900;margin-bottom:15px;padding:0}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field--full{grid-column:1/-1}
.form-field label{font-weight:800;font-size:.9rem}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #cfd3d5;background:#fff;color:#121619;border-radius:9px;padding:12px 13px;min-height:48px}
.form-field textarea{min-height:120px;resize:vertical}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--brice-amber);box-shadow:0 0 0 3px rgba(245,130,32,.16);outline:0}
.form-help{font-size:.8rem;color:#6d7479;margin:0}
.form-status{border-radius:10px;padding:14px 16px;margin:0 0 22px;font-weight:700}
.form-status--success{background:#e9f6ef;color:#0e5e3c;border:1px solid #b9e2cb}
.form-status--error{background:#fbecec;color:#812222;border:1px solid #efc1c1}
.form-honeypot{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.temp-field[hidden]{display:none!important}

.cta-band{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;background:var(--brice-amber);color:#111;border-radius:22px;padding:42px 46px}
.cta-band h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 8px;line-height:1.02}
.cta-band p{margin:0;max-width:740px}

.site-footer{background:#0e1214;color:#fff;padding:70px 0 0}
.footer-shell{width:var(--brice-shell);margin:auto;display:grid;grid-template-columns:1.5fr .7fr .8fr 1fr;gap:44px}
.footer-brand img{max-width:260px;margin-bottom:20px}
.footer-brand p{max-width:410px;color:rgba(255,255,255,.64)}
.footer-column h2{font-size:.86rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brice-amber);margin:0 0 18px}
.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:rgba(255,255,255,.74)}
.footer-column a{color:inherit;text-decoration:none}
.footer-contact p{margin:0 0 8px;color:rgba(255,255,255,.8)}
.footer-contact .button{margin-top:18px}
.footer-bottom{margin-top:52px;border-top:1px solid rgba(255,255,255,.08);padding:22px max(20px,calc((100vw - 1180px)/2));color:rgba(255,255,255,.5);font-size:.86rem}
.footer-bottom p{margin:0}

@media (max-width:1080px){
  .header-shell{grid-template-columns:1fr auto;gap:16px}
  .menu-toggle{display:flex;justify-self:end}
  .primary-navigation{position:absolute;top:100%;left:0;right:0;width:100%;justify-self:stretch;background:#151a1d;color:#fff;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 35px rgba(0,0,0,.22);padding:12px max(20px,calc((100vw - 1180px)/2)) 22px;display:none;z-index:999;max-height:calc(100vh - 72px);max-height:calc(100dvh - 72px);overflow-y:auto}
  .primary-navigation.is-open{display:block}
  .primary-menu{display:grid;gap:0}
  .primary-menu li{border-bottom:1px solid rgba(255,255,255,.08)}
  .primary-menu a{display:flex;align-items:center;min-height:52px;padding:14px 8px;border:0;color:#fff;font-size:1rem}
  .primary-menu a:hover{background:rgba(255,255,255,.04)}
  .mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:16px}
  .header-actions{display:none}
  .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-shell{grid-template-columns:1.3fr 1fr 1fr}
  .footer-contact{grid-column:2/4}
}
@media (max-width:820px){
  :root{--brice-shell:min(100% - 28px,1180px)}
  .header-shell{min-height:72px;grid-template-columns:1fr auto}
  .site-branding img{width:min(220px,48vw)}
  .brice-hero{min-height:610px;background-position:72% center}
  .brice-hero__overlay,.brice-hero::before{background:linear-gradient(90deg,rgba(10,13,15,.96) 0%,rgba(10,13,15,.84) 64%,rgba(10,13,15,.60) 100%)}
  .brice-hero__content{padding:90px 0}
  .section{padding:70px 0}
  .intro-grid,.reefer-panel,.brice-form-wrap{grid-template-columns:1fr}
  .reefer-panel__visual{min-height:320px}
  .reefer-panel__copy{padding:36px 28px}
  .form-side{position:static}
  .service-area-band,.cta-band{grid-template-columns:1fr;padding:34px 28px}
  .page-hero{min-height:390px;background-position:70% center}
  .page-hero::before{background:linear-gradient(90deg,rgba(10,13,15,.95),rgba(10,13,15,.68))}
  .footer-shell{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-contact{grid-column:auto}
}
@media (max-width:560px){
  :root{--brice-shell:calc(100% - 24px)}
  .site-branding img{width:min(180px,58vw)}
  .menu-toggle{padding:9px;min-width:44px;min-height:44px;justify-content:center}
  .menu-toggle__label{display:none}
  .brice-hero{min-height:590px}
  .brice-hero h1{font-size:clamp(2.55rem,13vw,4rem)}
  .brice-hero p:not(.eyebrow){font-size:1rem}
  .button-row{display:grid;grid-template-columns:1fr}
  .button-row .button{width:100%}
  .mobile-nav-actions{grid-template-columns:1fr}
  .mobile-nav-actions .button{width:100%}
  .card-grid,.card-grid--3,.split-grid,.process-grid,.form-grid{grid-template-columns:1fr}
  .form-field--full{grid-column:auto}
  .service-card{min-height:auto}
  .section{padding:58px 0}
  .form-card{padding:22px 18px;border-radius:14px}
  .reefer-panel{border-radius:16px}
  .page-hero__inner{padding:92px 0 48px}
  .page-hero h1{font-size:clamp(2.25rem,11vw,3.35rem)}
  .page-hero p{font-size:1rem}
  .footer-shell{grid-template-columns:1fr}
  .footer-brand,.footer-contact{grid-column:auto}
  .footer-bottom{padding-inline:12px}
}
@media (max-width:782px){
  body.admin-bar .site-header{top:46px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
/* Gutenberg-authored hero fallback: activation content uses an editable Group block. */
.brice-hero>.brice-hero__content,.brice-hero>.wp-block-group.brice-hero__content{width:var(--brice-shell);margin-inline:auto}

/* Secure account entry links */
.header-account-link{font-weight:850;font-size:.85rem;color:#434b50;text-decoration:none;white-space:nowrap}
.header-account-link:hover{color:#a64e09}
.footer-account-link{margin-top:12px;display:inline-block;color:rgba(255,255,255,.82);font-size:.88rem;font-weight:800;text-decoration:none}
.footer-account-link:hover{color:#fff}

/* Estimated quote modal */
body.estimate-modal-open{overflow:hidden}
.estimate-modal[hidden]{display:none!important}
.estimate-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px;opacity:0;transition:opacity .18s ease}
.estimate-modal.is-open{opacity:1}
.estimate-modal__backdrop{position:absolute;inset:0;background:rgba(8,11,13,.78);backdrop-filter:blur(5px)}
.estimate-modal__dialog{position:relative;width:min(100%,560px);max-height:calc(100vh - 36px);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;border:1px solid rgba(18,22,25,.12);border-radius:22px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.32);transform:translateY(12px) scale(.985);transition:transform .18s ease;outline:0}
.estimate-modal.is-open .estimate-modal__dialog{transform:none}
.estimate-modal__close{position:absolute;right:16px;top:16px;width:44px;height:44px;border:1px solid #d9dcde;border-radius:50%;background:#f6f6f4;color:#1d2327;font-size:1.7rem;line-height:1;cursor:pointer;display:grid;place-items:center}
.estimate-modal__close:hover{background:#eceeeF}
.estimate-modal__brand{display:flex;align-items:center;gap:11px;padding-right:48px;margin-bottom:22px;color:#333a3f;font-size:.84rem;font-weight:900;letter-spacing:.02em}
.estimate-modal__brand img{width:42px;height:42px}
.estimate-modal .eyebrow{margin:0 0 7px}
.estimate-modal h2{font-size:clamp(3.2rem,11vw,5.4rem);line-height:.95;letter-spacing:-.055em;margin:0 0 20px;color:#121619}
.estimate-modal__route{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:13px}
.estimate-modal__route>div{background:#f5f4f1;border:1px solid #ebe8e3;border-radius:12px;padding:13px;display:grid;gap:4px;min-width:0}
.estimate-modal__route span{font-size:.69rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#777e82}
.estimate-modal__route strong{font-size:.95rem;color:#20262a;overflow-wrap:anywhere}
.estimate-modal__trip{margin:0 0 18px;color:#596167;font-weight:750;font-size:.9rem;overflow-wrap:anywhere}
.estimate-modal__trip span{color:var(--brice-amber);padding:0 4px}
.estimate-modal__notice{background:#fff6e9;border:1px solid #efcfaa;border-left:4px solid var(--brice-amber);border-radius:0 11px 11px 0;padding:14px 15px;color:#5d4a35;font-size:.9rem;line-height:1.55;margin-bottom:20px}
.estimate-modal__notice strong{color:#312920}
.estimate-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.estimate-modal__actions .button{width:100%;justify-content:center}
.estimate-modal__later{display:block;margin:15px auto 0;border:0;background:transparent;color:#646b70;font-weight:800;cursor:pointer;padding:8px 12px}
.estimate-modal__later:hover{text-decoration:underline}
@media(max-width:560px){
  .estimate-modal{padding:10px;align-items:end}
  .estimate-modal__dialog{width:100%;max-height:calc(100dvh - 20px);border-radius:19px 19px 13px 13px;padding:24px 18px 18px}
  .estimate-modal__close{right:12px;top:12px;width:44px;height:44px}
  .estimate-modal__brand{margin-bottom:18px}
  .estimate-modal h2{font-size:3.75rem}
  .estimate-modal__route,.estimate-modal__actions{grid-template-columns:1fr}
  .estimate-modal__route{gap:8px}
}
@media(prefers-reduced-motion:reduce){.estimate-modal,.estimate-modal__dialog{transition:none!important}}
