:root {
  --ink: #071016;
  --ink-soft: #0c181e;
  --panel: #102128;
  --paper: #f4f5ed;
  --muted: #9eaaa8;
  --acid: #d4f34f;
  --line: rgba(244, 245, 237, .16);
  --line-dark: rgba(7, 16, 22, .14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Kanit', sans-serif;
  --display: 'Space Grotesk', 'Kanit', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-weight: 300; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 10; height: 82px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: rgba(7,16,22,.82); border-bottom: 1px solid rgba(244,245,237,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: 43px; height: 43px; flex: 0 0 43px; object-fit: cover; border: 1px solid rgba(244,245,237,.35); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 3px rgba(7,16,22,.65), 0 0 18px rgba(212,243,79,.13); }
.brand-mark { display: inline-grid; place-items: center; width: 42px; height: 34px; color: var(--ink); background: var(--acid); font: 700 15px var(--display); letter-spacing: -.08em; transform: skew(-12deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 700 15px var(--display); letter-spacing: .13em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font: 500 8px var(--display); letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; color: #c2cdca; }
.nav-link { position: relative; padding: 8px 0; transition: color .2s ease; }
.nav-link::after { content: ''; position: absolute; bottom: 1px; left: 0; width: 0; height: 2px; background: var(--acid); transition: width .25s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--paper); }
.nav-link.is-active::after, .nav-link:hover::after { width: 100%; }
.nav-contact { padding: 10px 14px; border: 1px solid var(--line); }
.nav-contact::after { display: none; }
.nav-contact span { color: var(--acid); margin-left: 5px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--paper); }
.hero { min-height: 790px; padding-top: 170px; position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 34px; }
.eyebrow { margin: 0 0 21px; color: var(--acid); font: 500 11px var(--display); letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 16px var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 23px; color: var(--paper); font: 600 clamp(66px, 8.8vw, 128px)/.8 var(--display); letter-spacing: -.105em; }
h1 em, h2 span, .contact-copy em { color: var(--acid); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero-lead { max-width: 430px; margin-bottom: 30px; color: #b1beb9; font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span, .arrow-link span { color: var(--acid); font-family: var(--display); font-weight: 700; }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: #e1ff6c; }
.button-outline { color: var(--paper); border-color: rgba(244,245,237,.35); }
.button-outline:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.text-link { color: var(--paper); font-size: 14px; border-bottom: 1px solid rgba(244,245,237,.3); padding-bottom: 4px; }
.text-link span { margin-left: 10px; color: var(--acid); font-family: var(--display); font-size: 19px; }
.hero-meta { display: flex; gap: 35px; margin-top: 74px; color: var(--muted); }
.hero-meta div { display: flex; flex-direction: column; gap: 2px; }
.hero-meta strong { color: var(--acid); font: 700 11px var(--display); }
.hero-meta span { font-size: 12px; }
.hero-visual { min-height: 580px; position: relative; }
.hero-car-image { position: absolute; width: 83%; height: 80%; top: 5%; right: -9%; background: linear-gradient(90deg, rgba(7,16,22,.08), rgba(7,16,22,.27)), url('https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1200&q=85') center/cover; filter: saturate(.68) contrast(1.15); clip-path: polygon(17% 3%, 92% 0, 100% 78%, 76% 96%, 5% 100%, 0 19%); }
.hero-car-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(212,243,79,.14), transparent 30%, transparent 70%, rgba(7,16,22,.55)); mix-blend-mode: screen; }
.hero-orbit { position: absolute; border: 1px solid rgba(212,243,79,.44); border-radius: 50%; transform: rotate(-31deg); }
.orbit-one { width: 87%; height: 68%; right: -5%; top: 12%; }
.orbit-two { width: 106%; height: 80%; right: -14%; top: 6%; border-color: rgba(244,245,237,.13); }
.hero-sticker { position: absolute; z-index: 2; display: grid; place-items: center; width: 118px; height: 118px; border-radius: 50%; color: var(--ink); background: var(--acid); text-align: center; font: 700 16px/.9 var(--display); letter-spacing: -.05em; transform: rotate(14deg); }
.hero-sticker span { font-size: 11px; letter-spacing: .18em; }
.sticker-top { top: 4%; right: 9%; }
.sticker-bottom { bottom: 8%; left: 1%; background: var(--paper); transform: rotate(-13deg); }
.vertical-label { position: absolute; right: -19px; bottom: 18%; color: rgba(244,245,237,.5); font: 10px var(--display); letter-spacing: .17em; transform: rotate(90deg); }
.scroll-cue { position: absolute; bottom: 30px; left: 0; display: flex; align-items: center; gap: 16px; color: var(--muted); font: 10px var(--display); letter-spacing: .15em; }
.scroll-cue b { display: grid; place-items: center; width: 31px; height: 31px; color: var(--acid); border: 1px solid rgba(212,243,79,.5); border-radius: 50%; font-size: 16px; }
.intro-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font: 10px var(--display); letter-spacing: .15em; }
.strip-inner p { margin: 0; white-space: nowrap; }
.strip-inner p:nth-of-type(2) { color: var(--paper); font: 300 15px var(--sans); letter-spacing: 0; }
.strip-line { height: 1px; flex: 1; background: var(--line); }
.about-section { padding-top: 142px; padding-bottom: 156px; }
.section-heading h2 { margin: 0; color: var(--paper); font: 500 clamp(42px, 5.2vw, 70px)/.98 var(--display); letter-spacing: -.08em; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; margin-top: 84px; }
.about-statement { padding-left: 42px; border-left: 2px solid var(--acid); }
.large-copy { max-width: 470px; margin-bottom: 20px; font-size: 22px; line-height: 1.65; }
.muted-copy { max-width: 430px; margin-bottom: 34px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(244,245,237,.3); font-size: 14px; }
.about-points { display: flex; flex-direction: column; }
.point-card { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 0 0 24px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.point-number { color: var(--acid); font: 700 12px var(--display); }
.point-card h3 { margin: -5px 0 4px; font: 500 22px var(--display); letter-spacing: -.04em; }
.point-card p { margin: 0; color: var(--muted); font-size: 14px; }
.services-section { padding: 120px 0 124px; background: var(--paper); color: var(--ink); }
.services-section .eyebrow { color: #5a6b1d; }
.services-section h2 { color: var(--ink); }
.heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.heading-note { max-width: 300px; margin: 0 0 6px; color: #63706b; font-size: 14px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 80px; }
.service-card { min-height: 355px; padding: 27px 25px 21px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line-dark); transition: background .25s ease, transform .25s ease, color .25s ease; }
.service-card:hover, .service-card.service-featured { color: var(--paper); background: var(--ink); transform: translateY(-8px); }
.service-number { margin-bottom: 46px; color: #69766f; font: 700 11px var(--display); }
.service-card:hover .service-number, .service-featured .service-number { color: var(--acid); }
.service-icon { width: 43px; height: 43px; margin-bottom: 25px; position: relative; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-wrap::before { content: ''; position: absolute; left: 10px; top: 13px; width: 19px; height: 11px; border: 1.5px solid currentColor; border-radius: 50% 50% 40% 40%; transform: rotate(-10deg); }
.icon-wrap::after { content: ''; position: absolute; left: 13px; top: 8px; width: 13px; height: 4px; border-top: 1.5px solid currentColor; transform: rotate(-10deg); }
.icon-shield::before { content: '✦'; position: absolute; inset: 5px; display: grid; place-items: center; font-size: 24px; }
.icon-sun::before { content: '☼'; position: absolute; inset: 4px; display: grid; place-items: center; font-size: 28px; }
.icon-home::before { content: '⌂'; position: absolute; inset: 4px; display: grid; place-items: center; font: 29px var(--serif); }
.service-card h3 { margin-bottom: 9px; font: 500 20px var(--display); letter-spacing: -.05em; }
.service-card p { min-height: 71px; margin: 0; color: #69766f; font-size: 13px; line-height: 1.8; }
.service-card:hover p, .service-featured p { color: #b1beb9; }
.service-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line-dark); color: #5a6b1d; font: 11px var(--display); }
.service-card:hover .service-bottom, .service-featured .service-bottom { border-color: var(--line); color: var(--acid); }
.service-bottom a { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }
.price-note { margin: 23px 0 0; color: #7b8681; font-size: 11px; }
.work-section { padding-top: 140px; padding-bottom: 145px; }
.work-heading { align-items: flex-end; }
.filter-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-button { padding: 9px 17px; color: var(--muted); border: 1px solid var(--line); background: transparent; font-size: 12px; border-radius: 30px; transition: all .2s ease; }
.filter-button:hover, .filter-button.is-selected { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.work-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 12px; margin-top: 75px; }
.work-card { min-height: 315px; position: relative; overflow: hidden; }
.work-large { grid-row: span 2; min-height: 643px; }
.work-image { position: absolute; inset: 0; background-position: center; background-size: cover; filter: saturate(.68); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.work-image-one { background-image: linear-gradient(135deg, rgba(7,16,22,.04), rgba(7,16,22,.4)), url('media/rta-work-01.jpg'); }
.work-image-two { background-image: linear-gradient(135deg, rgba(7,16,22,.03), rgba(7,16,22,.5)), url('media/rta-work-02.jpg'); }
.work-image-three { background-image: linear-gradient(135deg, rgba(7,16,22,.03), rgba(7,16,22,.5)), url('media/rta-work-03.jpg'); }
.work-image-four { background-image: linear-gradient(135deg, rgba(7,16,22,.03), rgba(7,16,22,.65)), url('media/rta-reel-poster.jpg'); }
.work-video .work-overlay b { color: var(--paper); border-color: rgba(244,245,237,.65); font-size: 13px; }
.work-card:hover .work-image { transform: scale(1.06); filter: saturate(1); }
.work-overlay { position: absolute; inset: 0; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, transparent 35%, rgba(7,16,22,.86)); }
.work-overlay span { margin-bottom: 8px; color: var(--acid); font: 10px var(--display); letter-spacing: .13em; }
.work-overlay h3 { margin: 0; color: var(--paper); font: 500 34px/.88 var(--display); letter-spacing: -.08em; }
.work-overlay b { position: absolute; right: 25px; bottom: 25px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--acid); border: 1px solid rgba(212,243,79,.6); border-radius: 50%; font: 18px var(--display); }
.work-card.is-hidden { display: none; }
.work-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: var(--muted); font-size: 12px; }
.work-footer .arrow-link { color: var(--paper); }
.reviews-section { padding: 122px 0; background: var(--panel); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.review-intro p:not(.eyebrow) { max-width: 390px; margin: 23px 0 29px; color: #b1beb9; font-size: 14px; line-height: 1.9; }
.review-status { min-height: 315px; padding: 50px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: rgba(7,16,22,.2); }
.review-mark { color: var(--acid); font: 100px/.3 var(--serif); }
.review-quote { margin: 24px 0; color: var(--paper); font: 400 28px/1.35 var(--serif); letter-spacing: -.04em; }
.review-line { width: 100%; height: 1px; background: var(--line); }
.review-caption { margin: 14px 0 0; color: var(--muted); font: 11px var(--display); letter-spacing: .04em; }
.review-dots { display: flex; gap: 8px; margin-top: 26px; }
.review-dots span { display: block; width: 6px; height: 6px; background: #52615e; border-radius: 50%; }
.review-dots span.active { width: 24px; border-radius: 10px; background: var(--acid); }
.review-video { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; margin-top: 10px; padding: 16px; border: 1px solid var(--line); background: rgba(7,16,22,.2); }
.review-video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: var(--ink); }
.review-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.review-video-copy { padding: 25px 30px 25px 0; }
.review-video-copy h3 { margin: 16px 0 19px; color: var(--paper); font: 500 clamp(34px, 4vw, 56px)/.94 var(--display); letter-spacing: -.08em; }
.review-video-copy h3 span { color: var(--acid); }
.review-video-copy > p:not(.eyebrow) { max-width: 390px; margin: 0 0 24px; color: #b1beb9; font-size: 14px; line-height: 1.9; }
.review-video-copy .arrow-link { color: var(--paper); }
.contact-section { padding: 140px 0 130px; background: var(--acid); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 120px; }
.contact-copy .eyebrow { color: #536315; }
.contact-copy h2 { margin: 0; color: var(--ink); font: 500 clamp(46px, 5.5vw, 76px)/.96 var(--display); letter-spacing: -.09em; }
.contact-copy em { color: var(--ink); }
.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 26px 0 41px; color: #52601d; font-size: 15px; line-height: 1.8; }
.contact-links { max-width: 460px; }
.contact-links a { display: grid; grid-template-columns: 84px 1fr 22px; gap: 15px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(7,16,22,.2); }
.contact-links a:last-child { border-bottom: 1px solid rgba(7,16,22,.2); }
.contact-label { color: #60701e; font: 10px var(--display); letter-spacing: .12em; }
.contact-links strong { font: 500 16px var(--display); }
.contact-links a > span:last-child { font: 18px var(--display); text-align: right; }
.contact-form { padding: 29px; background: var(--ink); color: var(--paper); box-shadow: 15px 15px 0 rgba(7,16,22,.13); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; padding-bottom: 25px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--acid); font: 500 13px var(--display); letter-spacing: .1em; }
.form-heading small { color: var(--muted); font-size: 10px; }
.contact-form label { display: block; margin-bottom: 17px; color: #b1beb9; font-size: 12px; }
.contact-form input, .contact-form textarea, .contact-form select { display: block; width: 100%; margin-top: 6px; padding: 10px 0; color: var(--paper); border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; font-size: 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--acid); }
.contact-form select { color: var(--paper); }
.contact-form option { color: var(--ink); }
.contact-form .button { width: 100%; margin-top: 7px; }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--acid); font-size: 12px; }
.site-footer { padding: 27px 0; background: var(--ink); border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--muted); font-size: 11px; }
.footer-inner .brand { color: var(--paper); }
.footer-inner p { margin: 0; font: 11px var(--display); letter-spacing: .05em; }
.floating-line { position: fixed; z-index: 9; right: 25px; bottom: 25px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; color: var(--ink); background: var(--acid); box-shadow: 0 8px 22px rgba(0,0,0,.25); font: 600 12px var(--display); }
.floating-line span { font-size: 15px; }

@media (max-width: 960px) {
  .section-shell { width: min(100% - 42px, 760px); }
  .site-header { padding: 0 21px; }
  .main-nav { gap: 16px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; min-height: 920px; padding-top: 155px; }
  .hero-copy { align-self: start; }
  .hero-visual { position: absolute; width: 100%; right: 0; bottom: 26px; height: 430px; min-height: 0; }
  .hero-car-image { right: -2%; width: 84%; height: 95%; }
  .sticker-top { right: 3%; }
  .about-grid, .review-grid, .contact-grid { gap: 60px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 320px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-large { grid-row: auto; min-height: 450px; grid-column: span 2; }
}

@media (max-width: 680px) {
  .section-shell { width: calc(100% - 36px); }
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; background: rgba(7,16,22,.97); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .nav-link { padding: 12px 4px; }
  .nav-contact { margin-top: 5px; text-align: center; }
  .hero { min-height: 800px; padding-top: 123px; }
  h1 { font-size: clamp(66px, 20vw, 96px); }
  .hero-lead { max-width: 340px; font-size: 14px; }
  .hero-actions { gap: 18px; flex-wrap: wrap; }
  .hero-meta { gap: 20px; margin-top: 43px; }
  .hero-visual { bottom: 0; height: 330px; }
  .hero-car-image { right: -15%; width: 105%; height: 100%; }
  .orbit-one { width: 110%; height: 74%; right: -14%; }
  .orbit-two { width: 126%; height: 84%; right: -24%; }
  .hero-sticker { width: 78px; height: 78px; font-size: 11px; }
  .hero-sticker span { font-size: 7px; }
  .sticker-top { top: 6%; right: 0; }
  .sticker-bottom { bottom: 3%; left: 1%; }
  .vertical-label { display: none; }
  .scroll-cue { bottom: 23px; font-size: 9px; }
  .strip-inner { min-height: 68px; gap: 12px; overflow: hidden; }
  .strip-inner p:nth-of-type(2) { font-size: 12px; }
  .strip-inner p:first-child, .strip-inner p:last-child, .strip-line { display: none; }
  .about-section, .work-section { padding-top: 90px; padding-bottom: 95px; }
  .section-heading h2 { font-size: 43px; }
  .about-grid, .review-grid, .contact-grid { display: block; margin-top: 52px; }
  .about-points { margin-top: 65px; }
  .large-copy { font-size: 19px; }
  .services-section, .reviews-section, .contact-section { padding: 88px 0; }
  .heading-row { display: block; }
  .heading-note { margin-top: 23px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 52px; }
  .service-card { min-height: 300px; }
  .work-heading .filter-wrap { margin-top: 26px; }
  .work-grid { display: block; margin-top: 48px; }
  .work-card, .work-large { min-height: 340px; margin-bottom: 10px; }
  .work-footer { display: block; }
  .work-footer .arrow-link { margin-top: 15px; }
  .review-intro { margin-bottom: 52px; }
  .review-status { min-height: 280px; padding: 30px; }
  .review-quote { font-size: 24px; }
  .review-video { display: block; margin-top: 10px; padding: 10px; }
  .review-video-copy { padding: 28px 20px 18px; }
  .contact-copy h2 { font-size: 47px; }
  .contact-links { margin-bottom: 55px; }
  .contact-form { padding: 23px 19px; }
  .form-heading { display: block; }
  .form-heading small { display: block; margin-top: 5px; }
  .footer-inner { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-inner p { grid-column: span 2; order: 3; }
  .floating-line { right: 17px; bottom: 17px; }
}
