/*
Theme Name: Hook Brand Experience
Theme URI: https://argeads.com/
Author: Argeads
Description: Custom premium restaurant theme for Hook, adapted from the approved Lovable design.
Version: 2.5.0
Text Domain: hook-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Inter+Tight:wght@500;600;700;800&display=swap');

:root{--hook-bg:#191919;--hook-text:#eee4cd;--hook-accent:#be4445;--hook-accent-text:#d86a6b;--hook-muted:color-mix(in srgb,var(--hook-text) 58%,transparent);--hook-border:color-mix(in srgb,var(--hook-text) 18%,transparent);--hook-card:color-mix(in srgb,var(--hook-bg) 88%,white);--hook-max:1360px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hook-bg);color:var(--hook-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.admin-bar .hook-header{top:32px}@media(max-width:782px){body.admin-bar .hook-header{top:46px}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.hook-skip{position:fixed;left:12px;top:-100px;z-index:9999;background:var(--hook-text);color:var(--hook-bg);padding:10px 14px}.hook-skip:focus{top:12px}.hook-container{width:100%;max-width:var(--hook-max);padding-left:24px;padding-right:24px;margin:auto}@media(min-width:768px){.hook-container{padding-left:40px;padding-right:40px}}@media(min-width:1200px){.hook-container{padding-left:64px;padding-right:64px}}.hook-display{font-family:"Inter Tight",Inter,sans-serif;font-weight:700;letter-spacing:-.04em;line-height:.9}.hook-eyebrow{font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:.22em;color:var(--hook-muted);font-weight:500}.hook-eyebrow-row{display:flex;align-items:center;gap:12px}.hook-line{height:1px;background:var(--hook-border)}.hook-accent{color:var(--hook-accent-text)}.hook-muted{color:var(--hook-muted)}.hook-tabular{font-variant-numeric:tabular-nums}.hook-link{position:relative;display:inline-block}.hook-link:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .45s ease}.hook-link:hover:after,.hook-link:focus-visible:after{transform:scaleX(1);transform-origin:left}.hook-section{border-top:1px solid var(--hook-border);padding:112px 0}@media(min-width:768px){.hook-section{padding:144px 0}}.hook-grid12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:32px}.hook-col-12{grid-column:span 12}.hook-col-3,.hook-col-4,.hook-col-5,.hook-col-7,.hook-col-8,.hook-col-9{grid-column:span 12}@media(min-width:768px){.hook-col-3{grid-column:span 3}.hook-col-4{grid-column:span 4}.hook-col-5{grid-column:span 5}.hook-col-7{grid-column:span 7}.hook-col-8{grid-column:span 8}.hook-col-9{grid-column:span 9}}.hook-header{position:fixed;z-index:100;left:0;right:0;top:0;transition:background .45s,border-color .45s}.hook-header.is-solid,.hook-header.is-open{background:color-mix(in srgb,var(--hook-bg) 88%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--hook-border)}.hook-nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.hook-nav-inner{height:80px}}.hook-logo{font-family:"Inter Tight",Inter,sans-serif;font-size:20px;font-weight:700;letter-spacing:.38em}.hook-desktop-nav{display:none;gap:40px;align-items:center}@media(min-width:768px){.hook-desktop-nav{display:flex}}.hook-menu-button{width:44px;height:44px;border:0;background:transparent;color:var(--hook-text);padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0;-webkit-tap-highlight-color:transparent}.hook-menu-button:focus-visible{outline:2px solid var(--hook-text);outline-offset:3px}.hook-menu-icon{position:relative;width:24px;height:18px;display:block}.hook-menu-icon span{position:absolute;left:0;width:24px;height:1.5px;background:currentColor;transform-origin:center;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s ease,top .28s cubic-bezier(.4,0,.2,1)}.hook-menu-icon span:nth-child(1){top:1px}.hook-menu-icon span:nth-child(2){top:8.25px}.hook-menu-icon span:nth-child(3){top:15.5px}.hook-menu-button[aria-expanded="true"] .hook-menu-icon span:nth-child(1){top:8.25px;transform:rotate(45deg)}.hook-menu-button[aria-expanded="true"] .hook-menu-icon span:nth-child(2){opacity:0}.hook-menu-button[aria-expanded="true"] .hook-menu-icon span:nth-child(3){top:8.25px;transform:rotate(-45deg)}@media(min-width:768px){.hook-menu-button{display:none}}.hook-mobile-nav{position:fixed;z-index:99;inset:64px 0 0;background:var(--hook-bg);opacity:0;pointer-events:none;transition:opacity .35s}.hook-mobile-nav.is-open{opacity:1;pointer-events:auto}.hook-mobile-nav-inner{display:flex;flex-direction:column;gap:28px;padding-top:58px}.hook-mobile-nav a{font-family:"Inter Tight",Inter,sans-serif;font-size:44px;font-weight:700;letter-spacing:-.04em;text-transform:uppercase}.hook-hero{height:100svh;min-height:640px;position:relative;overflow:hidden}.hook-hero-media,.hook-hero-shade,.hook-hero-shade-side{position:absolute;inset:0}.hook-hero-media img{width:100%;height:100%;object-fit:cover}.hook-hero-shade{background:linear-gradient(to bottom,color-mix(in srgb,var(--hook-bg) 80%,transparent),color-mix(in srgb,var(--hook-bg) 30%,transparent) 50%,var(--hook-bg))}.hook-hero-shade-side{background:linear-gradient(to right,color-mix(in srgb,var(--hook-bg) 72%,transparent),transparent 65%)}.hook-hero-inner{position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:112px;padding-bottom:38px}.hook-hero-top,.hook-hero-bottom{display:flex;justify-content:space-between;align-items:flex-start}.hook-hero-bottom{align-items:flex-end}.hook-hero-title{font-size:14vw;text-transform:uppercase;margin:0;max-width:1050px}@media(min-width:768px){.hook-hero-title{font-size:10vw}}@media(min-width:1200px){.hook-hero-title{font-size:144px}}.hook-hero-subtitle{font-size:18px;line-height:1.55;max-width:440px;margin:28px 0 0;color:color-mix(in srgb,var(--hook-text) 82%,transparent)}.hook-reveal{opacity:0;transform:translateY(24px);animation:hookReveal 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes hookReveal{to{opacity:1;transform:none}}.hook-about-text{font-size:30px;margin:0;line-height:1.1}@media(min-width:768px){.hook-about-text{font-size:44px}}@media(min-width:1100px){.hook-about-text{font-size:54px}}.hook-pillars{display:grid;grid-template-columns:1fr}.hook-pillar{padding:38px 0}.hook-pillar+.hook-pillar{border-top:1px solid var(--hook-border)}@media(min-width:768px){.hook-pillars{grid-template-columns:repeat(3,1fr)}.hook-pillar{padding:0 40px}.hook-pillar:first-child{padding-left:0}.hook-pillar+.hook-pillar{border-top:0;border-left:1px solid var(--hook-border)}}.hook-pillar h3{font-size:34px;text-transform:uppercase;margin:20px 0}.hook-pillar p:last-child{line-height:1.7;color:var(--hook-muted);max-width:330px}.hook-section-title{font-size:50px;text-transform:uppercase;margin:30px 0 0}@media(min-width:768px){.hook-section-title{font-size:64px}}.hook-menu-tabs{display:flex;gap:14px 34px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid var(--hook-border);margin-bottom:12px}.hook-tab{appearance:none;border:0;background:none;color:var(--hook-muted);padding:0;cursor:pointer;display:flex;align-items:center;gap:10px}.hook-tab.is-active{color:var(--hook-text)}.hook-tab-dot{width:5px;height:5px;border-radius:99px;background:var(--hook-accent);display:none}.hook-tab.is-active .hook-tab-dot{display:block}.hook-menu-panel{display:none}.hook-menu-panel.is-active{display:block}.hook-menu-row{display:grid;grid-template-columns:7fr 5fr;gap:16px;align-items:baseline;padding:24px 0}.hook-menu-row+.hook-menu-row{border-top:1px solid var(--hook-border)}.hook-menu-name{font-size:18px;text-transform:uppercase;letter-spacing:.05em}.hook-menu-desc{grid-column:span 2;color:var(--hook-muted);font-size:14px;line-height:1.55}.hook-menu-price{text-align:right;font-size:18px;white-space:nowrap}@media(min-width:768px){.hook-menu-row{grid-template-columns:4fr 7fr 1fr}.hook-menu-desc{grid-column:auto}.hook-menu-price{text-align:right}}.hook-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.hook-gallery figure{margin:0;grid-column:span 6}.hook-gallery figure:first-child{grid-column:span 12}.hook-gallery-media{aspect-ratio:4/3;overflow:hidden}.hook-gallery figure:first-child .hook-gallery-media{aspect-ratio:4/5}.hook-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.hook-gallery figure:hover img{transform:scale(1.02)}.hook-gallery figcaption{margin-top:12px;color:var(--hook-accent-text)}@media(min-width:768px){.hook-gallery{gap:24px}.hook-gallery figure:first-child{grid-column:span 7;grid-row:span 2}.hook-gallery figure:not(:first-child){grid-column:span 5}}.hook-details{margin-top:44px}.hook-detail{border-top:1px solid var(--hook-border);padding-top:18px;margin-top:22px}.hook-detail p{margin:4px 0}.hook-map-card{min-height:420px;border:1px solid var(--hook-border);background:color-mix(in srgb,var(--hook-bg) 94%,white);display:flex;align-items:center;justify-content:center;text-align:center;padding:40px}.hook-map-card .hook-display{font-size:54px;letter-spacing:.24em}.hook-delivery-number{font-size:38px;margin-top:36px;display:inline-block}@media(min-width:768px){.hook-delivery-number{font-size:52px}}.hook-offers{display:grid;grid-template-columns:1fr}.hook-offer{padding:36px 0}.hook-offer+.hook-offer{border-top:1px solid var(--hook-border)}@media(min-width:768px){.hook-offers{grid-template-columns:repeat(2,1fr)}.hook-offer{padding:0 40px}.hook-offer:first-child{padding-left:0}.hook-offer+.hook-offer{border-top:0;border-left:1px solid var(--hook-border)}}.hook-offer h3{font-size:36px;text-transform:uppercase;margin:20px 0 10px}.hook-final{padding:120px 0 150px;border-top:1px solid var(--hook-border)}.hook-final-inner{display:flex;flex-direction:column;gap:44px;align-items:flex-start}.hook-final h2{font-size:16vw;text-transform:uppercase;margin:0}@media(min-width:768px){.hook-final-inner{flex-direction:row;align-items:flex-end;justify-content:space-between}.hook-final h2{font-size:12vw}}@media(min-width:1200px){.hook-final h2{font-size:190px}}.hook-final-links{display:flex;flex-direction:column;gap:18px}.hook-footer{border-top:1px solid var(--hook-border);padding:54px 0}.hook-footer-top{display:flex;flex-direction:column;gap:34px}.hook-footer-brand{font-size:42px;letter-spacing:.3em}.hook-socials{display:flex;flex-wrap:wrap;gap:20px 36px}.hook-footer-line{margin:38px 0 22px}.hook-footer-bottom{font-size:12px;color:var(--hook-muted);display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.hook-footer-top{flex-direction:row;align-items:flex-end;justify-content:space-between}.hook-footer-bottom{flex-direction:row;justify-content:space-between}}.hook-menu-page-head{padding:158px 0 82px}.hook-menu-page-title{font-size:14vw;text-transform:uppercase;margin:0}@media(min-width:768px){.hook-menu-page-head{padding:190px 0 108px}.hook-menu-page-title{font-size:8vw}}@media(min-width:1200px){.hook-menu-page-title{font-size:136px}}.hook-category-nav{position:sticky;z-index:60;top:64px;border-top:1px solid var(--hook-border);border-bottom:1px solid var(--hook-border);background:color-mix(in srgb,var(--hook-bg) 88%,transparent);backdrop-filter:blur(14px)}@media(min-width:768px){.hook-category-nav{top:80px}}.hook-category-nav-inner{display:flex;align-items:center;gap:34px;overflow-x:auto;padding-top:16px;padding-bottom:16px}.hook-category-nav a{flex:none}.hook-category{padding:82px 0;scroll-margin-top:130px}.hook-category+.hook-category{border-top:1px solid var(--hook-border)}.hook-category-title{font-size:52px;text-transform:uppercase;margin:12px 0 0}.hook-full-menu-row{display:grid;grid-template-columns:9fr 3fr;gap:16px;align-items:baseline;padding:26px 0}.hook-full-menu-row+.hook-full-menu-row{border-top:1px solid var(--hook-border)}.hook-full-menu-desc{grid-column:span 2;color:var(--hook-muted);font-size:14px;line-height:1.55}.hook-full-menu-price{text-align:right;font-size:19px;white-space:nowrap}@media(min-width:768px){.hook-full-menu-row{grid-template-columns:4fr 7fr 1fr}.hook-full-menu-desc{grid-column:auto}}.hook-empty{padding:120px 0;text-align:center;color:var(--hook-muted)}.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}:focus-visible{outline:3px solid var(--hook-accent-text);outline-offset:4px}@media(max-width:767px){.hook-hide-mobile{display:none}.hook-section{padding:92px 0}.hook-grid12{gap:22px}.hook-category{padding:68px 0}}


/* Location map and online ordering — v1.1 */
.hook-location-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin-top:28px}.hook-online-order{transition:color .25s ease}.hook-online-order:hover,.hook-online-order:focus-visible{color:var(--hook-accent-text)}.hook-map-card{position:relative;display:block;min-height:420px;padding:0;overflow:hidden;background:#222}.hook-map-card iframe{display:block;width:100%;height:100%;min-height:420px;border:0;filter:grayscale(1) contrast(1.08) brightness(.76);transition:filter .45s ease,transform .7s ease}.hook-map-card:hover iframe{filter:grayscale(.45) contrast(1.02) brightness(.92)}.hook-map-card:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px var(--hook-border),inset 0 -90px 100px -85px rgba(0,0,0,.9)}.hook-map-open{position:absolute;z-index:2;left:20px;bottom:20px;padding:12px 15px;border:1px solid var(--hook-border);background:var(--hook-bg);color:var(--hook-text);transition:color .25s ease,border-color .25s ease}.hook-map-open:hover,.hook-map-open:focus-visible{color:var(--hook-accent-text);border-color:var(--hook-accent-text)}@media(max-width:767px){.hook-map-card,.hook-map-card iframe{min-height:360px}.hook-map-open{left:14px;bottom:14px}}


/* Above-the-fold ESPA banner and funding page — v1.2 */
.hook-espa-top{position:relative;z-index:90;margin-top:64px;background:#fff;border-bottom:1px solid #d9d9d9;text-align:center}
.hook-espa-link{display:block;color:#0b43c8;background:#fff}
.hook-espa-link img{display:block;width:100%;height:auto;max-height:94px;object-fit:contain;margin:0 auto}
.hook-espa-caption{display:none;padding:7px 16px 9px;font-size:12px;font-weight:700;line-height:1.35;text-decoration:underline;text-underline-offset:3px}
@media(min-width:768px){.hook-espa-top{margin-top:80px}}
@media(max-width:767px){.hook-espa-link img{max-height:68px;object-fit:contain}.hook-espa-caption{display:block}}
.hook-espa-page{padding:92px 0 110px}
.hook-espa-page-inner{max-width:1100px}
.hook-espa-page-image{width:100%;height:auto;margin:46px 0 38px;background:#fff}
.hook-espa-description{font-size:20px;line-height:1.75;max-width:900px;margin-bottom:42px}
.hook-espa-description p{margin:0}
body.hook-menu-open{overflow:hidden}
[aria-current="page"]{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px}

/* WCAG 2.1 AA support */
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hook-reveal{opacity:1;transform:none}}
@media(forced-colors:active){.hook-link:after{display:none}.hook-tab-dot{border:1px solid ButtonText}.hook-line{background:CanvasText}.hook-map-card:after{display:none}}


/* Brand logo image support (v1.3) */
.hook-logo{display:inline-flex;align-items:center;min-width:0}
.hook-brand-logo{display:block;width:auto;object-fit:contain}
.hook-brand-logo-header{height:36px;max-width:270px}
.hook-footer-brand{display:inline-flex;align-items:center;max-width:100%}
.hook-brand-logo-footer{height:64px;max-width:min(440px,82vw)}
.hook-brand-text{display:inline-block}
@media(max-width:767px){
  .hook-brand-logo-header{height:30px;max-width:210px}
  .hook-brand-logo-footer{height:50px;max-width:78vw}
}

/* Menu end actions — v1.6 */
.hook-menu-end{
  border-top:1px solid var(--hook-border);
  padding:52px 0 104px;
  text-align:center;
}
.hook-menu-frozen-note{
  max-width:760px;
  margin:28px 0 0;
  color:color-mix(in srgb,var(--hook-text) 68%,transparent);
  font-size:12px;
  line-height:1.7;
  letter-spacing:.035em;
  text-align:left;
}
.hook-menu-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  width:100%;
  max-width:920px;
  margin:0 auto;
}
.hook-menu-action{
  min-height:66px;
  border:1px solid var(--hook-border);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:18px 22px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:11px;
  font-weight:600;
  transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
}
.hook-menu-action-index{
  color:var(--hook-accent-text);
  font-variant-numeric:tabular-nums;
  letter-spacing:.08em;
}
.hook-menu-action:hover,
.hook-menu-action:focus-visible{
  background:var(--hook-text);
  color:var(--hook-bg);
  border-color:var(--hook-text);
  transform:translateY(-2px);
}
.hook-menu-action:hover .hook-menu-action-index,
.hook-menu-action:focus-visible .hook-menu-action-index{
  color:var(--hook-bg);
}
@media(min-width:768px){
  .hook-menu-end{padding:62px 0 120px}.hook-menu-frozen-note{margin-top:32px}
  .hook-menu-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(prefers-reduced-motion:reduce){
  .hook-menu-action{transition:none}
  .hook-menu-action:hover,.hook-menu-action:focus-visible{transform:none}
}


/* Client notes update — v1.7 */
.hook-hero-title{font-size:12.5vw;max-width:980px}
@media(min-width:768px){.hook-hero-title{font-size:8.8vw}}
@media(min-width:1200px){.hook-hero-title{font-size:124px}}
.hook-hero-down{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--hook-border);font-size:25px;line-height:1;transition:border-color .25s ease,color .25s ease,transform .25s ease}
.hook-hero-down:hover,.hook-hero-down:focus-visible{border-color:var(--hook-text);color:var(--hook-text);transform:translateY(3px)}
.hook-hero-phone{font-size:18px;font-weight:600;letter-spacing:.08em;color:var(--hook-text);transition:color .25s ease}
.hook-hero-phone:hover,.hook-hero-phone:focus-visible{color:var(--hook-accent-text)}
@media(min-width:768px){.hook-hero-phone{font-size:22px}}

.hook-home-menu-intro{max-width:420px;line-height:1.7;margin-top:24px}
.hook-home-menu-cta-wrap{display:flex;align-items:stretch}
.hook-home-menu-cta{width:100%;min-height:330px;border:1px solid var(--hook-border);padding:38px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:border-color .3s ease,background-color .3s ease,color .3s ease}
.hook-home-menu-cta .hook-display{font-size:clamp(44px,6vw,86px);text-transform:uppercase;line-height:.86}
.hook-home-menu-arrow{align-self:flex-end;font-size:38px;transition:transform .35s ease}
.hook-home-menu-cta:hover,.hook-home-menu-cta:focus-visible{background:var(--hook-text);color:var(--hook-bg);border-color:var(--hook-text)}
.hook-home-menu-cta:hover .hook-home-menu-arrow,.hook-home-menu-cta:focus-visible .hook-home-menu-arrow{transform:translateX(8px)}
.hook-home-menu-cta:hover .hook-accent,.hook-home-menu-cta:focus-visible .hook-accent{color:var(--hook-bg)}

.hook-location-visuals{display:grid;grid-template-columns:1fr;gap:18px}
.hook-location-photo{min-height:270px;overflow:hidden;border:1px solid var(--hook-border);background:var(--hook-card)}
.hook-location-photo img{width:100%;height:100%;min-height:270px;object-fit:cover;filter:saturate(.8) contrast(1.03);transition:transform .7s ease,filter .4s ease}
.hook-location-photo:hover img{transform:scale(1.015);filter:saturate(1) contrast(1)}
.hook-location-visuals .hook-map-card,.hook-location-visuals .hook-map-card iframe{min-height:300px}
.hook-delivery-copy{font-size:18px;line-height:1.7;max-width:720px}

.hook-final h2{font-size:12vw}
@media(min-width:768px){.hook-final h2{font-size:8.5vw}}
@media(min-width:1200px){.hook-final h2{font-size:132px}}

.hook-menu-page-title{text-transform:none;line-height:.88;max-width:900px}
.hook-menu-page-intro{max-width:620px;line-height:1.7;font-size:17px;margin-top:26px}
.hook-menu-page-photo-wrap{padding:0 0 76px}
.hook-menu-page-photo{height:clamp(260px,42vw,560px);overflow:hidden;border:1px solid var(--hook-border)}
.hook-menu-page-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%}

@media(max-width:767px){
  .hook-home-menu-cta{min-height:260px;padding:28px}.hook-home-menu-cta .hook-display{font-size:46px}
  .hook-location-photo,.hook-location-photo img{min-height:220px}
  .hook-menu-page-photo-wrap{padding-bottom:48px}
}
@media(prefers-reduced-motion:reduce){
  .hook-hero-down,.hook-home-menu-arrow,.hook-location-photo img{transition:none}
  .hook-hero-down:hover,.hook-hero-down:focus-visible,.hook-home-menu-cta:hover .hook-home-menu-arrow,.hook-home-menu-cta:focus-visible .hook-home-menu-arrow,.hook-location-photo:hover img{transform:none}
}


/* v1.9 refinements */
.hook-home-menu-cta-only{
  display:flex;
  justify-content:center;
}
.hook-home-menu-cta-only .hook-home-menu-cta{
  width:min(100%,760px);
  min-height:230px;
  padding:32px 34px;
}
.hook-home-menu-cta-only .hook-home-menu-cta .hook-display{
  font-size:clamp(36px,5vw,66px);
}
.hook-footer-credit{white-space:normal}
.hook-footer-credit a{color:var(--hook-text)}
@media(max-width:767px){
  .hook-home-menu-cta-only .hook-home-menu-cta{min-height:200px;padding:28px}
}


/* Complianz legal documents — WCAG-safe warm document card (v2.1)
   Keep Complianz' generated content on a light, high-contrast surface instead of
   forcing light text into the plugin's light table/dropdown backgrounds. */
#cmplz-document {
  max-width:100%;
  line-height:1.7;
  background:#eee4cd !important;
  color:#191919 !important;
  padding:clamp(24px,4vw,56px) !important;
  border:1px solid #c9bfa8 !important;
  border-radius:12px;
}

