/*
Theme Name: Azimute Personalizados
Theme URI: https://azimute.shop/
Description: Tema-filho do Storefront para a loja Azimute Personalizados.
Author: Azimute Personalizados
Template: storefront
Version: 2.2.3
Text Domain: azimute
*/

:root {
  --az-forest: #123c2d;
  --az-forest-deep: #08291f;
  --az-moss: #2f684f;
  --az-orange: #e9702a;
  --az-sand: #f4eddf;
  --az-cream: #fcfaf5;
  --az-ink: #17211d;
  --az-muted: #5f6b65;
  --az-white: #ffffff;
  --az-shadow: 0 18px 50px rgba(8, 41, 31, .12);
  --az-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--az-cream);
  color: var(--az-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
textarea,
select { font-size: 17px; }

a { color: var(--az-forest); }
a:hover { color: var(--az-orange); }

.col-full {
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  background: rgba(252, 250, 245, .96);
  border-bottom: 1px solid rgba(18, 60, 45, .1);
  padding: 22px 0 0;
}

.site-branding .site-title a {
  color: var(--az-forest-deep);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-branding .site-description {
  color: var(--az-muted);
  font-size: .82rem;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  color: var(--az-forest-deep);
  font-weight: 750;
}

.site-search .widget_product_search form::before { color: var(--az-orange); }
.site-header-cart .cart-contents { color: var(--az-forest); }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart {
  background: var(--az-orange);
  border: 0;
  border-radius: 999px;
  color: var(--az-white);
  font-weight: 800;
  padding: .9em 1.35em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.added_to_cart:hover {
  background: #c95618;
  color: var(--az-white);
  box-shadow: 0 10px 24px rgba(233, 112, 42, .25);
  transform: translateY(-2px);
}

.az-button--ghost {
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.75);
}

.az-button--ghost:hover { background: rgba(255,255,255,.12); }

.site-content { outline: none; }
.home .site-content .col-full { max-width: none; padding: 0; }
.home .content-area { float: none; margin: 0; width: 100%; }
.home .widget-area { display: none; }
.home .site-main { margin: 0; }

.az-wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
}

.az-hero {
  background:
    radial-gradient(circle at 83% 20%, rgba(233,112,42,.25), transparent 24%),
    repeating-radial-gradient(circle at 90% 20%, transparent 0 39px, rgba(255,255,255,.055) 40px 41px),
    linear-gradient(128deg, var(--az-forest-deep), var(--az-forest));
  color: var(--az-white);
  overflow: hidden;
  padding: 88px 0 82px;
  position: relative;
}

.az-hero__grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}

.az-eyebrow {
  align-items: center;
  color: var(--az-orange);
  display: flex;
  font-size: .78rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: .15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.az-eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 36px;
}

.az-hero h1 {
  color: var(--az-white);
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  letter-spacing: -.045em;
  line-height: .96;
  margin: 0 0 24px;
  max-width: 850px;
}

.az-hero__lead {
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
  margin: 0 0 34px;
  max-width: 700px;
}

.az-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.az-actions .button { font-size: 1rem; }

.az-compass {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 390px;
  position: relative;
}

.az-compass::before,
.az-compass::after {
  background: rgba(255,255,255,.18);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
}

.az-compass::after { transform: rotate(90deg); }

.az-compass__needle {
  background: linear-gradient(135deg, var(--az-orange) 0 50%, var(--az-sand) 50%);
  clip-path: polygon(50% 0, 65% 42%, 50% 100%, 35% 42%);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.3));
  height: 64%;
  transform: rotate(28deg);
  width: 28%;
}

.az-compass span {
  color: rgba(255,255,255,.6);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  position: absolute;
}
.az-compass span:nth-of-type(1) { top: 8%; }
.az-compass span:nth-of-type(2) { right: 8%; }
.az-compass span:nth-of-type(3) { bottom: 8%; }
.az-compass span:nth-of-type(4) { left: 8%; }

.az-trust {
  background: var(--az-white);
  border-bottom: 1px solid rgba(18,60,45,.1);
}

.az-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.az-trust__item {
  border-right: 1px solid rgba(18,60,45,.1);
  padding: 24px;
}
.az-trust__item:last-child { border-right: 0; }
.az-trust__item strong { color: var(--az-forest); display: block; }
.az-trust__item span { color: var(--az-muted); font-size: .88rem; }

.az-section { padding: 88px 0; }
.az-section--sand { background: var(--az-sand); }
.az-section--dark { background: var(--az-forest-deep); color: var(--az-white); }

.az-section__head {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 38px;
}

.az-section h2 {
  color: var(--az-forest-deep);
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 0;
  max-width: 760px;
}

.az-section--dark h2 { color: var(--az-white); }
.az-section__intro { color: var(--az-muted); margin: 14px 0 0; max-width: 700px; }
.az-section--dark .az-section__intro { color: rgba(255,255,255,.72); }

