:root {
  color-scheme: light;
  --ink: #1e2323;
  --ink-soft: #515656;
  --paper: #f4f2ed;
  --paper-deep: #eae7df;
  --white: #fffefa;
  --line: #d8d6cf;
  --orange: #ef5b2a;
  --orange-dark: #d9461d;
  --dark: #202626;
  --dark-soft: #2d3433;
  --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
  --body: 'DM Sans', 'Segoe UI', sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: 12px 16px; border: 2px solid var(--orange); }
.skip-link:focus { transform: translateY(0); }

.topline { background: var(--dark); color: #d9dbd7; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.topline-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.topline a { color: #fff; text-decoration: none; }
.topline a span { color: var(--orange); font-size: 14px; margin-left: 6px; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(244, 242, 237, .96); border-bottom: 1px solid rgba(30, 35, 35, .09); backdrop-filter: blur(12px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-logo { width: 310px; height: 130px; object-fit: contain; }
.site-header .brand { position: relative; z-index: 2; flex: 0 0 265px; width: 265px; height: 84px; perspective: 1000px; }
.site-header .brand-logo { position: absolute; top: -3px; left: -8px; width: 270px; height: 180px; transform: rotateX(3deg) rotateY(-7deg) rotateZ(-1deg) translateZ(20px); transform-origin: left center; backface-visibility: hidden; filter: drop-shadow(3px 4px 0 rgba(128, 25, 20, .8)) drop-shadow(7px 9px 0 rgba(21, 23, 23, .38)) drop-shadow(0 18px 18px rgba(0, 0, 0, .36)); transition: transform .28s cubic-bezier(.2, .75, .2, 1), filter .28s ease; }
.site-header .brand:hover .brand-logo, .site-header .brand:focus-visible .brand-logo { transform: rotateX(1deg) rotateY(-3deg) rotateZ(-.5deg) translate3d(0, -4px, 28px) scale(1.025); filter: drop-shadow(3px 4px 0 rgba(146, 28, 22, .82)) drop-shadow(9px 12px 0 rgba(21, 23, 23, .34)) drop-shadow(0 22px 22px rgba(0, 0, 0, .4)); }
.navigation { display: flex; align-items: center; gap: 34px; }
.navigation > a:not(.button) { text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.navigation > a:not(.button):hover, .navigation > a:not(.button):focus-visible { color: var(--orange-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .service-link:focus-visible, .footer-whatsapp:focus-visible, .navigation a:focus-visible, .menu-toggle:focus-visible { outline: 3px solid #f39878; outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 18px; }
.button svg { width: 18px; height: 18px; fill: currentColor; }
.button-primary { background: var(--orange); color: #201d1a; }
.button-primary:hover { background: #ff7141; }
.button-dark { background: var(--dark); color: var(--white); }
.button-dark:hover { background: var(--orange); color: var(--dark); }
.menu-toggle { position: relative; z-index: 3; display: none; }

.hero { position: relative; min-height: min(690px, calc(100svh - 118px)); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #414442; color: var(--white); }
.hero-image, .hero-shade { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 57% 50%; }
.hero-shade { background: linear-gradient(90deg, rgba(16, 20, 20, .84) 0%, rgba(19, 22, 22, .67) 40%, rgba(18, 22, 21, .1) 100%), linear-gradient(0deg, rgba(15, 18, 18, .4), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-block: 90px 115px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--orange-dark); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.eyebrow > span { display: inline-block; width: 25px; height: 2px; background: currentColor; }
.eyebrow-light { color: #ff956e; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-size: clamp(64px, 8.6vw, 116px); font-weight: 800; line-height: .82; letter-spacing: -.015em; }
.hero h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 445px; margin: 28px 0 30px; color: #e3e4e0; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.text-link span, .service-link span, .footer-whatsapp span { color: var(--orange); font-size: 16px; transition: transform .2s ease; }
.text-link:hover span, .service-link:hover span, .footer-whatsapp:hover span { transform: translate(2px, -2px); }
.text-link-light { color: #f7f6f2; }
.hero-caption { position: absolute; right: 32px; bottom: 24px; left: 32px; display: flex; justify-content: space-between; color: #d6d6d1; font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.hero-caption span:first-child { color: #ff956e; }
.hero-stamp { position: absolute; right: max(7.5vw, calc((100vw - var(--container)) / 2)); bottom: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: var(--white); text-align: center; transform: rotate(10deg); }
.hero-stamp span { font-size: 8px; line-height: 1.2; letter-spacing: .17em; font-weight: 700; }
.hero-stamp b { margin-top: 6px; color: #ff956e; font-family: var(--display); font-size: 28px; line-height: .8; }

.intro-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.intro-grid > p { display: flex; align-items: center; gap: 20px; min-height: 116px; margin: 0; padding: 20px 26px; border-right: 1px solid var(--line); }
.intro-grid > p:first-child { border-left: 1px solid var(--line); }
.intro-number { color: var(--orange); font-family: var(--display); font-size: 28px; font-weight: 700; }
.intro-grid strong, .intro-grid small { display: block; }
.intro-grid strong { font-size: 13px; }
.intro-grid small { margin-top: 4px; color: #6f7471; font-size: 11px; }
.section-space { padding-block: 108px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-heading h2, .process-heading h2 { font-size: clamp(52px, 6.2vw, 78px); line-height: .86; }
.section-lede { max-width: 340px; margin: 0 2vw 6px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.service-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid #e1dfd9; }
.service-photo { position: relative; height: 240px; overflow: hidden; background: var(--paper-deep); }
.service-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(14,19,18,.35), transparent 56%); pointer-events: none; }
.service-photo img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-photo img { transform: scale(1.04); }
.service-index { position: absolute; z-index: 1; top: 17px; left: 19px; color: var(--white); font-family: var(--display); font-size: 22px; font-weight: 700; }
.service-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 25px 25px 22px; }
.service-kicker { margin: 0 0 7px; color: var(--orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.service-copy h3 { margin: 0; font-family: var(--display); font-size: 31px; line-height: 1; font-weight: 700; }
.service-copy > p { min-height: 70px; margin: 15px 0 24px; color: #656a67; font-size: 13px; line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; gap: 11px; margin-top: auto; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.services-note { margin: 25px 0 0; color: #5c625f; font-size: 13px; text-align: center; }
.services-note a { color: var(--ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.workshop { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 515px; background: var(--dark); color: var(--white); }
.workshop-image-wrap { position: relative; min-height: 440px; overflow: hidden; background: #3d4442; }
.workshop-image-wrap::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(10,14,14,.48), transparent 50%); }
.workshop-image-wrap img { height: 100%; min-height: 100%; object-fit: cover; }
.image-label { position: absolute; z-index: 1; bottom: 25px; left: max(32px, calc((100vw - var(--container)) / 2)); padding: 9px 12px; background: var(--orange); color: #211e1b; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.workshop-panel { position: relative; display: flex; align-items: center; min-height: 515px; padding: 76px clamp(40px, 7vw, 112px); overflow: hidden; }
.workshop-text { position: relative; z-index: 2; max-width: 430px; }
.workshop-panel h2 { font-size: clamp(53px, 6vw, 77px); line-height: .85; }
.workshop-text > p:not(.eyebrow) { max-width: 390px; margin: 25px 0 22px; color: #c3c7c3; font-size: 14px; line-height: 1.75; }
.workshop-decoration { position: absolute; right: -68px; bottom: -72px; display: grid; width: 250px; height: 250px; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; color: rgba(255,255,255,.07); transform: rotate(-13deg); }
.workshop-decoration::before, .workshop-decoration::after { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; }
.workshop-decoration::after { inset: 34px; }
.workshop-decoration > span { font-family: var(--display); font-size: 100px; font-weight: 800; }
.workshop-decoration i { position: absolute; width: 290px; height: 2px; background: rgba(239,91,42,.48); transform: rotate(-36deg); }
.workshop-decoration small { position: absolute; right: 35px; bottom: 37px; font-size: 7px; font-weight: 700; letter-spacing: .15em; text-align: right; }

.process { background: var(--paper-deep); }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 10vw, 140px); }
.process-heading > p:not(.eyebrow) { max-width: 330px; margin: 23px 0 26px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c8c0; }
.steps li { display: grid; grid-template-columns: 42px 1fr 20px; align-items: start; gap: 19px; padding: 25px 4px 24px 0; border-bottom: 1px solid #c9c8c0; }
.step-number { color: var(--orange-dark); font-family: var(--display); font-size: 24px; font-weight: 700; }
.steps h3 { margin: 1px 0 5px; font-size: 16px; line-height: 1.2; }
.steps p { max-width: 420px; margin: 0; color: #666b67; font-size: 13px; line-height: 1.6; }
.step-arrow { padding-top: 2px; color: #828782; }

.contact { padding-block: 84px; background: var(--orange); color: var(--dark); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact .eyebrow { color: #482619; }
.contact h2 { font-size: clamp(57px, 7vw, 90px); line-height: .84; }
.contact h2 em { color: #fff3e9; }
.contact-action { width: min(100%, 390px); }
.contact-action p { margin: 0 0 21px; color: #392b25; font-size: 14px; line-height: 1.7; }
.contact-action .button { background: var(--dark); color: var(--white); }
.contact-action .button:hover { background: var(--white); color: var(--dark); }
.contact-action .button svg { fill: currentColor; }
.contact-action small { display: block; margin-top: 12px; color: #422a20; font-size: 12px; }
.contact-details { display: grid; gap: 12px; margin: 0 0 24px; }
.contact-details > div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding-top: 11px; border-top: 1px solid rgba(57, 43, 37, .28); }
.contact-details dt { color: #5a2f21; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details dd { margin: 0; color: #392b25; font-size: 13px; font-weight: 700; line-height: 1.45; }
.contact-phone { color: inherit; text-underline-offset: 3px; }

.site-footer { background: var(--dark); color: var(--white); }
.footer-main { display: flex; align-items: center; justify-content: space-between; min-width: 0; min-height: 154px; gap: 25px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-logo { max-width: 100%; height: auto; }
.footer-main > p { margin: 0; color: #c2c7c2; font-size: 12px; line-height: 1.7; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 13px; color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; min-height: 49px; align-items: center; border-top: 1px solid rgba(255,255,255,.15); color: #aeb4af; font-size: 10px; }
.footer-bottom a { color: #e0e2dc; text-decoration: none; }
.floating-whatsapp { position: fixed; z-index: 40; right: 24px; bottom: max(22px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; background: #1f8a51; box-shadow: 0 8px 28px rgba(12, 32, 20, .24); color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #157643; }
.floating-whatsapp svg { width: 19px; height: 19px; fill: currentColor; }

@media (max-width: 900px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .navigation { gap: 22px; }
  .hero { min-height: 610px; }
  .hero-stamp { right: 40px; bottom: 88px; }
  .intro-grid > p { gap: 13px; padding-inline: 17px; }
  .service-photo { height: 200px; }
  .service-copy { padding: 22px 18px; }
  .workshop-panel { padding-inline: 54px; }
  .process-layout { gap: 55px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 82px; }
  .container { width: calc(100% - 40px); }
  .topline { font-size: 8px; letter-spacing: .07em; }
  .topline-inner { min-height: 31px; gap: 10px; }
  .topline a { white-space: nowrap; }
  .header-inner { height: 74px; }
  .site-header .brand { flex-basis: 185px; width: 185px; height: 74px; perspective: 800px; }
  .site-header .brand-logo { top: 0; left: -8px; width: 185px; height: 124px; transform: rotateX(3deg) rotateY(-5deg) rotateZ(-1deg) translateZ(14px); filter: drop-shadow(2px 3px 0 rgba(128, 25, 20, .8)) drop-shadow(5px 7px 0 rgba(21, 23, 23, .34)) drop-shadow(0 12px 13px rgba(0, 0, 0, .34)); }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; justify-content: center; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: transparent; color: var(--ink); }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .navigation { position: absolute; z-index: 4; top: calc(100% - 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 25px rgba(24,29,28,.08); }
  .navigation.is-open { display: flex; }
  .navigation > a:not(.button) { padding: 14px 2px; border-bottom: 1px solid var(--line); }
  .navigation .button { margin-top: 14px; }
  .hero { min-height: 660px; min-height: min(710px, calc(100svh - 105px)); align-items: flex-end; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,19,19,.88) 0%, rgba(15,19,19,.54) 52%, rgba(15,19,19,.1) 100%); }
  .hero-content { padding-block: 100px 107px; }
  .eyebrow { margin-bottom: 16px; font-size: 9px; }
  .hero h1 { font-size: clamp(61px, 16vw, 94px); }
  .hero-copy { max-width: 390px; margin: 23px 0 23px; font-size: 14px; }
  .hero-actions { flex-wrap: wrap; gap: 17px 21px; }
  .button { min-height: 51px; padding-inline: 18px; }
  .hero-stamp { right: 25px; top: 22px; bottom: auto; width: 82px; height: 82px; }
  .hero-stamp span { font-size: 6px; }
  .hero-stamp b { font-size: 22px; }
  .hero-caption { right: 20px; bottom: 17px; left: 20px; font-size: 7px; letter-spacing: .12em; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-grid > p, .intro-grid > p:first-child { min-height: 78px; padding: 13px 6px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .intro-grid > p:last-child { border-bottom: 0; }
  .intro-number { width: 32px; font-size: 24px; }
  .intro-grid small { font-size: 10px; }
  .section-space { padding-block: 76px; }
  .section-heading { display: block; margin-bottom: 31px; }
  .section-heading h2, .process-heading h2 { font-size: clamp(54px, 14vw, 74px); }
  .section-lede { max-width: 390px; margin: 20px 0 0; font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 15px; }
  .service-photo { height: 220px; }
  .service-copy { padding: 20px; }
  .service-copy h3 { font-size: 30px; }
  .service-copy > p { min-height: 0; margin: 12px 0 22px; }
  .services-note { padding-inline: 6px; line-height: 1.7; }
  .workshop { grid-template-columns: 1fr; }
  .workshop-image-wrap { min-height: 320px; height: 68vw; max-height: 440px; }
  .image-label { left: 20px; bottom: 19px; }
  .workshop-panel { min-height: 410px; padding: 62px 20px; }
  .workshop-panel h2 { font-size: clamp(54px, 14vw, 72px); }
  .workshop-text > p:not(.eyebrow) { font-size: 13px; }
  .workshop-decoration { right: -118px; bottom: -105px; }
  .process-layout { grid-template-columns: 1fr; gap: 43px; }
  .process-heading > p:not(.eyebrow) { margin: 20px 0 22px; font-size: 12px; }
  .steps li { grid-template-columns: 34px 1fr 18px; gap: 12px; padding-block: 20px; }
  .steps h3 { font-size: 14px; }
  .steps p { font-size: 12px; }
  .contact { padding-block: 63px; }
  .contact-inner { display: block; }
  .contact h2 { font-size: clamp(58px, 15vw, 78px); }
  .contact-action { margin-top: 27px; }
  .contact-action p { font-size: 13px; }
  .site-footer { padding-bottom: 68px; }
  .site-footer .footer-main { display: flex; flex-wrap: wrap; align-items: center; min-height: 0; padding-block: 27px; gap: 18px 22px; }
  .brand-footer { flex: 0 1 210px; }
  .brand-footer .brand-logo { width: 210px; height: auto; }
  .footer-main > p { flex: 1 1 100%; order: 2; font-size: 12px; }
  .footer-whatsapp { order: 3; min-height: 44px; }
  .footer-bottom { min-height: 55px; font-size: 9px; }
  .floating-whatsapp { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 46px; padding-inline: 13px; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .topline-inner { font-size: 7px; }
  .hero-actions .button { width: 100%; }
  .text-link { font-size: 11px; }
  .footer-whatsapp { gap: 7px; font-size: 10px; }
}

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