:root { --font-outfit: "Outfit"; }

:root {
  --ink: #000;
  --soft-ink: #3f3f3f;
  --paper: #fff;
  --warm: #f7f7f7;
  --gray: #f1f1f1;
  --line: #d9d9d9;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-outfit), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.original-header {
  min-height: 218px; padding: 20px clamp(30px, 8vw, 150px); display: grid;
  grid-template-columns: 1fr minmax(500px, 1.8fr) 1fr; align-items: center;
  position: sticky; top: 0; z-index: 50; background: rgba(241,241,241,.97); border-bottom: 1px solid #e4e4e4;
  transition: min-height .45s cubic-bezier(.22,.61,.36,1), padding .45s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
.original-header.is-compact { min-height: 64px; padding-top: 4px; padding-bottom: 4px; box-shadow: 0 5px 18px rgba(0,0,0,.065); }
.header-contact { display: flex; flex-direction: column; text-align: center; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.42; transition: font-size .45s ease, line-height .45s ease; }
.original-header.is-compact .header-contact { font-size: 11px; line-height: 1.18; }
.header-contact a:hover { text-decoration: underline; }
.original-brand { width: min(700px, 100%); justify-self: center; transition: width .45s cubic-bezier(.22,.61,.36,1); }
.original-header.is-compact .original-brand { width: min(300px, 100%); }
.original-brand img { width: 100%; }
.simple-help { justify-self: end; padding: 12px 18px; border: 1px solid #a8a8a8; border-radius: 4px; background: #f8f8f8; font-size: 14px; transition: color .2s, background .2s, border-color .2s, padding .45s ease; }
.original-header.is-compact .simple-help { padding: 8px 13px; font-size: 12px; }
.simple-help:hover { color: white; background: var(--ink); border-color: var(--ink); }

.illustration-hero {
  padding: 14px clamp(18px, 9vw, 172px) 30px;
  background-color: #fff;
  background-image: linear-gradient(45deg, rgba(80,80,80,.018) 25%, transparent 25%), linear-gradient(-45deg, rgba(80,80,80,.018) 25%, transparent 25%);
  background-size: 230px 230px;
}
.carousel { max-width: 1060px; aspect-ratio: 3 / 2; margin: 0 auto; position: relative; overflow: hidden; background: #f6f6f6; border: 1px solid #eee; }
.slide { position: absolute; inset: 0; z-index: 0; opacity: 0; visibility: hidden; transform: translateX(26px) scale(.995); transition: opacity .9s ease, transform .9s cubic-bezier(.22,.61,.36,1), visibility 0s linear .9s; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide.active { z-index: 2; opacity: 1; visibility: visible; transform: translateX(0) scale(1); transition-delay: 0s; }
.slide.leaving { z-index: 1; opacity: 0; visibility: visible; transform: translateX(-26px) scale(.995); transition-delay: 0s; }
.carousel-arrow { position: absolute; top: 50%; z-index: 5; width: 44px; height: 58px; transform: translateY(-50%); border: 1px solid rgba(0,0,0,.18); color: #222; background: rgba(255,255,255,.78); font: 300 40px/1 Arial, sans-serif; cursor: pointer; transition: background .2s; }
.carousel-arrow:hover { background: #fff; }
.carousel-prev { left: 14px; }
.carousel-next { right: 14px; }
.carousel-dots { position: absolute; left: 50%; bottom: 2px; z-index: 5; transform: translateX(-50%); display: flex; gap: 2px; }
.carousel-dot { width: 28px; height: 28px; padding: 0; position: relative; border: 0; background: transparent; cursor: pointer; }
.carousel-dot::after { content: ""; width: 9px; height: 9px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(0,0,0,.55); border-radius: 50%; background: rgba(255,255,255,.88); }
.carousel-dot.active { background: transparent; }
.carousel-dot.active::after { background: #333; }

.why-section { padding: clamp(80px, 9vw, 130px) 24px; text-align: center; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tiny-title { margin: 0 0 18px; color: #666; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6vw, 82px); }
.why-lead { margin: 30px auto 0; font-family: var(--font-outfit), Arial, sans-serif; font-size: clamp(22px, 2.4vw, 32px); font-weight: 400; }
.why-copy { max-width: 840px; margin: 25px auto 0; color: var(--soft-ink); font-size: 19px; line-height: 1.7; }
.sayings { max-width: 670px; margin: 42px auto 0; display: grid; gap: 11px; }
.sayings span { padding: 11px 18px; border: 1px solid #ddd; background: #f7f7f7; font-family: var(--font-outfit), Arial, sans-serif; font-size: 18px; }
.perfect { margin: 34px 0 0; font-size: 16px; }

.services-section { padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); background: #f7f7f7; }
.services-heading { align-self: start; position: sticky; top: 89px; }
.services-heading h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.02; }
.services-heading > p:not(.tiny-title) { max-width: 470px; margin: 28px 0 0; color: var(--soft-ink); font-size: 17px; line-height: 1.55; }
.services-heading > p + p { margin-top: 7px !important; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #aaa; border-left: 1px solid #aaa; }
.service-grid article { min-height: 245px; padding: 30px; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; background: rgba(255,255,255,.45); }
.service-grid article:last-child { min-height: 245px; }
.service-grid .service-feature { grid-column: 1 / -1; min-height: 360px; padding: clamp(40px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; color: #fff; background: #242424; }
.service-grid .service-feature .service-icon { margin-bottom: 30px; filter: none; }
.service-grid .service-feature h3 { max-width: 760px; margin-bottom: 18px; font-size: clamp(34px, 4vw, 48px); line-height: 1.3; font-weight: 600; }
.service-grid .service-feature p { max-width: 780px; color: #f1f1f1; font-size: 18px; line-height: 1.55; }
.service-icon { display: block; margin-bottom: 28px; font-size: 29px; filter: grayscale(1); }
.service-grid h3 { margin: 0 0 12px; font-size: 23px; font-weight: 550; }
.service-grid p { margin: 0; color: var(--soft-ink); line-height: 1.55; }

.contact-section { padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 145px); background: #f8f8f8; }
.contact-intro { align-self: start; position: sticky; top: 89px; }
.contact-intro h2 { max-width: 520px; font-size: clamp(46px, 5.2vw, 76px); line-height: .98; }
.contact-punchline { margin: 18px 0 0; font-family: var(--font-outfit), Arial, sans-serif; font-size: clamp(25px, 2.5vw, 36px); font-weight: 400; }
.contact-intro > p:not(.tiny-title):not(.contact-punchline) { color: var(--soft-ink); font-size: 17px; }
.direct-contact { margin-top: 45px; border-top: 1px solid var(--line); }
.direct-contact a { padding: 18px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.direct-contact span { color: #666; font-size: 12px; }
.direct-contact strong { margin-top: 4px; font-size: 19px; font-weight: 550; }
.direct-contact a:hover strong { text-decoration: underline; }

form { padding: clamp(28px, 4vw, 54px); border: 1px solid #ccc; background: white; box-shadow: 9px 9px 0 #e2e2e2; }
form > label, .form-row label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; font-size: 14px; font-weight: 600; }
.form-row label > span, form > label > span { min-height: 20px; display: block; }
.form-row { align-items: start; }
form b, fieldset b { color: #000; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #bbb; border-radius: 0; color: var(--ink); background: #fafafa; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
textarea { resize: vertical; }
fieldset { margin: 5px 0 24px; padding: 18px; border: 1px solid #ccc; }
legend { padding: 0 8px; font-size: 14px; font-weight: 600; }
fieldset label { display: flex; align-items: center; gap: 10px; margin: 9px 0; font-size: 14px; }
fieldset input { width: auto; accent-color: var(--ink); }
fieldset em { font-family: var(--font-outfit), Arial, sans-serif; color: #444; }
form button { width: 100%; min-height: 54px; border: 1px solid var(--ink); color: white; background: var(--ink); font: 600 16px var(--font-outfit), sans-serif; cursor: pointer; transition: .2s; }
.turnstile-wrap { min-height: 70px; margin: 2px 0 18px; display: flex; align-items: center; justify-content: center; }
form button span { margin-left: 8px; }
form button:hover { color: var(--ink); background: white; }
form small { display: block; margin-top: 12px; color: #666; text-align: center; }
.company-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 24px; margin: 14px 0 0; text-align: center; font-size: 14px; }
.form-status.success { color: #1f5d34; }
.form-status.error { color: #9a2424; }
form button:disabled { opacity: .55; cursor: wait; }

footer { padding: 60px clamp(24px, 8vw, 130px) 26px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 55px; align-items: start; color: white; background: #333; }
.footer-logo { display: flex; flex-direction: column; }
.footer-logo strong { font-size: 29px; font-weight: 500; }
.footer-logo span { margin-top: 5px; color: #cfcfcf; }
.socials { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 26px; font-size: 12px; }
.socials a { min-width: 54px; display: flex; flex-direction: column; align-items: center; gap: 9px; color: #ddd; transition: transform .18s ease, color .18s ease; }
.social-tile { width: 44px; height: 44px; display: grid; place-items: center; background: #fff; border-radius: 12px; box-shadow: 0 3px 0 rgba(0,0,0,.2); }
.social-tile img { width: 25px; height: 25px; display: block; }
.instagram-tile { background: radial-gradient(circle at 30% 105%, #ffd600 0 23%, #ff7a00 40%, #ff0169 60%, #d300c5 78%, #7638fa 100%); }
.socials a:hover { color: #fff; text-decoration: none; transform: translateY(-3px); }
.footer-contact { display: flex; flex-direction: column; justify-self: end; line-height: 1.6; }
.copyright { grid-column: 1 / -1; margin: 40px 0 0; padding-top: 22px; border-top: 1px solid #555; color: #aaa; font-size: 12px; }

@media (max-width: 980px) {
  .original-header { grid-template-columns: 1fr auto; min-height: 150px; }
  .header-contact { display: none; }
  .original-brand { width: min(560px, 100%); justify-self: start; }
  .original-header.is-compact { min-height: 60px; }
  .original-header.is-compact .original-brand { width: min(260px, 100%); }
  .services-section, .contact-section { grid-template-columns: 1fr; }
  .services-heading { position: static; }
  .contact-intro { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-self: end; }
  .socials { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .copyright { grid-row: 3; }
}

@media (max-width: 620px) {
  .original-header { min-height: 100px; padding: 12px 18px; }
  .original-brand { width: 245px; }
  .original-header.is-compact { min-height: 56px; padding-top: 4px; padding-bottom: 4px; }
  .original-header.is-compact .original-brand { width: 175px; }
  .simple-help { padding: 9px 11px; font-size: 12px; }
  .illustration-hero { padding: 10px 0 20px; }
  .carousel { border-left: 0; border-right: 0; }
  .carousel-dots { bottom: 0; gap: 0; }
  .carousel-dot { width: 28px; height: 28px; }
  .why-section { padding: 70px 20px; }
  h1 { font-size: 48px; }
  .sayings span { font-size: 15px; }
  .services-section, .contact-section { padding: 75px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid .service-feature { grid-column: auto; min-height: 0; padding: 42px 30px; }
  .service-grid .service-feature h3 { font-size: 34px; }
  .service-grid .service-feature p { font-size: 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  form { padding: 25px 20px; box-shadow: 6px 6px 0 #e2e2e2; }
  .turnstile-wrap { overflow: hidden; }
  footer { grid-template-columns: 1fr; padding: 50px 22px 24px; }
  .footer-contact { justify-self: start; }
  .socials, .copyright { grid-column: auto; grid-row: auto; }
}

.footer-reserve { height: 180px; background: #f8f8f8; }
footer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 45; height: 54px; padding: 5px clamp(24px, 8vw, 130px); grid-template-columns: 1fr auto 1fr; column-gap: 55px; row-gap: 0; align-items: start; overflow: hidden; box-shadow: 0 -5px 20px rgba(0,0,0,.08); will-change: height, padding; transition: height .82s cubic-bezier(.22,.61,.36,1), padding .82s cubic-bezier(.22,.61,.36,1), box-shadow .6s ease; }
footer .footer-logo, footer .footer-contact, footer .copyright { opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .55s ease, transform .72s cubic-bezier(.22,.61,.36,1), visibility 0s linear .72s; }
footer .socials { justify-content: center; gap: clamp(14px, 3vw, 34px); transition: gap .55s cubic-bezier(.22,.61,.36,1); }
footer .socials a { min-width: 0; gap: 0; transition: min-width .55s ease, gap .55s ease, transform .18s ease, color .18s ease; }
footer .socials a > span:last-child { max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-5px); transition: max-height .45s ease, opacity .3s ease, transform .45s ease; }
footer .social-tile { width: 42px; height: 42px; border-radius: 10px; box-shadow: none; }
footer.is-expanded { height: 180px; padding: 25px clamp(24px, 8vw, 130px) 12px; box-shadow: 0 -12px 36px rgba(0,0,0,.13); }
footer.is-expanded .footer-logo, footer.is-expanded .footer-contact, footer.is-expanded .copyright { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
footer.is-expanded .socials { justify-content: center; gap: 26px; }
footer.is-expanded .socials a { min-width: 54px; gap: 9px; }
footer.is-expanded .socials a > span:last-child { max-height: 20px; opacity: 1; transform: translateY(0); transition-delay: 0s; }
footer.is-expanded .social-tile { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 3px 0 rgba(0,0,0,.2); }
footer.is-expanded .copyright { margin-top: 12px; padding-top: 10px; }
@media (max-width: 620px) {
  .footer-reserve { height: 350px; }
  footer { grid-template-columns: 0 minmax(0, 1fr) 0; column-gap: 0; row-gap: 0; padding: 5px 10px; }
  footer .socials { width: 100%; grid-column: 2; justify-content: space-evenly; flex-wrap: nowrap; gap: 6px; }
  footer .socials a { flex: 0 0 auto; }
  footer .social-tile { width: 34px; height: 34px; border-radius: 8px; }
  footer .social-tile img { width: 20px; height: 20px; }
  footer.is-expanded { height: min(350px, 76vh); padding: 24px 22px 16px; grid-template-columns: 1fr; row-gap: 18px; overflow-y: auto; }
  footer.is-expanded .footer-logo strong { font-size: 29px; }
  footer.is-expanded .socials { width: 100%; grid-column: 1; justify-content: space-between; flex-wrap: nowrap; gap: 6px; }
  footer.is-expanded .socials a { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slide, footer { transition: none; }
}

.privacy-note { margin: 12px 0 0; color: #666; font-size: 12px; line-height: 1.5; text-align: center; }
.privacy-note a, .copyright a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.privacy-note a:hover, .copyright a:hover { color: #000; }
footer .copyright a:hover { color: #fff; }
