:root {
  --ink: #073a4b;
  --ink-deep: #052d3a;
  --blue: #12ace3;
  --blue-dark: #0789bb;
  --aqua: #dff7fb;
  --mint: #eefaf8;
  --cream: #fbfaf5;
  --white: #fff;
  --muted: #5c737c;
  --line: #dce8e9;
  --shadow: 0 24px 70px rgba(3, 56, 75, 0.13);
  --radius: 26px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; touch-action: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 16px; color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.7vw, 6rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.2vw, 4.2rem); }
h3 { font-size: 1.35rem; }

.topbar { background: var(--ink-deep); color: #d9f3f7; font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar a { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.topbar svg { width: 15px; fill: currentColor; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,245,.92); border-bottom: 1px solid rgba(7,58,75,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-size: .98rem; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; text-transform: uppercase; }
.brand img { width: 64px; aspect-ratio: 1; margin-right: -4px; object-fit: cover; clip-path: circle(43% at 53% 49%); transform: translateX(-3%); filter: drop-shadow(0 4px 7px rgba(3,56,75,.14)); }
.brand strong { color: var(--blue-dark); }
nav { display: flex; align-items: center; justify-content: center; gap: 25px; }
nav a { position: relative; font-size: .92rem; font-weight: 700; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-toggle { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-weight: 800; cursor: pointer; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--blue); color: var(--white); box-shadow: 0 12px 24px rgba(18,172,227,.25); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 15px 30px rgba(7,137,187,.28); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: .9rem; }
.button svg { width: 21px; fill: currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; font-weight: 800; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px auto; background: var(--ink); }
.menu-toggle > span:not(.sr-only) { transition: transform .25s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(120deg, #edfafa 0%, #f8fbf7 54%, #d9f5fa 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#7dcbd7 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 90px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 610px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.26rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.hero-trust { display: flex; gap: 52px; margin-top: 54px; padding-top: 25px; border-top: 1px solid rgba(7,58,75,.15); }
.hero-trust div { display: grid; }
.hero-trust strong { font-family: "Manrope", sans-serif; font-size: .98rem; }
.hero-trust span { color: var(--muted); font-size: .84rem; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(500px, 100%); aspect-ratio: .88; overflow: hidden; border-radius: 34px; background: var(--ink); box-shadow: var(--shadow); }
.visual-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 24px; pointer-events: none; }
.storefront-hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.92) contrast(1.03); }
.shirt-illustration { position: absolute; inset: 13% 3% 0; }
.roundel { position: absolute; right: 18px; top: 50px; z-index: 3; width: 92px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: #ffe07a; box-shadow: 0 12px 30px rgba(3,56,75,.18); transform: rotate(7deg); }
.roundel strong { font: 800 1.3rem/1 "Manrope",sans-serif; }
.roundel span { font-size: .75rem; text-transform: uppercase; }
.sparkle { position: absolute; z-index: 3; color: #fff; font-size: 36px; }
.s1 { top: 20%; left: 18%; }.s2 { top: 38%; right: 15%; font-size: 24px; }.s3 { bottom: 22%; left: 14%; font-size: 20px; }
.floating-note { position: absolute; left: -18px; bottom: 35px; z-index: 4; display: flex; align-items: center; gap: 13px; padding: 17px 21px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(3,56,75,.16); backdrop-filter: blur(10px); }
.floating-note svg { width: 27px; fill: var(--blue); }
.floating-note span { display: grid; }
.floating-note strong { font-size: .9rem; }.floating-note small { color: var(--muted); }
.hero-bubble { position: absolute; border-radius: 50%; border: 1px solid rgba(18,172,227,.18); }
.bubble-one { width: 380px; height: 380px; right: -170px; top: 35px; }.bubble-two { width: 130px; height: 130px; left: 47%; bottom: -50px; }

.services { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 530px; margin: 0 0 8px; color: var(--muted); font-size: 1.07rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(3,56,75,.07); transition: transform .3s, border .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-7px); border-color: #b3e9f3; box-shadow: 0 25px 55px rgba(3,56,75,.14); }
.service-media { position: relative; height: 245px; overflow: hidden; background: var(--aqua); }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,45,58,.18)); pointer-events: none; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-media img { transform: scale(1.045); }
.service-media > span { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(3,45,58,.72); color: var(--white); backdrop-filter: blur(7px); font: 800 .78rem "Manrope",sans-serif; }
.service-content { padding: 29px 30px 33px; }
.service-card h3 { margin-bottom: 13px; font-size: 1.42rem; }.service-card p { margin: 0; color: var(--muted); }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 105px; }
.about-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.logo-stage { width: min(460px, 100%); aspect-ratio: .88; display: grid; place-items: center; overflow: hidden; border-radius: 36px; background: var(--ink); box-shadow: var(--shadow); transform: rotate(-2deg); }
.logo-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.03); }
.location-pill { position: absolute; right: -10px; bottom: 40px; display: flex; align-items: center; gap: 12px; padding: 16px 21px; border-radius: 16px; background: var(--white); box-shadow: 0 15px 45px rgba(3,56,75,.15); }
.location-pill > span { font-size: 24px; }.location-pill div { display: grid; }.location-pill small { color: var(--muted); }
.about-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.07rem; }
.check-list { display: grid; gap: 15px; padding: 0; margin: 30px 0 34px; list-style: none; }
.check-list li { position: relative; padding-left: 35px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--blue-dark); font-size: .8rem; }

