:root {
  --blue: #375caa;
  --red: #dd1f26;
  --white: #fffbf8;
  --soft: #ededed;
  --gray: #f4f4f4;
  --text: #243057;
  --font: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 30vw) 1fr;
  height: 140px;
  background: var(--white);
  box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  padding: 28px 32px;
}

.brand img {
  width: 173px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(40px, 8vw, 160px);
}

.buy-button,
.kit-info a,
.quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.buy-button {
  min-width: 230px;
  padding: 0 32px;
}

.hero {
  position: relative;
  min-height: clamp(620px, 50vw, 960px);
  overflow: hidden;
  isolation: isolate;
  background: var(--blue);
}

.hero-bg,
.hero-bg img {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-branches {
  left: auto !important;
  right: 7%;
  bottom: auto !important;
  width: min(35vw, 615px) !important;
  height: auto !important;
  object-fit: contain !important;
  transform: translateY(-38%);
}

.hero-santa {
  left: 28% !important;
  top: 5% !important;
  width: min(40vw, 734px) !important;
  height: auto !important;
  object-fit: contain !important;
}

.hero-shadows,
.hero-lights {
  mix-blend-mode: color-dodge;
  opacity: .88;
}

.hero-light {
  mix-blend-mode: screen;
  opacity: .72;
}

.hero-light-top {
  left: 35% !important;
  width: 65% !important;
  height: 36% !important;
}

.hero-light-bottom {
  top: auto !important;
  bottom: -10% !important;
  transform: rotate(180deg);
  width: 70% !important;
  height: 36% !important;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: inherit;
  max-width: 1800px;
  margin: 0 auto;
  padding: clamp(80px, 8vw, 150px) clamp(32px, 8vw, 160px);
}

.hero h1 {
  margin: 0;
  max-width: 430px;
  color: #fff;
  font-size: clamp(64px, 7vw, 126px);
  line-height: .78;
  font-weight: 900;
  text-transform: uppercase;
}

.hero p {
  justify-self: end;
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 48px);
  line-height: 1.05;
}

.kits {
  padding: clamp(80px, 8vw, 145px) clamp(24px, 4vw, 80px) clamp(90px, 9vw, 160px);
  background: var(--white);
}

.intro {
  max-width: 760px;
  margin: 0 auto clamp(92px, 8vw, 150px);
  color: var(--red);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 54px);
  max-width: 1765px;
  margin: 0 auto;
}

.kit-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  min-height: 635px;
  border-radius: 34px;
  background: linear-gradient(to bottom, var(--soft) 0 52%, var(--red) 52% 100%);
}

.kit-label {
  position: absolute;
  top: -76px;
  left: 0;
  min-width: 150px;
  padding: 18px 30px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--blue);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: var(--white);
}

.kit-visual {
  position: relative;
  min-height: 355px;
  overflow: visible;
}

.kit-visual img {
  position: absolute;
  pointer-events: none;
}

.kit-visual-fratello {
  display: flex;
  justify-content: center;
}

.product-shadow {
  opacity: .72;
  mix-blend-mode: multiply;
}

.shadow-one {
  left: 50%;
  bottom: 52px;
  width: 210px;
  transform: translateX(-50%);
}

.solo {
  left: 50%;
  bottom: 26px;
  width: 183px;
  transform: translateX(-50%);
}

.bag-shadow {
  left: 11%;
  top: -28px;
  width: 54%;
  mix-blend-mode: multiply;
}

.bag {
  left: 20%;
  top: -12px;
  width: 42%;
}

.shadow-small {
  right: 22%;
  bottom: 77px;
  width: 130px;
}

.pack-fratello {
  right: 24%;
  top: 80px;
  width: 112px;
}

.shadow-coxinha {
  left: 6%;
  bottom: 45px;
  width: 125px;
}

.product-coxinha {
  left: 9%;
  bottom: 36px;
  width: 105px;
}

.shadow-linguica {
  right: 5%;
  bottom: 51px;
  width: 118px;
}