/* General document text. The specificity is intentional because Complianz ships
   document styles of its own. */
#cmplz-document,
#cmplz-document p,
#cmplz-document span,
#cmplz-document li,
#cmplz-document td,
#cmplz-document th,
#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-document h6,
#cmplz-document strong,
#cmplz-document label,
#cmplz-document summary,
#cmplz-document button {
  color:#191919 !important;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
#cmplz-document th {line-height:1.7}

/* Links: darker brand red gives AA contrast on the warm beige document surface. */
#cmplz-document a,
#cmplz-document a:visited {
  color:#7a2528 !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
#cmplz-document a:hover,
#cmplz-document a:focus-visible {
  color:#191919 !important;
}

/* Cookie/service dropdowns and tables. Use light surfaces + dark text throughout,
   avoiding the beige-on-grey combinations that WAVE flags. */
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
  background:#fffdf7 !important;
  color:#191919 !important;
  border:1px solid #8d8575 !important;
}

#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  background:#d8cfba !important;
  color:#191919 !important;
  border-color:#8d8575 !important;
}

#cmplz-cookies-overview .cmplz-dropdown summary *,
#cmplz-document .cmplz-dropdown summary *,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary *,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header *,
#cmplz-manage-consent-container .cmplz-always-active,
.cmplz-category-title {
  color:#191919 !important;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .name,
#cmplz-document .name-header,
#cmplz-document .retention,
#cmplz-document .retention-header,
#cmplz-document .function,
#cmplz-document .function-header,
#cmplz-document .purpose {
  background:#fffdf7 !important;
  color:#191919 !important;
  border-color:#8d8575 !important;
}

