:root {
  --bg: #f7f4ec;
  --paper: #ffffff;
  --ink: #111214;
  --ink-2: #1c1d21;
  --muted: #66686f;
  --line: rgba(17, 18, 20, .12);
  --yellow: #ffc400;
  --orange: #ff6a00;
  --green: #25d366;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --shadow: 0 24px 65px rgba(17, 18, 20, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; background: #fff; padding: 10px 14px; border-radius: 10px; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 236, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 12px 30px rgba(17, 18, 20, .06); }
.header-row { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; flex: none; }
.brand-badge { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--ink); color: var(--yellow); font-size: 1.22rem; letter-spacing: -.06em; }
.brand-text { font-size: 1.05rem; letter-spacing: -.02em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.nav a { text-decoration: none; font-weight: 700; font-size: .9rem; color: #37383d; }
.nav a:hover, .nav a:focus-visible { color: #000; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 99px; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--ink); text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(255,196,0,.18); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(17,18,20,.14); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.26); color: #fff; box-shadow: none; }
.button-dark { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: none; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 15%, rgba(255,196,0,.12), transparent 30%), radial-gradient(circle at 78% 68%, rgba(255,106,0,.12), transparent 32%); pointer-events: none; }
.hero-layout { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 72px 0; }
.kicker { margin: 0 0 14px; color: var(--yellow); font-size: .77rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.kicker.dark { color: #a67500; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(3.25rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.065em; }
.hero h1 span { display: block; color: var(--yellow); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; }
.fact { min-height: 62px; display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.05); color: #fff; text-decoration: none; font-weight: 800; }
.fact-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,196,0,.12); color: var(--yellow); font-size: 1.25rem; }

.hero-art { position: relative; min-height: 440px; }
.thread-loop { position: absolute; width: 390px; height: 390px; right: -100px; top: -85px; border: 2px dashed rgba(255,196,0,.18); border-radius: 50%; }
.fabric { position: absolute; border-radius: 34px; box-shadow: 0 38px 90px rgba(0,0,0,.34); }
.fabric-back { inset: 24px 4px 46px 94px; transform: rotate(8deg); background: linear-gradient(135deg, var(--yellow), var(--orange)); }
.fabric-front { inset: 58px 44px 0 16px; transform: rotate(-4deg); padding: 48px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: repeating-linear-gradient(45deg, rgba(255,255,255,.017) 0 1px, transparent 1px 5px), #1d1f24; border: 1px solid rgba(255,255,255,.08); }
.fabric-front::after { content: ""; position: absolute; inset: 18px; border: 2px dashed rgba(255,255,255,.15); border-radius: 22px; pointer-events: none; }
.embroidered-j3 { color: var(--yellow); font-size: clamp(5rem, 9vw, 8rem); line-height: .8; font-weight: 900; letter-spacing: -.08em; }
.embroidered-word { margin-top: 12px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; font-weight: 900; letter-spacing: -.045em; }
.embroidered-rule { width: 92px; height: 5px; margin: 24px 0 18px; border-radius: 99px; background: var(--yellow); }
.fabric-copy { color: rgba(255,255,255,.64); font-weight: 700; }
.hero-decoration { position: absolute; border: 2px dashed rgba(255,196,0,.11); border-radius: 50%; pointer-events: none; }
.hero-decoration-one { width: 520px; height: 520px; right: -250px; top: -230px; }
.hero-decoration-two { width: 700px; height: 700px; left: -430px; bottom: -520px; }

.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .location-panel h2, .contact-panel h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.service-card { position: relative; min-height: 310px; padding: 34px; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(17,18,20,.05); }
.service-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -75px; bottom: -75px; border: 2px dashed rgba(17,18,20,.10); border-radius: 50%; }
.light-card { background: #fff; }
.dark-card { background: var(--ink); color: #fff; }
.dark-card::after { border-color: rgba(255,255,255,.12); }
.service-number { font-size: .72rem; font-weight: 900; letter-spacing: .2em; opacity: .55; }
.service-symbol { width: 68px; height: 68px; margin-top: 52px; display: grid; place-items: center; border-radius: 19px; background: rgba(255,196,0,.14); color: #9d7000; font-size: 2rem; }
.dark-card .service-symbol { color: var(--yellow); background: rgba(255,196,0,.12); }
.service-card h3 { margin: 22px 0 0; font-size: clamp(2rem,4vw,3.1rem); letter-spacing: -.045em; }

.gallery { background: #ece8de; }
.gallery-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.gallery-heading > p { max-width: 320px; text-align: right; }
.gallery-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; align-items: start; }
.photo-card { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.photo-large { grid-row: span 2; }
.photo-card img { width: 100%; height: auto; object-fit: contain; transition: transform .4s ease; }
.photo-card:hover img { transform: scale(1.015); }

.location-panel { min-height: 290px; display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: 0 18px 55px rgba(17,18,20,.06); }
.location-mark { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 24px; background: var(--yellow); font-size: 2.1rem; }
.location-panel h2 { max-width: 900px; }

.contact { padding-top: 0; }
.contact-panel { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 56px; border-radius: 36px; background: var(--yellow); }
.contact-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -110px; top: -120px; border: 3px dashed rgba(17,18,20,.13); border-radius: 50%; }
.contact-panel > * { position: relative; z-index: 1; }
.contact-kicker { color: rgba(17,18,20,.62); }
.contact-panel h2 { max-width: 760px; }
.contact-number { display: inline-block; margin-top: 20px; color: var(--ink); text-decoration: none; font-size: 1.25rem; font-weight: 900; }

.site-footer { padding: 36px 0; background: var(--ink); color: #fff; }
.footer-row { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.site-footer strong { font-size: 1.15rem; }
.site-footer p { margin: 4px 0 0; color: rgba(255,255,255,.58); }
.footer-contact { display: flex; flex-direction: column; align-items: end; gap: 4px; color: rgba(255,255,255,.74); }
.footer-contact a { color: #fff; text-decoration: none; font-weight: 900; }

.whatsapp-float { position: fixed; z-index: 95; right: 22px; bottom: 22px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; text-decoration: none; box-shadow: 0 16px 38px rgba(0,0,0,.24); transition: transform .18s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; stroke: none; }

@media (max-width: 980px) {
  .header-button { display: none; }
  .menu-button { display: block; }
  .nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; margin: 0; padding: 12px; display: flex; flex-direction: column; align-items: stretch; gap: 2px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
  .nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav a { padding: 12px 14px; border-radius: 12px; }
  .nav a:hover { background: #f4f1ea; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding: 72px 0 88px; }
  .hero-art { min-height: 370px; max-width: 620px; width: 100%; margin-inline: auto; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-xl: 26px; }
  .section { padding: 72px 0; }
  .header-row { min-height: 70px; }
  .hero-layout { padding-top: 56px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { flex-direction: column; }
  .fact { width: 100%; }
  .hero-art { min-height: 310px; }
  .fabric-back { inset: 16px 4px 30px 56px; }
  .fabric-front { inset: 30px 28px 0 4px; padding: 34px; border-radius: 28px; }
  .embroidered-j3 { font-size: 5.4rem; }
  .embroidered-word { font-size: 2.25rem; }
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .photo-large { grid-row: auto; }
  .gallery-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .gallery-heading > p { text-align: left; }
  .location-panel { padding: 30px; grid-template-columns: 1fr; }
  .location-mark { width: 70px; height: 70px; }
  .contact-panel { padding: 36px 28px; align-items: stretch; flex-direction: column; }
  .contact-panel .button { width: 100%; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .footer-contact { align-items: flex-start; }
}

@media (max-width: 430px) {
  .brand-text { font-size: 1rem; }
  .hero-art { min-height: 280px; }
  .fabric-front { padding: 28px 22px; }
  .embroidered-j3 { font-size: 4.4rem; }
  .embroidered-word { font-size: 1.8rem; }
  .service-card { min-height: 260px; padding: 28px; }
  .service-symbol { margin-top: 38px; }
  .location-panel h2, .contact-panel h2 { font-size: 2.25rem; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
}

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