.product-linguica {
  right: 7%;
  bottom: 48px;
  width: 104px;
}

.kit-info {
  align-self: end;
  padding: 40px 36px 52px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.kit-info p {
  margin: 0 0 18px;
}

.kit-info ul {
  display: grid;
  gap: 2px;
  min-height: 110px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.kit-info a {
  min-width: 190px;
  min-height: 54px;
  background: var(--blue);
}

.recipe {
  display: grid;
  grid-template-columns: minmax(320px, 47%) 1fr;
  min-height: 524px;
  background: var(--red);
}

.recipe-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 8vw, 150px) clamp(40px, 9vw, 270px);
  overflow: hidden;
  color: #fff;
}

.recipe-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 45%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: .65;
}

.recipe h2 {
  position: relative;
  margin: 0 0 18px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.recipe p {
  position: relative;
  max-width: 420px;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.35;
}

.recipe-image {
  min-height: 360px;
  overflow: hidden;
}

.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter {
  display: grid;
  grid-template-columns: auto minmax(260px, 425px) minmax(220px, 345px);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  max-width: 1320px;
  margin: clamp(64px, 8vw, 90px) auto;
  padding: 26px 60px;
  border-radius: 26px;
  background: var(--blue);
}

.newsletter p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter input {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--blue);
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
}

.newsletter-form {
  position: relative;
}

.newsletter-form button {
  position: absolute;
  top: 50%;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
  cursor: pointer;
}

.newsletter-form button img {
  width: 12px;
  height: 12px;
}

.quote {
  background: var(--gray);
  padding: clamp(70px, 6vw, 110px) clamp(24px, 4vw, 80px);
}

.quote-inner {
  max-width: 1510px;
  margin: 0 auto;
}

.quote-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 48px;
}

.quote-heading h2 {
  max-width: 420px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.quote-heading span {
  display: block;
  height: 2px;
  margin-top: 22px;
  background: #e3e3e3;
}

.quote-form {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr .42fr;
  gap: 28px 36px;
}

.quote-form label {
  position: relative;
  display: block;
}

.quote-form .span-2 {
  grid-column: span 2;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.quote-form span {
  position: absolute;
  top: 50%;
  left: 24px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  transform: translateY(-50%);
  pointer-events: none;
}

.quote-form textarea + span,
.quote-form .full > span {
  top: 24px;
  transform: none;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--red);
  border-radius: 12px;
  background: transparent;
  color: var(--blue);
  padding: 20px 22px;
  outline: none;
}

.quote-form input {
  min-height: 74px;
}

.quote-form textarea {
  min-height: 155px;
  resize: vertical;
}

.quote-form label:focus-within span,
.quote-form label.has-value span {
  display: none;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.delivery {
  width: 325px;
  flex: 0 0 325px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--blue);
}

.delivery input {
  border-color: var(--blue);
  color: #fff;
  padding-right: 82px;
}

.delivery span {
  color: #fff;
}

.delivery img {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
}

.quote-form button {
  min-width: 260px;
  min-height: 74px;
  font-size: 28px;
}

.whatsapp {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #0dbb42;
}

.whatsapp img {
  width: 50px;
  height: 50px;
}

.footer {
  position: relative;
  min-height: 385px;
  overflow: hidden;
  background: var(--blue);
}

.footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(260px, 52vw);
  transform: translate(-50%, -50%);
}

.footer-branches {
  position: absolute;
  left: 3%;
  bottom: -35%;
  width: min(620px, 55vw);
}

.to-top {
  position: absolute;
  top: -66px;
  right: 7.5%;
  width: 46px;
}