#cmplz-document .cmplz-dropdown h3,
#cmplz-document .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown li,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div {
  color:#191919 !important;
}

/* Consent controls embedded inside legal documents. */
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background:#fffdf7 !important;
  color:#191919 !important;
  border-color:#8d8575 !important;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
  background:#fffdf7 !important;
  color:#191919 !important;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description * {
  color:#191919 !important;
}

#cmplz-document button.cmplz-revoke-custom,
#cmplz-document .cmplz-manage-consent {
  background:#191919 !important;
  color:#eee4cd !important;
  border:1px solid #191919 !important;
}

/* Hide status text that can be injected by Complianz when document styling varies. */
#cmplz-document .cmplz-status-denied,
#cmplz-document .cmplz-status-accepted {display:none !important}

@media(max-width:767px){
  #cmplz-document{padding:24px 18px !important}
}



/* Bilingual menu — v2.2 */
.hook-menu-page-head .hook-col-8{position:relative}
.hook-menu-language{display:flex;align-items:center;gap:10px;margin:22px 0 0;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.18em;color:var(--hook-muted)}
.hook-menu-language a,.hook-menu-language span{display:inline-flex;align-items:center;min-height:32px;padding:0 2px}
.hook-menu-language a{transition:color .2s ease}
.hook-menu-language a:hover,.hook-menu-language a:focus-visible{color:var(--hook-text)}
.hook-menu-language [aria-current="page"]{color:var(--hook-text);text-decoration:none}
.hook-menu-language-sep{opacity:.38}
@media(min-width:768px){.hook-menu-language{position:absolute;right:0;top:-34px;margin:0}}