.az-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.az-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.az-hero__brand { align-items: center; align-self: center; background: transparent; border: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; padding: 0; text-align: center; }
.az-hero__brand img { height: auto; max-height: 360px; object-fit: contain; width: min(100%, 420px); }
.az-hero__brand p { color: rgba(255,255,255,.88); font-size: .95rem; font-weight: 700; margin: 16px auto 0; max-width: 360px; }
.az-card {
  background: var(--az-white);
  border: 1px solid rgba(18,60,45,.09);
  border-radius: var(--az-radius);
  box-shadow: 0 8px 28px rgba(8,41,31,.06);
  color: var(--az-ink);
  min-height: 230px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.az-card:hover { box-shadow: var(--az-shadow); transform: translateY(-5px); }
.az-card__number {
  color: var(--az-orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.az-card h3 { color: var(--az-forest); font-size: 1.35rem; margin: 38px 0 10px; }
.az-card p { color: var(--az-muted); margin: 0; }
.az-card a::after { content: ""; inset: 0; position: absolute; }

.az-process { counter-reset: steps; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
.az-step {
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 24px;
}
.az-step::before {
  color: var(--az-orange);
  content: "0" counter(steps);
  counter-increment: steps;
  display: block;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 20px;
}
.az-step h3 { color: var(--az-white); font-size: 1.2rem; margin: 0 0 8px; }
.az-step p { color: rgba(255,255,255,.68); font-size: .92rem; margin: 0; }

.az-cta {
  align-items: center;
  background: var(--az-orange);
  border-radius: 30px;
  color: var(--az-white);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  overflow: hidden;
  padding: 46px;
  position: relative;
}
.az-cta::after {
  border: 35px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
  height: 240px;
  position: absolute;
  right: -60px;
  top: -105px;
  width: 240px;
}
.az-cta h2 { color: var(--az-white); font-size: clamp(1.8rem, 4vw, 3rem); }
.az-cta p { color: rgba(255,255,255,.82); margin: 12px 0 0; }
.az-cta .button { background: var(--az-white); color: var(--az-forest-deep); flex: 0 0 auto; position: relative; z-index: 1; }

.site-footer {
  background: var(--az-forest-deep);
  color: rgba(255,255,255,.65);
  padding: 42px 0;
}
.site-footer a { color: var(--az-white); }

.woocommerce-products-header__title,
.entry-title {
  color: var(--az-forest-deep);
  font-weight: 850;
  letter-spacing: -.025em;
}

ul.products li.product {
  background: var(--az-white);
  border: 1px solid rgba(18,60,45,.08);
  border-radius: 18px;
  padding: 18px 18px 22px;
}

ul.products li.product img { border-radius: 12px; }
ul.products li.product .woocommerce-loop-product__title { color: var(--az-forest); font-weight: 800; }
.price { color: var(--az-orange) !important; font-weight: 850 !important; }

@media (max-width: 900px) {
  .az-hero__grid { gap: 40px; grid-template-columns: 1fr; }
  .az-compass { max-width: 270px; }
  .az-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .az-trust__item:nth-child(2) { border-right: 0; }
  .az-grid { grid-template-columns: 1fr 1fr; }
  .az-process { grid-template-columns: 1fr 1fr; }
  .az-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  body, button, input, textarea, select { font-size: 16px; }
  .site-header .site-branding { width: calc(100% - 96px); margin-right: 0; margin-bottom: 0; }
  .site-branding .site-title { font-size: 1rem !important; letter-spacing: .03em !important; line-height: 1.25; overflow-wrap: normal !important; word-break: keep-all !important; white-space: normal !important; }
  .col-full, .az-wrap { padding-left: 18px; padding-right: 18px; }
  .az-hero { padding: 64px 0 58px; }
  .az-trust__grid, .az-grid, .az-process { grid-template-columns: 1fr; }
  .az-trust__item { border-bottom: 1px solid rgba(18,60,45,.1); border-right: 0; }
  .az-section { padding: 64px 0; }
  .az-section__head { align-items: flex-start; flex-direction: column; }
  .az-card { min-height: 200px; }
  .az-cta { border-radius: 22px; padding: 32px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.az-quote-form { background: #fff; border: 1px solid rgba(18,60,45,.1); border-radius: 22px; box-shadow: var(--az-shadow); margin: 30px 0; padding: clamp(24px, 5vw, 44px); }
.az-form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.az-quote-form label { color: var(--az-forest-deep); display: block; font-weight: 750; margin-bottom: 18px; }
.az-quote-form input:not([type="checkbox"]), .az-quote-form textarea { background: #fff; border: 1px solid #c9d3ce; border-radius: 10px; margin-top: 7px; padding: 13px 14px; width: 100%; }
.az-quote-form input:focus, .az-quote-form textarea:focus { border-color: var(--az-orange); box-shadow: 0 0 0 3px rgba(233,112,42,.15); outline: 0; }
.az-quote-form .az-consent { align-items: flex-start; display: flex; font-weight: 500; gap: 9px; }
.az-quote-form .az-consent input { flex: 0 0 auto; margin-top: 5px; }
.az-field-help { color: var(--az-muted); display: block; font-size: .85rem; font-weight: 400; }
.az-honeypot { left: -9999px; position: absolute; }
.az-form-message { border-radius: 12px; margin: 24px 0; padding: 16px 18px; }
.az-form-message--success { background: #e5f4ec; color: #155737; }
.az-form-message--error { background: #fff0ed; color: #8a2b1b; }
.az-footer-contact { background: #0d3327; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); padding: 48px 0; }
.az-footer-contact__grid { align-items: start; display: grid; gap: 38px; grid-template-columns: 1.3fr 1.2fr 1fr 1fr; }
.az-footer-contact__grid > div { margin: 0; min-width: 0; padding: 0; }
.az-footer-contact strong, .az-footer-contact span, .az-footer-contact a { display: block; }
.az-footer-contact strong { color: #fff; line-height: 1.3; margin: 0 0 12px; }
.az-footer-contact span, .az-footer-contact a { line-height: 1.55; overflow-wrap: anywhere; }
.az-footer-contact a { color: rgba(255,255,255,.78); margin: 5px 0; text-decoration: none; }
.az-footer-contact a:hover { color: #fff; }
.az-whatsapp { align-items: center; background: #25d366; border-radius: 50%; bottom: 24px; box-shadow: 0 10px 28px rgba(0,0,0,.22); color: #fff !important; display: flex; height: 58px; justify-content: center; padding: 0; position: fixed; right: 24px; text-decoration: none !important; width: 58px; z-index: 9998; }
.az-whatsapp svg { display: block; height: 34px; width: 34px; }
.az-whatsapp:hover, .az-whatsapp:focus { background: #1fb85a; color: #fff !important; transform: translateY(-2px); }
.az-size-table { margin: 28px 0; overflow-x: auto; }
.az-size-guide-image { background: #fff; border: 1px solid rgba(18,60,45,.1); border-radius: 18px; margin: 28px auto; max-width: 720px; overflow: hidden; padding: 12px; }
.az-size-guide-image img { display: block; height: auto; margin: 0 auto; width: 100%; }
.az-size-table table { background: #fff; border-radius: 14px; min-width: 560px; overflow: hidden; }
.az-size-table thead th { background: var(--az-orange); color: #fff; }
.az-size-table tbody tr:nth-child(even) { background: var(--az-sand); }
.az-product-size-link a { color: var(--az-forest); font-weight: 800; text-decoration: underline; }
@media (max-width: 760px) { .az-form-grid, .az-footer-contact__grid { grid-template-columns: 1fr; } .az-whatsapp { bottom: 72px; right: 14px; } }
.az-footer-extra { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; padding-bottom: 24px; }
.az-footer-extra a { color: rgba(255,255,255,.82); font-size: .9rem; }
.az-product-deadline { margin: 1.5rem 0; padding: 1rem 1.2rem; border-left: 5px solid var(--az-orange); background: #fff4ec; }
.az-product-deadline h3, .az-product-deadline p { margin: 0; }
.az-product-deadline h3 { margin-bottom: .35rem; }
.az-name-personalization { clear: both; margin: 1.4rem 0; padding: 1.2rem; border: 1px solid rgba(18,60,45,.16); border-radius: 16px; background: #fff; }
.az-name-personalization h3 { margin: 0 0 .75rem; }
.az-name-option { display: flex; align-items: center; gap: .55rem; cursor: pointer; }
.az-name-option input { width: 19px; height: 19px; }
.az-name-entry { margin: 1rem 0; }
.az-name-entry label, .az-name-entry small { display: block; }
.az-name-entry label { margin-bottom: .35rem; font-weight: 750; }
.az-name-entry input { width: 100%; max-width: 420px; }
.az-name-entry small { margin-top: .35rem; color: var(--az-muted); }
.az-name-preview { position: relative; margin: 1rem auto; max-width: 420px; overflow: hidden; border-radius: 14px; background: #eee; }
.az-name-preview img { display: block; width: 100%; height: auto; }
.az-name-preview__text { position: absolute; top: 42.5%; left: 50%; width: 58%; transform: translate(-50%, -50%); color: rgba(255,255,255,.55); font-size: clamp(.85rem, 3.3vw, 1.45rem); font-weight: 900; letter-spacing: .06em; line-height: 1; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.4); overflow-wrap: anywhere; }
.az-name-preview__text.is-active { color: #fff; }
.az-name-price { margin: .8rem 0 0; padding: .75rem 1rem; border-radius: 10px; background: #fff4ec; color: var(--az-forest-deep); }