@media (max-width: 1320px) {
  .kits {
    padding-inline: clamp(22px, 4vw, 54px);
  }

  .kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 112px 34px;
    max-width: 980px;
  }

  .kit-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 520px);
  }

  .newsletter {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 1180px) {
  .site-header {
    height: 96px;
    grid-template-columns: minmax(150px, 34vw) 1fr;
  }

  .brand img {
    width: 132px;
  }

  .buy-button {
    min-width: 170px;
    min-height: 46px;
  }

  .hero-santa {
    left: 22% !important;
    width: 52vw !important;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 280px;
    align-items: start;
  }

  .hero p {
    justify-self: end;
  }

  .kit-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 120px;
  }

  .newsletter {
    grid-template-columns: 1fr;
    margin-inline: 24px;
  }

  .quote-form {
    grid-template-columns: 1fr 1fr;
  }

  .quote-form .span-2 {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 78px;
    grid-template-columns: 142px 1fr;
  }

  .brand {
    padding: 18px;
  }

  .brand img {
    width: 100px;
  }

  .header-actions {
    padding-right: 16px;
  }

  .buy-button {
    min-width: 120px;
    min-height: 40px;
    border-radius: 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-santa {
    left: 12% !important;
    top: 18% !important;
    width: 76vw !important;
  }

  .hero-branches {
    right: -15%;
    width: 64vw !important;
  }

  .hero-content {
    gap: 350px;
    padding: 70px 24px 44px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 76px);
  }

  .hero p {
    justify-self: start;
    max-width: 280px;
    font-size: 25px;
  }

  .kits {
    padding-top: 70px;
  }

  .intro {
    margin-bottom: 100px;
  }

  .kit-card {
    min-height: 590px;
  }

  .recipe {
    grid-template-columns: 1fr;
  }

  .recipe-copy {
    min-height: 330px;
  }

  .newsletter {
    padding: 24px;
    border-radius: 18px;
  }

  .quote-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quote-heading span {
    margin-top: 0;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .form-actions {
    flex-wrap: wrap;
  }

  .delivery {
    width: 100%;
    flex-basis: 100%;
  }

  .quote-form button {
    flex: 1 1 190px;
    min-width: 190px;
  }

  .footer {
    min-height: 310px;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 660px;
  }

  .hero-santa {
    left: 4% !important;
    top: 19% !important;
    width: 92vw !important;
  }

  .hero-content {
    gap: 305px;
    padding-inline: 20px;
  }

  .hero h1 {
    max-width: 250px;
  }

  .hero p {
    max-width: 250px;
    font-size: 22px;
  }

  .kits {
    padding-inline: 18px;
  }

  .kit-card {
    min-height: 560px;
    border-radius: 24px;
  }

  .kit-label {
    top: -64px;
    min-width: 126px;
    padding: 14px 22px;
    font-size: 12px;
  }

  .kit-visual {
    min-height: 320px;
  }

  .solo {
    width: 155px;
  }

  .shadow-one {
    width: 180px;
  }

  .bag-shadow {
    left: 5%;
    width: 62%;
  }

  .bag {
    left: 15%;
    width: 48%;
  }

  .pack-fratello {
    right: 18%;
    width: 96px;
  }

  .shadow-small {
    right: 16%;
    width: 112px;
  }

  .product-coxinha {
    width: 84px;
  }

  .product-linguica {
    width: 86px;
  }

  .kit-info {
    padding: 28px 22px 38px;
    font-size: 15px;
  }

  .kit-info ul {
    min-height: 96px;
  }

  .kit-info a {
    min-width: 156px;
  }

  .recipe-copy {
    padding-inline: 28px;
  }

  .newsletter {
    margin-inline: 16px;
    padding: 20px;
  }

  .newsletter p {
    font-size: 17px;
  }

  .newsletter input {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .quote {
    padding-inline: 18px;
  }

  .quote-form {
    gap: 20px;
  }

  .quote-form span {
    left: 18px;
    right: 16px;
    font-size: 14px;
  }

  .quote-form input {
    min-height: 62px;
  }

  .quote-form input,
  .quote-form textarea {
    padding: 18px;
  }

  .quote-form button {
    min-height: 62px;
    font-size: 21px;
  }

  .whatsapp {
    width: 62px;
    height: 62px;
  }

  .whatsapp img {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 360px) {
  .site-header {
    grid-template-columns: 118px 1fr;
  }

  .brand img {
    width: 86px;
  }

  .buy-button {
    min-width: 98px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .hero-content {
    gap: 285px;
    padding-inline: 16px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero p {
    font-size: 20px;
  }

  .kit-info {
    font-size: 14px;
  }

  .footer-logo {
    width: 180px;
  }
}
/* Responsive hardening overrides */
html,
body {
  overflow-x: hidden;
}

.brand,
.header-actions {
  min-width: 0;
}

img {
  height: auto;
}

.quote-form span {
  right: 18px;
  line-height: 1.2;
}

@media (max-width: 1320px) {
  .kits {
    padding-inline: clamp(22px, 4vw, 54px);
  }

  .kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 112px 34px;
    max-width: 980px;
  }

  .kit-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 520px);
  }

  .newsletter {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 76px;
    grid-template-columns: 136px 1fr;
  }

  .brand {
    height: 76px;
    padding: 16px;
  }

  .brand img {
    width: 96px;
  }

  .header-actions {
    height: 76px;
    padding-right: 14px;
  }

  .buy-button {
    min-width: 112px;
    min-height: 40px;
    padding-inline: 18px;
    border-radius: 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-santa {
    left: 12% !important;
    top: 18% !important;
    width: 76vw !important;
  }

  .hero-content {
    gap: 330px;
    padding: 62px 24px 44px;
  }

  .kit-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    gap: 110px;
  }

  .kit-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }

  .newsletter {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 660px;
  }

  .hero-santa {
    left: 4% !important;
    top: 19% !important;
    width: 92vw !important;
  }

  .hero-content {
    gap: 305px;
    padding-inline: 20px;
  }

  .hero h1 {
    max-width: 250px;
  }

  .hero p {
    max-width: 250px;
    font-size: 22px;
  }

  .kits {
    padding-inline: 18px;
  }

  .kit-card {
    min-height: 560px;
    border-radius: 24px;
  }

  .kit-label {
    top: -64px;
    min-width: 126px;
    padding: 14px 22px;
    font-size: 12px;
  }

  .kit-visual {
    min-height: 320px;
  }

  .solo {
    width: 155px;
  }

  .shadow-one {
    width: 180px;
  }

  .bag-shadow {
    left: 5%;
    width: 62%;
  }

  .bag {
    left: 15%;
    width: 48%;
  }

  .pack-fratello {
    right: 18%;
    width: 96px;
  }

  .shadow-small {
    right: 16%;
    width: 112px;
  }

  .product-coxinha {
    width: 84px;
  }

  .product-linguica {
    width: 86px;
  }

  .kit-info {
    padding: 28px 22px 38px;
    font-size: 15px;
  }

  .kit-info ul {
    min-height: 96px;
  }

  .kit-info a {
    min-width: 156px;
  }

  .recipe-copy {
    padding-inline: 28px;
  }

  .newsletter {
    margin-inline: 16px;
    padding: 20px;
  }

  .newsletter p {
    font-size: 17px;
  }

  .newsletter input {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .quote {
    padding-inline: 18px;
  }

  .quote-form {
    gap: 20px;
  }

  .quote-form span {
    left: 18px;
    right: 16px;
    font-size: 14px;
  }

  .quote-form input {
    min-height: 62px;
  }

  .quote-form input,
  .quote-form textarea {
    padding: 18px;
  }

  .quote-form button {
    min-height: 62px;
    font-size: 21px;
  }

  .whatsapp {
    width: 62px;
    height: 62px;
  }

  .whatsapp img {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 360px) {
  .site-header {
    grid-template-columns: 118px 1fr;
  }

  .brand img {
    width: 86px;
  }

  .buy-button {
    min-width: 98px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .hero-content {
    gap: 285px;
    padding-inline: 16px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero p {
    font-size: 20px;
  }

  .kit-info {
    font-size: 14px;
  }

  .footer-logo {
    width: 180px;
  }
}
@media (max-width: 1180px) and (min-width: 761px) {
  .site-header {
    height: 96px;
  }

  .brand,
  .header-actions {
    height: 96px;
  }

  .brand {
    padding: 18px 28px;
  }

  .brand img {
    width: 132px;
  }
}
/* Motion polish */
.buy-button,
.kit-info a,
.quote-form button,
.newsletter-form button,
.whatsapp,
.to-top {
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.buy-button:hover,
.kit-info a:hover,
.quote-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgb(0 0 0 / 16%);
  filter: saturate(1.08);
}

.newsletter-form button:hover,
.whatsapp:hover,
.to-top:hover {
  transform: translateY(-50%) scale(1.06);
  filter: saturate(1.12);
}

.kit-card {
  transition: transform .28s ease, box-shadow .28s ease;
}

.kit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgb(55 92 170 / 18%);
}

.kit-card img,
.hero-santa,
.hero-branches,
.footer-branches {
  will-change: transform;
}

.kit-card:hover .bag,
.kit-card:hover .product-fratello,
.kit-card:hover .product-coxinha,
.kit-card:hover .product-linguica {
  transform: translateY(-4px);
}

.bag,
.product-fratello,
.product-coxinha,
.product-linguica {
  transition: transform .28s ease;
}

.hero-light,
.recipe-light {
  animation: belloGlow 5.5s ease-in-out infinite alternate;
}

@keyframes belloGlow {
  from {
    opacity: .48;
  }
  to {
    opacity: .84;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
  }
}
/* Motion transform fixes */
.newsletter-form button:hover {
  transform: translateY(-50%) scale(1.06);
}

.whatsapp:hover,
.to-top:hover {
  transform: scale(1.06);
}

.kit-card:hover .solo {
  transform: translateX(-50%) translateY(-4px);
}
/* AOS fallback */
html.aos-fallback [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
/* Compact fixed header */
:root {
  --header-height: 88px;
}

body {
  padding-top: var(--header-height);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  grid-template-columns: minmax(220px, 26vw) 1fr;
  box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
}

.brand {
  height: var(--header-height);
  padding: 14px 28px;
}

.brand img {
  width: 142px;
}

.header-actions {
  height: var(--header-height);
}

.buy-button {
  min-width: 178px;
  min-height: 50px;
  border-radius: 12px;
  font-size: 16px;
}

@media (max-width: 1180px) and (min-width: 761px) {
  :root {
    --header-height: 78px;
  }

  .site-header,
  .brand,
  .header-actions {
    height: var(--header-height);
  }

  .site-header {
    grid-template-columns: minmax(180px, 30vw) 1fr;
  }

  .brand img {
    width: 112px;
  }

  .buy-button {
    min-width: 150px;
    min-height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  .site-header,
  .brand,
  .header-actions {
    height: var(--header-height);
  }

  .site-header {
    grid-template-columns: 118px 1fr;
  }

  .brand {
    padding: 12px 14px;
  }

  .brand img {
    width: 82px;
  }

  .header-actions {
    padding-right: 12px;
  }

  .buy-button {
    min-width: 104px;
    min-height: 36px;
    padding-inline: 14px;
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .site-header {
    grid-template-columns: 104px 1fr;
  }

  .brand img {
    width: 76px;
  }

  .buy-button {
    min-width: 92px;
    padding-inline: 10px;
  }
}
/* Compact quote buttons */
.form-actions {
  gap: 16px;
}

.delivery {
  width: 250px;
  flex: 0 0 250px;
}

.delivery input {
  min-height: 56px;
  padding-right: 62px;
}

.delivery img {
  right: 14px;
  width: 32px;
  height: 32px;
}

.quote-form button {
  min-width: 190px;
  min-height: 56px;
  border-radius: 10px;
  font-size: 22px;
}

.whatsapp {
  width: 56px;
  height: 56px;
}

.whatsapp img {
  width: 36px;
  height: 36px;
}

@media (max-width: 760px) {
  .quote-form button {
    min-width: 150px;
    min-height: 52px;
    font-size: 19px;
  }

  .delivery input {
    min-height: 52px;
  }

  .whatsapp {
    width: 52px;
    height: 52px;
  }

  .whatsapp img {
    width: 34px;
    height: 34px;
  }
}