.process { background: var(--ink); color: var(--white); }
.center-heading { max-width: 680px; margin: 0 auto 58px; text-align: center; }.center-heading h2 { margin-bottom: 0; }.process .eyebrow { color: #63d1ef; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.process-grid article { position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); transition: transform .3s, border-color .3s, background .3s; }
.process-grid article:hover { transform: translateY(-6px); border-color: rgba(99,209,239,.5); background: rgba(255,255,255,.09); }
.process-media { position: relative; height: 225px; overflow: hidden; border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0; }
.process-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,43,55,.6)); }
.process-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.03); transition: transform .55s ease; }
.process-grid article:hover .process-media img { transform: scale(1.045); }
.process-media > span { position: absolute; left: 24px; bottom: 20px; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: var(--blue); box-shadow: 0 10px 25px rgba(0,0,0,.2); font: 800 1rem "Manrope",sans-serif; }
.process-content { padding: 27px 30px 32px; }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -22px; top: 50%; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--ink); }
.process-grid h3 { margin-bottom: 11px; }.process-grid p { margin-bottom: 0; color: #bbced3; }

.reviews { overflow: hidden; background: var(--white); }
.reviews-shell { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; padding-block: 35px; }
.reviews-shell::before { content: "“"; position: absolute; left: 41%; top: -95px; color: var(--aqua); font: 800 24rem/1 Georgia, serif; pointer-events: none; }
.reviews-copy { position: relative; z-index: 1; }
.reviews-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 32px; color: var(--muted); font-size: 1.08rem; }
.google-review-button { background: var(--ink); box-shadow: 0 12px 24px rgba(3,56,75,.2); }
.google-review-button:hover { background: var(--ink-deep); }
.google-g { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--white); color: #4285f4; font: 800 1.15rem Arial, sans-serif; }
.rating-card { position: relative; z-index: 1; width: min(430px, 100%); justify-self: end; padding: 52px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, #fff, #f2fbfc); box-shadow: var(--shadow); }
.google-wordmark { display: flex; align-items: center; gap: 10px; margin-bottom: 38px; color: #444; font-size: 1.15rem; }
.google-wordmark .google-g { border: 1px solid var(--line); }
.rating-row { display: flex; align-items: baseline; gap: 9px; }
.rating-row strong { font: 800 clamp(4.5rem, 8vw, 7rem)/.9 "Manrope", sans-serif; letter-spacing: -.08em; }
.rating-row span { color: var(--muted); font-size: 1.25rem; font-weight: 700; }
.stars { display: flex; gap: 5px; margin: 24px 0 13px; color: #fbbc04; font-size: 1.7rem; letter-spacing: .04em; }
.rating-card p { margin: 0 0 8px; font-size: 1.05rem; }.rating-card p strong { font-size: 1.18rem; }
.rating-card small { color: var(--muted); }

.contact { background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.contact-info > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 1.08rem; }
.contact-list { display: grid; gap: 20px; margin-top: 40px; }
.contact-list > * { display: flex; align-items: center; gap: 16px; }
.contact-list > * > span { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: var(--white); color: var(--blue-dark); font-size: 1.25rem; box-shadow: 0 8px 25px rgba(3,56,75,.07); }
.contact-list div div, .contact-list a div { display: grid; }.contact-list small { color: var(--muted); }.contact-list strong { font-size: .98rem; }
.hours-lines { display: grid; gap: 2px; }
.hours-lines span:last-child { color: var(--muted); font-size: .88rem; font-weight: 600; }
.quote-form { display: grid; gap: 18px; padding: 42px; border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 6px; }.form-heading > span { color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.form-heading h3 { margin: 7px 0 0; font-size: 1.9rem; }
.quote-form label { display: grid; gap: 7px; color: var(--ink); font-size: .9rem; font-weight: 700; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fbfdfd; padding: 14px 15px; color: var(--ink); transition: border .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,172,227,.12); }
.quote-form textarea { resize: vertical; }.quote-form .button { width: 100%; margin-top: 5px; }.quote-form > small { color: var(--muted); text-align: center; }

.map-section { height: 430px; }.map-section iframe { width: 100%; height: 100%; display: block; border: 0; filter: saturate(.8) contrast(.95); }
footer { padding: 66px 0 28px; background: #032b37; color: #d8e8eb; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; padding-bottom: 45px; }
.brand-footer { color: var(--white); }.footer-grid > p { color: #9eb9c0; }
.footer-links { display: grid; justify-content: end; gap: 5px; text-align: right; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #82a5ae; font-size: .84rem; }
.social-float { position: fixed; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .2s, box-shadow .2s; }
.social-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 15px 34px rgba(0,0,0,.24); }
.social-float svg { width: 29px; fill: var(--white); }
.whatsapp-float { right: 22px; background: #25d366; }
.instagram-float { right: 92px; background: radial-gradient(circle at 32% 100%, #fed373 0 24%, #f15245 43%, #d92e7f 62%, #9b36b7 78%, #515ecf 100%); }

@media (max-width: 980px) {
  .site-header { background: var(--cream); backdrop-filter: none; }
  body.menu-open .site-header { position: fixed; top: var(--menu-header-top, 0); right: 0; left: 0; z-index: 250; width: 100%; }
  .nav-wrap { grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-toggle { display: block; order: 2; }
  .nav-actions { order: 3; }.nav-actions .button { display: none; }
  nav { position: fixed; top: var(--mobile-menu-top, 86px); left: 0; z-index: 200; width: 100vw; height: calc(100dvh - var(--mobile-menu-top, 86px)); display: grid; align-content: start; justify-content: stretch; gap: 0; padding: 26px max(24px, calc((100vw - 930px) / 2)); overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; background: var(--cream); box-shadow: 0 25px 50px rgba(3,43,55,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .3s ease, opacity .2s ease, visibility .3s; -webkit-overflow-scrolling: touch; }
  nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
  nav a { display: flex; align-items: center; min-height: 64px; padding: 14px 8px; border-bottom: 1px solid var(--line); color: var(--ink); font: 700 1.15rem/1.3 "Manrope", sans-serif; }
  nav a::after { display: none; }
  nav a:last-child { border-bottom: 0; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 75px; gap: 25px; }.hero-visual { max-width: 560px; width: 100%; margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 60px; }.about-visual { order: 2; }
  .reviews-shell { grid-template-columns: 1fr 1fr; gap: 45px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1160px); --radius: 20px; }
  .section { padding: 80px 0; }
  .topbar p { display: none; }.topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 76px; }.brand span { display: none; }.brand img { width: 62px; }
  nav { padding: 24px 22px 90px; }
  .hero { min-height: auto; }.hero-grid { padding-block: 65px 70px; }.hero h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: flex-start; }
  .hero-trust { gap: 20px; justify-content: space-between; }.hero-trust div { max-width: 48%; }
  .hero-visual { min-height: 450px; }.visual-card { width: 92%; }.floating-note { left: 0; bottom: 4px; }.roundel { width: 77px; right: 9px; top: 32px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-media { height: 235px; }
  .about-visual { min-height: 470px; }.location-pill { right: -5px; bottom: 0; }
  .process-grid article { min-height: 0; }.process-media { height: 230px; }.process-grid article:not(:last-child)::after { content: "↓"; right: calc(50% - 21px); top: auto; bottom: -29px; }
  .reviews-shell { grid-template-columns: 1fr; gap: 45px; padding-block: 0; }.reviews-shell::before { left: 18%; top: 17%; font-size: 16rem; }.rating-card { justify-self: stretch; padding: 38px 28px; }
  .quote-form { padding: 28px 20px; }.contact-info h2 { font-size: 2.7rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }.brand-footer { justify-content: center; }.footer-links { justify-content: center; text-align: center; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 5px; }
  .social-float { width: 53px; height: 53px; bottom: 15px; }
  .whatsapp-float { right: 15px; }
  .instagram-float { right: 78px; }
}

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