/* A.1.1: refinement of the approved layout, not a new identity. */
:root {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 6px;
}
body { line-height: 1.58; -webkit-text-size-adjust: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.preview-banner { font-size: .75rem; padding-block: 7px; }
.header-inner { min-height: 94px; gap: 25px; }
.brand { width: 232px; }
.desktop-nav { font-size: .88rem; gap: 23px; }
.desktop-nav a { padding-block: 14px; }
.customer-bar { font-size: .78rem; min-height: 41px; }
.customer-bar > span { letter-spacing: .01em; }
.mobile-navigation { display: none; }
.hero { padding-top: 38px; padding-bottom: 44px; }
.hero-grid { gap: clamp(28px, 3.6vw, 54px); grid-template-columns: 1fr 1.04fr; }
.hero-copy { padding-block: 8px; min-width: 0; }
h1 { font-weight: 780; letter-spacing: -.052em; line-height: 1.06; }
h1 > span { display: block; }
.hero-intro { max-width: 40ch; line-height: 1.52; font-size: clamp(1.07rem, 1.45vw, 1.25rem); }
.hero-actions { gap: 17px; margin-top: 29px; }
.hero-actions .button { border-radius: var(--radius); padding-inline: 25px; font-size: .96rem; }
.hero-visual { gap: 11px; grid-template-rows: 216px 216px; }
.hero-visual figure { border-radius: var(--radius); }
.hero-visual .hero-drinks { padding: 0; display: block; background: var(--ink); }
.hero-drinks img { object-position: 50% 54%; }
.hero-visual figcaption { font-size: .92rem; padding: 45px 18px 16px; }
.hero-breakfast figcaption { font-size: .85rem; }
.sector-grid { padding-block: 20px; }
.sector-grid a { min-height: 50px; font-size: 1.03rem; gap: 16px; }
.sector-grid svg { stroke-width: 1.8; width: 32px; height: 32px; }
.sector-grid a > span:last-child { transition: transform .15s; }
.sector-grid a:hover > span:last-child { transform: translateX(3px); }
.brands-section { padding-block: 29px; }
.brands-section h2 { font-size: .8rem; font-weight: 600; }
.brands-section li { font-weight: 650; font-size: .9rem; letter-spacing: -.02em; }
.section-heading { margin-bottom: 31px; }
.section-heading h2 { max-width: 18ch; }
.section-heading > p { font-size: .97rem; line-height: 1.65; }
.eyebrow { font-size: .72rem; letter-spacing: .12em; margin-bottom: 17px; }
.range-section, .trade-section { padding-block: 64px; }
.range-card { border-color: #dbe1d7; border-radius: var(--radius); }
.range-card > img { height: 235px; }
.range-card > .range-card-content { padding: 25px; }
.range-card h3 { font-size: 1.48rem; }
.range-card p { font-size: .96rem; line-height: 1.65; margin-block: 14px 19px; }
.card-number { font-size: .7rem; font-weight: 600; letter-spacing: .08em; }
.range-card .text-link { font-size: .9rem; gap: 9px; }
.drinks-card > img { object-position: 50% 56%; }
.breakfast-feature { border-radius: var(--radius); }
.breakfast-feature > div { padding: 46px; }
.breakfast-feature .eyebrow { max-width: 30ch; }
.breakfast-feature h2 { max-width: 16ch; }
.breakfast-feature .relationship { max-width: 47ch; }
.breakfast-feature > img { object-position: 69% center; }
.trade-grid { gap: 28px; }
.trade-grid article { border-top-width: 1px; }
.trade-grid h3 { font-size: 1.32rem; }
.trade-grid p { line-height: 1.65; }
.about-grid { grid-template-columns: .8fr 2fr; }
.about-grid > .eyebrow { padding-top: 8px; }
.about-grid h2 { max-width: 21ch; }
.about-grid p:not(.eyebrow) { max-width: 65ch; line-height: 1.65; font-size: 1.08rem; }
.account-section { padding-block: 72px; gap: 65px; }
.account-copy h2 { max-width: 18ch; }
.account-steps { list-style: none; padding: 0; counter-reset: steps; margin-top: 28px; }
.account-steps li {
  counter-increment: steps; display: grid; grid-template-columns: 30px 1fr;
  align-items: start; column-gap: 12px; padding: 0; margin-bottom: 17px;
  font-size: .94rem; line-height: 1.55;
}
.account-steps li::before {
  content: counter(steps, decimal-leading-zero); color: var(--green);
  font-size: .78rem; font-weight: 700; padding-top: 3px;
}
.existing-customers { background: #edf1e8; border: 1px solid var(--rule); border-radius: var(--radius); padding: 23px; }
.existing-customers > p { font-size: .93rem; }
.review-detail { margin-top: 17px; border-top: 1px solid #cbd5c7; padding-top: 10px; }
.review-detail summary { padding-block: 8px; min-height: 40px; font-size: .78rem; font-weight: 650; cursor: pointer; }
.review-detail > p { margin-top: 9px; }
.application-preview { padding: 31px; align-self: start; border-color: #cbd5c7; }
.form-status { font-size: .69rem; letter-spacing: .06em; margin-bottom: 23px; background: #edf1e8; border-radius: 3px; }
.application-preview legend { font-size: 1.28rem; font-weight: 720; }
.application-preview label { font-size: .81rem; font-weight: 650; }
.application-preview input, .application-preview select { border-color: #bac6bb; min-height: 47px; border-radius: 4px; }
.application-preview input:disabled, .application-preview select:disabled { -webkit-text-fill-color: var(--ink); }
.application-preview .preview-note { font-size: .78rem; }
.footer-grid p { font-size: .85rem; }
.footer-bottom { line-height: 1.6; }

@media (min-width: 1200px) {
  html[lang=en] h1 { font-size: 3.42rem; }
  html[lang=en] .desktop-nav { gap: 18px; }
  html[lang=en] .header-inner { gap: 20px; }
}
@media (max-width: 1199px) {
  .header-inner { gap: 22px; min-height: 86px; }
  .brand { width: 215px; }
  .desktop-nav { gap: 19px; font-size: .85rem; }
  .hero-visual { grid-template-rows: 198px 198px; }
  .sector-grid a { padding-inline: 18px; gap: 12px; font-size: .96rem; }
  .brands-section { gap: 24px; }
  .range-card > img { height: 209px; }
  .range-card > .range-card-content { padding: 23px; }
}
@media (max-width: 899px) {
  .header-inner { min-height: 80px; }
  .mobile-navigation:not([hidden]) { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 29px; }
  .hero-copy { padding-block: 0; max-width: 720px; }
  .hero-intro { max-width: 58ch; }
  .hero-visual { grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 245px; }
  .hero-food { grid-row: auto; }
  .hero-breakfast img { object-position: 68% center; }
  .sector-grid a, .sector-grid a:first-child, .sector-grid a:last-child { padding: 10px 19px; }
  .range-grid { grid-template-columns: 1fr; gap: 20px; }
  .range-card { display: grid; grid-template-columns: .95fr 1.3fr; }
  .range-card > img { height: 100%; min-height: 225px; max-height: 340px; }
  .range-card > .range-card-content { padding: 26px; }
  .range-card p { max-width: 48ch; }
  .breakfast-feature > div { padding: 30px; }
  .breakfast-feature > img { min-height: 350px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid > .eyebrow { padding-top: 0; }
  .account-section { gap: 34px; }
  .account-copy { max-width: 650px; }
}
@media (max-width: 599px) {
  .container { width: calc(100% - 36px); }
  .preview-banner { font-size: .67rem; line-height: 1.5; }
  .header-inner { gap: 12px; min-height: 74px; }
  .brand { width: clamp(144px,45vw,184px); }
  .language-nav { font-size: .77rem; gap: 2px; }
  .language-nav a { min-width: 25px; min-height: 44px; display: grid; place-items: center; }
  .menu-toggle { flex: none; width: 44px; padding: 10px; }
  .customer-bar { font-size: .75rem; min-height: 38px; }
  .hero { padding-top: 26px; padding-bottom: 20px; }
  .hero-grid { gap: 25px; }
  h1 { font-size: clamp(2.3rem,9.2vw,3.25rem); line-height: 1.06; }
  html[lang=en] h1 { font-size: clamp(2.05rem,8.1vw,2.95rem); }
  .hero-intro { font-size: 1rem; line-height: 1.56; margin-top: 18px; }
  .eyebrow { font-size: .65rem; margin-bottom: 15px; }
  .hero-actions { gap: 12px; margin-top: 24px; }
  .hero-actions .button { min-height: 54px; font-size: .9rem; padding-inline: 15px; }
  .hero-actions .text-link { font-size: .88rem; }
  .hero-visual { grid-template-columns: 1.08fr 1fr; grid-template-rows: 136px 136px; gap: 9px; }
  .hero-food { grid-row: span 2; }
  .hero-visual figcaption { padding: 30px 11px 12px; font-size: .78rem; line-height: 1.3; }
  .hero-breakfast figcaption { font-size: .74rem; }
  .sector-grid { padding-block: 15px; gap: 10px; }
  .sector-grid a, .sector-grid a:first-child, .sector-grid a:last-child { padding: 10px; gap: 9px; min-height: 59px; font-size: .85rem; }
  .sector-grid svg { width: 25px; height: 25px; }
  .sector-grid a > span:last-child { display: none; }
  .sector-grid a > span:not(:last-child) { min-width: 0; overflow-wrap: anywhere; }
  .brands-section { padding-block: 24px; }
  .brands-section li { font-size: .78rem; }
  .brands-section ul { column-gap: 17px; row-gap: 11px; }
  h2 { font-size: clamp(1.84rem,7.8vw,2.3rem); }
  .range-section, .trade-section { padding-block: 43px; }
  .section-heading { gap: 17px; margin-bottom: 25px; }
  .section-heading > p { font-size: .94rem; }
  .range-card { display: flex; }
  .range-card > img { height: 210px; min-height: 0; }
  .range-card > .range-card-content { padding: 23px; }
  .range-card h3 { font-size: 1.43rem; }
  .range-card p { font-size: .95rem; }
  .range-card .text-link { font-size: .88rem; }
  .breakfast-feature > div { padding: 28px 23px; }
  .breakfast-feature > img { min-height: 0; height: 207px; }
  .breakfast-feature .text-link { font-size: .89rem; }
  .trade-grid { column-gap: 22px; row-gap: 26px; }
  .trade-grid h3 { font-size: 1.15rem; }
  .trade-grid p { font-size: .87rem; }
  .about-grid p:not(.eyebrow) { font-size: 1rem; }
  .account-section { padding-block: 43px; }
  .existing-customers { padding: 21px; }
  .application-preview { padding: 23px 20px; }
  .account-steps li { font-size: .91rem; }
  .footer-grid > .brand { width: 194px; }
}
@media (max-width: 379px) {
  .sector-grid a, .sector-grid a:first-child, .sector-grid a:last-child { padding-inline: 8px; gap: 8px; font-size: .8rem; }
  .sector-grid svg { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .sector-grid a > span:last-child { transition: none; }
  .sector-grid a:hover > span:last-child { transform: none; }
}
@media (forced-colors: active) {
  .button, .range-card, .existing-customers { border: 1px solid ButtonText; }
  .hero-visual figcaption { background: Canvas; color: CanvasText; }
}
@media print {
  .mobile-navigation { display: none!important; }
  .range-card { break-inside: avoid; }
  .preview-banner { color: #000; }
}
