@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("montserrat-700-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #f7f5f1;
  --surface-border: #e5e7eb;
  --text-main: #000000;
  --text-muted: #4b5563;
  --primary: #000000;
  --on-primary: #d9bb54;
  --secondary: #d9bb54;
  --accent: #542121;
  --on-accent: #e9d9bc;
  --deep: #15110f;
  --success: #6a8f32;
  --success-bg: #f1f5eb;
  --gold-gradient: linear-gradient(135deg, #8a6508 0%, #d9bb54 30%, #fdfbf7 50%, #d9bb54 70%, #543d00 100%);
  --shadow-sm: 0 8px 24px rgb(0 0 0 / 0.06);
  --shadow-lg: 0 24px 64px rgb(0 0 0 / 0.16);
  --shell: min(1200px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text-main); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 24px; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Montserrat", Arial, sans-serif; font-weight: 700; letter-spacing: -0.02em; text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: 48px; line-height: 56px; text-transform: uppercase; }
h2 { margin-bottom: 16px; font-size: 30px; line-height: 40px; text-transform: uppercase; }
h3 { margin-bottom: 12px; font-size: 24px; line-height: 32px; }
p { margin-bottom: 16px; }
::selection { background: #d9bb54; color: #000; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; border-radius: 4px; background: #fff; color: #000; font-weight: 600; }
.skip-link:focus { transform: translateY(0); }

.announcement { position: relative; z-index: 30; background: var(--accent); color: var(--on-accent); font-size: 12px; line-height: 16px; letter-spacing: 0.04em; }
.announcement__inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 16px; padding-block: 8px; }
.announcement a { font-weight: 600; text-underline-offset: 4px; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #332c29; background: #0d0b0a; color: #fdfbf7; }
.site-header :focus-visible { outline-color: #d9bb54; }
.nav-wrap { position: relative; min-height: 84px; display: grid; grid-template-columns: 188px 1fr auto; align-items: center; gap: 24px; }
.brand { width: 176px; height: 64px; display: flex; align-items: center; overflow: hidden; border-radius: 4px; }
.brand img { width: 176px; height: 64px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 24px; }
.primary-nav a { position: relative; color: #fdfbf7; text-decoration: none; font-size: 14px; line-height: 20px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--secondary); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.mobile-actions { display: none; }
.menu-toggle { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 600; line-height: 20px; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button--compact { min-height: 44px; padding: 10px 20px; font-size: 14px; }
.button--primary { background: var(--primary); color: var(--on-primary); }
.button--outline { border-color: #1b1511; background: transparent; color: #1b1511; }
.button--outline:hover { background: #1b1511; color: #d9bb54; }
.button--gold { background: var(--gold-gradient); color: #000; border-color: #d9bb54; }
.button--header-primary { white-space: nowrap; background: var(--gold-gradient); color: #000; border-color: #d9bb54; }
.button--header-secondary { white-space: nowrap; border-color: #e9d9bc; background: transparent; color: #fdfbf7; }
.button--header-secondary:hover { background: #fdfbf7; color: #000; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; text-underline-offset: 4px; }
.text-link--light { color: #e9d9bc; }

.hero { position: relative; min-height: 672px; display: flex; align-items: stretch; overflow: hidden; background: #160e0e; color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgb(217 187 84 / 0.16), transparent 30%), linear-gradient(112deg, #0c0908 0%, #251313 48%, #542121 100%); }
.hero__mesh, .stats__mesh { position: absolute; inset: 0; opacity: 0.24; background-image: linear-gradient(90deg, rgb(233 217 188 / 0.09) 1px, transparent 1px), linear-gradient(rgb(233 217 188 / 0.08) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to right, #000, transparent 65%); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr); align-items: center; gap: 64px; padding-block: 56px; }
.hero__copy { position: relative; z-index: 2; padding-block: 32px; }
.hero__copy h1 { max-width: 760px; }
.gold-text { background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { max-width: 620px; color: #e9d9bc; font-size: 18px; line-height: 28px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgb(233 217 188 / 0.24); color: #e9d9bc; font-size: 12px; line-height: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust span::before { content: ""; width: 4px; height: 4px; background: #d9bb54; }
.hero__portrait { position: relative; align-self: end; padding-top: 32px; }
.portrait-frame { position: relative; overflow: hidden; border-radius: 4px; }
.portrait-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgb(217 187 84 / 0.5); border-radius: 4px; pointer-events: none; }
.portrait-frame--hero { height: 560px; box-shadow: var(--shadow-lg); background: #efeae4; }
.portrait-frame--hero img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.hero__badge { position: absolute; right: -16px; bottom: 32px; z-index: 2; width: 216px; padding: 16px; border: 1px solid rgb(217 187 84 / 0.6); border-radius: 4px; background: rgb(0 0 0 / 0.88); color: #e9d9bc; box-shadow: var(--shadow-lg); }
.hero__badge span { display: block; font-family: "Inter", Arial, sans-serif; font-size: 14px; line-height: 20px; font-weight: 600; text-wrap: balance; }

.section { padding-block: 96px; }
.section--intro { padding-bottom: 112px; }
.section--tint { background: var(--surface-alt); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--text-muted); }
.eyebrow { margin-bottom: 8px; color: #754020; font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow--light { color: #d9bb54; }

.service-carousel { position: relative; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; scroll-margin-top: 120px; }
.service-card { min-height: 336px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--surface-border); border-radius: 4px; box-shadow: var(--shadow-sm); transition: transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 260ms ease, opacity 260ms ease; }
.service-card:hover, .service-card:focus-within { transform: translateY(-8px); box-shadow: 0 24px 56px rgb(0 0 0 / 0.16); }
.service-card p:not(.eyebrow) { color: inherit; opacity: 0.82; }
.service-card__link { display: inline-flex; margin-top: 20px; color: inherit; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.service-card__link:hover { text-decoration-thickness: 2px; }
.service-card--dark { background: #0e0d0c; color: #fdfbf7; }
.service-card--cream { background: #e9d9bc; color: #1b1511; }
.service-card--maroon { background: #542121; color: #fdfbf7; }
.service-actions { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.service-carousel__controls { display: none; }

.stats { position: relative; overflow: hidden; background: #0b0908; color: #e9d9bc; }
.stats::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, #542121, transparent 48%, rgb(217 187 84 / 0.12)); }
.stats__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 64px; }
.stat { padding: 16px 28px; border-right: 1px solid rgb(233 217 188 / 0.22); }
.stat:last-child { border-right: 0; }
.stat strong, .stat span { display: block; }
.stat strong { margin-bottom: 8px; background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: "Montserrat", sans-serif; font-size: 40px; line-height: 48px; }
.stat span { font-size: 14px; line-height: 20px; color: #e9d9bc; }
.benefit-card, .testimonial-card, .contact-detail { transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease; }
.benefit-card:hover, .benefit-card:focus-within, .testimonial-card:hover, .testimonial-card:focus-within { transform: translateY(-8px); box-shadow: 0 20px 48px rgb(0 0 0 / 0.12); }
.contact-detail:hover, .contact-detail:focus-within { transform: translateX(4px); }

.owner__grid { display: grid; grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr); align-items: center; gap: 88px; }
.owner__portrait { position: relative; }
.portrait-frame--owner { height: 624px; background: #efeae4; box-shadow: var(--shadow-lg); }
.portrait-frame--owner img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.owner__brand-mark { position: absolute; right: -24px; bottom: -24px; width: 200px; height: 96px; display: grid; place-items: center; padding: 12px; border: 1px solid #d9bb54; border-radius: 4px; background: #000; box-shadow: var(--shadow-lg); }
.owner__brand-mark img { width: 176px; height: 64px; object-fit: contain; }
.owner__copy { max-width: 560px; }
.owner__intro { padding-left: 20px; border-left: 4px solid #d9bb54; color: var(--text-main); font-size: 20px; line-height: 32px; font-weight: 500; }
.owner__copy > p:not(.eyebrow):not(.owner__intro) { color: var(--text-muted); }
.owner__copy .button { margin-top: 16px; }

.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr); align-items: end; gap: 64px; margin-bottom: 48px; }
.split-heading p:last-child { color: var(--text-muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { min-height: 336px; padding: 32px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); box-shadow: var(--shadow-sm); }
.benefit-card::before { content: ""; display: block; width: 48px; height: 4px; margin-bottom: 48px; background: #d9bb54; }
.benefit-card p { color: var(--text-muted); }
.benefit-card small { display: block; color: var(--text-muted); font-size: 12px; line-height: 16px; }
.benefit-card--featured { border-color: #542121; background: #542121; color: #fdfbf7; }
.benefit-card--featured p { color: #e9d9bc; }

.testimonials { overflow: hidden; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.placeholder-note { margin: 0; color: var(--text-muted); font-size: 12px; line-height: 16px; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); cursor: pointer; font-size: 20px; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.carousel-controls button:hover { transform: translateY(-2px); background: var(--primary); color: var(--on-primary); }
.carousel { overflow: hidden; }
.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.carousel__track::-webkit-scrollbar { display: none; }
.testimonial-card { flex: 0 0 calc((100% - 32px) / 3); min-height: 328px; display: flex; flex-direction: column; padding: 32px; scroll-snap-align: start; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); box-shadow: var(--shadow-sm); }
.testimonial-card:nth-child(even) { background: #17110f; color: #fdfbf7; }
.stars { margin-bottom: 24px; color: #b68d22; letter-spacing: 0.16em; }
.testimonial-card blockquote { flex: 1; margin: 0; font-size: 18px; line-height: 28px; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--surface-border); }
.testimonial-card:nth-child(even) footer { border-color: rgb(233 217 188 / 0.2); }
.testimonial-card footer > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #542121; color: #e9d9bc; font-size: 12px; font-weight: 600; }
.testimonial-card footer > img { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; object-fit: cover; }
.testimonial-card footer strong, .testimonial-card footer small { display: block; }
.testimonial-card footer small { margin-top: 4px; color: var(--text-muted); font-size: 12px; line-height: 16px; }
.testimonial-card:nth-child(even) footer small { color: #c8beb5; }
.carousel-dots { display: flex; justify-content: center; gap: 0; margin-top: 16px; }
.carousel-dots button { position: relative; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 4px; background: transparent; cursor: pointer; }
.carousel-dots button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--surface-border); transform: translate(-50%, -50%); transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease; }
.carousel-dots button[aria-current="true"]::before { width: 24px; border-radius: 4px; background: #d9bb54; }

.contact { padding-top: 64px; }
.contact-grid { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: 24px; align-items: stretch; }
.contact-details { padding: 32px; border-radius: 4px; background: var(--accent); color: var(--on-accent); }
.contact-detail { padding-block: 20px; border-bottom: 1px solid color-mix(in srgb, var(--on-accent) 24%, transparent); }
.contact-detail:first-child { padding-top: 0; }
.contact-detail:last-child { padding-bottom: 0; border-bottom: 0; }
.contact-detail small { display: block; margin-bottom: 4px; font-size: 12px; line-height: 16px; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-detail a { font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.contact-detail p { margin: 0; }
.contact-form { padding: 40px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; margin-bottom: 24px; }
.field { display: flex; flex-direction: column; gap: 4px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; line-height: 20px; font-weight: 500; }
.field label span { color: #8c2525; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--bg); color: var(--text-main); }
.field textarea { min-height: 136px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .inline-form input:focus { outline: 2px solid var(--primary); outline-offset: 2px; }
.form-success { margin-top: 16px; padding: 12px 16px; border: 1px solid var(--success); border-radius: 4px; background: var(--success-bg); color: var(--text-main); font-weight: 500; }

.site-footer { background: #0d0b0a; color: #e9d9bc; }
.footer-mission { border-bottom: 1px solid #332c29; background: #0d0b0a; color: #e9d9bc; }
.footer-mission__inner { display: grid; grid-template-columns: 176px minmax(0, 760px); justify-content: center; align-items: center; gap: 48px; padding-block: 48px; }
.footer-mission__inner img { width: 176px; height: 64px; object-fit: contain; }
.footer-mission__inner p:last-child { margin: 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.12fr 1fr 1.2fr; gap: 40px; padding-block: 56px; }
.footer-grid h3 { margin-bottom: 16px; color: #d9bb54; font-size: 14px; line-height: 20px; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-grid a, .footer-grid button { display: block; margin-bottom: 8px; padding: 0; border: 0; background: none; color: #c8beb5; font-size: 14px; line-height: 20px; text-align: left; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: #fdfbf7; text-decoration: underline; text-underline-offset: 4px; }
.footer-brand img { width: 176px; height: 64px; object-fit: contain; margin-bottom: 12px; }
.footer-brand p { color: #c8beb5; font-size: 14px; line-height: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid #332c29; color: #aaa19a; font-size: 12px; line-height: 16px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; padding-block: 80px; background: #160e0e; color: #fff; }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 25%, rgb(217 187 84 / 0.2), transparent 26%), linear-gradient(110deg, #0b0908, #542121); }
.inner-hero::after { content: ""; position: absolute; inset: 0; opacity: 0.22; background-image: linear-gradient(90deg, rgb(233 217 188 / 0.12) 1px, transparent 1px), linear-gradient(rgb(233 217 188 / 0.1) 1px, transparent 1px); background-size: 32px 32px; }
.inner-hero .shell { position: relative; z-index: 2; max-width: 880px; }
.inner-hero p:last-child { max-width: 680px; margin-bottom: 0; color: #e9d9bc; font-size: 18px; line-height: 28px; }
.inner-layout { display: grid; grid-template-columns: minmax(240px, 0.38fr) minmax(0, 0.62fr); gap: 40px; align-items: start; }
.inner-layout > *, .contact-grid > * { min-width: 0; }
.inner-aside { position: sticky; top: 120px; padding: 28px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); }
.inner-aside h2 { font-size: 20px; line-height: 28px; }
.inner-aside p, .inner-aside li { color: var(--text-muted); font-size: 14px; line-height: 20px; }
.inner-aside ol { margin: 20px 0 0; padding-left: 20px; }
.inner-aside li + li { margin-top: 12px; }
.service-detail { display: grid; gap: 40px; }
.service-detail > section { max-width: 820px; }
.service-detail h2 { margin-bottom: 16px; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.detail-card { padding: 24px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); box-shadow: var(--shadow-sm); }
.detail-card h3 { font-size: 19px; line-height: 27px; }
.detail-card p { margin-bottom: 0; color: var(--text-muted); }
.service-cta { padding: 36px; border-radius: 4px; background: #542121; color: #fff; }
.service-cta p { max-width: 650px; color: #e9d9bc; }
.service-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.upload-form { padding: 40px; border: 1px solid var(--surface-border); border-radius: 4px; background: var(--surface); box-shadow: var(--shadow-sm); }
.upload-form h2 { margin-bottom: 8px; }
.upload-form > p { margin-bottom: 28px; color: var(--text-muted); }
.cognito-form-shell { min-width: 0; overflow: visible; }
.cognito-form-shell[data-cognito-lazy]:not(.is-loaded) { min-height: 520px; display: grid; place-items: center; }
.cognito-placeholder { max-width: 320px; margin: 0; color: var(--text-muted); text-align: center; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-cognito {
  --font-family: "Inter", Arial, sans-serif;
  --header__font-family: "Montserrat", Arial, sans-serif;
  --label__font-family: "Inter", Arial, sans-serif;
  --button-primary__font-family: "Inter", Arial, sans-serif;
  --button-secondary__font-family: "Inter", Arial, sans-serif;
  --border-radius: 4px;
  --input__border-radius: 4px;
  --button__border-radius: 4px;
  --form__margins: 0;
  --gutter: 16px;
  --input__background-color: #fff;
  --input__border-color: #e5e7eb;
  --input__border-width: 1px;
  --input__color: #000;
  --input__padding-h: 12px;
  --input__padding-v: 10px;
  --highlight: #000;
  --highlight-reverse: #d9bb54;
  color: var(--text-main);
}
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-header h1, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-section__heading {
  color: var(--text-main);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-header h1 { font-size: 30px; line-height: 40px; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-label { color: var(--text-main); font-size: 14px; line-height: 20px; font-weight: 500; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-helptext { color: var(--text-muted); font-size: 12px; line-height: 16px; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-input__inner, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-textarea__inner, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-radio__inner, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-checkbox__inner, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-signature__pad {
  border: 1px solid var(--surface-border);
  border-radius: 4px;
  background: #fff;
  color: var(--text-main);
}
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-input__inner, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-textarea__inner { padding: 10px 12px; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-input__inner { min-height: 48px; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-input__inner:focus, :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .el-textarea__inner:focus { outline: 2px solid var(--primary); outline-offset: 2px; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-button--primary {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 24px !important;
  border: 1px solid #d9bb54 !important;
  border-radius: 4px !important;
  background: var(--gold-gradient) !important;
  color: #000 !important;
  box-shadow: none !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-button--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm) !important; }
:is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-button--primary:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; }
.file-field { min-height: 128px; display: grid; place-items: center; padding: 20px; border: 1px dashed #967b38; border-radius: 4px; background: var(--bg); text-align: center; }
.file-field input { width: 100%; min-height: auto; padding: 0; border: 0; }
.file-field input, .file-field small { max-width: 100%; overflow-wrap: anywhere; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; font-size: 14px; line-height: 20px; }
.consent input { width: 20px; height: 20px; margin: 0; accent-color: var(--primary); }
.legal { max-width: 880px; }
.legal .updated { margin-bottom: 40px; color: var(--text-muted); }
.legal section + section { margin-top: 40px; }
.legal h2 { font-size: 24px; line-height: 32px; }
.legal p, .legal li { color: var(--text-muted); }
.legal a { font-weight: 600; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.is-animating { will-change: transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .nav-wrap { grid-template-columns: 1fr auto; min-height: 76px; gap: 16px; }
  .brand, .brand img { width: 148px; height: 56px; }
  .menu-toggle { width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; border: 1px solid #7b6542; border-radius: 4px; background: #171311; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: #fdfbf7; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100vh - 76px); display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; padding: 24px; border: 1px solid #332c29; border-top: 0; border-radius: 0 0 4px 4px; background: #0d0b0a; box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 16px 8px; border-bottom: 1px solid #332c29; font-size: 16px; line-height: 24px; }
  .primary-nav a::after { display: none; }
  .mobile-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
  .mobile-actions .button { width: 100%; padding: 12px 20px; border-bottom: 1px solid currentColor; }
  .mobile-actions .button--header-primary, .mobile-actions .button--header-primary:hover, .mobile-actions .button--header-primary:focus-visible { color: #000; }
  .nav-actions { display: none; }
  .hero__grid { gap: 32px; }
  .hero__badge { right: 8px; }
  .service-card { padding: 24px; }
  .owner__grid { gap: 56px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 64px; padding-bottom: 0; }
  .hero__copy { max-width: 680px; margin-inline: auto; text-align: center; }
  .hero__copy h1, .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__trust { justify-content: center; }
  .hero__portrait { width: min(100%, 560px); justify-self: center; padding-top: 0; }
  .portrait-frame--hero { height: 600px; }
  .service-carousel { width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; }
  .service-grid { display: flex; gap: 16px; overflow-x: auto; padding: 8px 11vw 20px; scroll-padding-inline: 11vw; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .service-grid::-webkit-scrollbar { display: none; }
  .service-card { flex: 0 0 78vw; min-height: 320px; scroll-snap-align: center; opacity: 0.52; transform: scale(0.94); }
  .service-card.is-active { opacity: 1; transform: scale(1); box-shadow: 0 20px 48px rgb(0 0 0 / 0.15); }
  .service-card:hover, .service-card:focus-within { transform: scale(1); }
  .service-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 12px; }
  .service-carousel__controls button { width: 48px; height: 48px; border: 1px solid #1b1511; border-radius: 4px; background: #fff; color: #1b1511; cursor: pointer; font-size: 20px; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
  .service-carousel__controls button:hover { transform: translateY(-2px); background: #1b1511; color: #d9bb54; }
  .service-carousel__controls span { min-width: 48px; color: var(--text-muted); font-size: 14px; line-height: 20px; text-align: center; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat { text-align: center; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgb(233 217 188 / 0.22); }
  .owner__grid { grid-template-columns: 1fr; }
  .owner__portrait { width: min(100%, 560px); }
  .owner__copy { max-width: 680px; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 280px; }
  .testimonial-card { flex-basis: calc((100% - 16px) / 2); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .inner-layout { grid-template-columns: 1fr; }
  .inner-aside { position: static; }
  .detail-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  h1 { font-size: 36px; line-height: 44px; }
  h2 { font-size: 26px; line-height: 36px; }
  h3 { font-size: 20px; line-height: 28px; }
  .announcement__inner { justify-content: space-between; }
  .announcement__inner span { display: none; }
  .announcement__inner a { width: 100%; text-align: center; }
  .nav-wrap { gap: 8px; }
  .brand, .brand img { width: 132px; height: 48px; }
  .mobile-actions { grid-template-columns: 1fr; }
  .hero__grid { padding-top: 48px; }
  .hero__copy { padding-top: 0; }
  .hero__lead { font-size: 16px; line-height: 24px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button, .hero__actions .text-link { width: 100%; justify-content: center; }
  .hero__trust { display: grid; grid-template-columns: 1fr; }
  .hero__trust { justify-items: center; }
  .hero__portrait { width: 100%; }
  .portrait-frame--hero { height: 480px; }
  .hero__badge { right: 8px; bottom: 16px; }
  .section { padding-block: 72px; }
  .section--intro { padding-bottom: 72px; }
  .section-heading { margin-bottom: 32px; }
  .service-card { flex-basis: 82vw; min-height: 344px; padding: 24px; }
  .service-grid { padding-inline: 9vw; scroll-padding-inline: 9vw; }
  .service-actions { align-items: stretch; flex-direction: column; }
  .service-actions .button { width: 100%; }
  .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 32px; }
  .stat { padding: 24px 12px; border-right: 1px solid rgb(233 217 188 / 0.22); border-bottom: 1px solid rgb(233 217 188 / 0.22); text-align: center; }
  .stat:nth-child(even) { border-right: 0; }
  .stat:nth-child(n+3) { border-bottom: 0; }
  .portrait-frame--owner { height: 520px; }
  .owner__brand-mark { right: 16px; bottom: -24px; width: 176px; height: 88px; }
  .owner__copy { padding-top: 16px; }
  .benefit-card { min-height: 0; padding: 24px; }
  .benefit-card::before { margin-bottom: 32px; }
  .carousel-heading { align-items: flex-start; }
  .carousel-controls { flex-shrink: 0; }
  .testimonial-card { flex-basis: 100%; min-height: 340px; padding: 24px; }
  .contact-form, .upload-form { padding: 24px; }
  :is(#c2-tax-intake, #c2-additional-tax-intake, #c2-contact-form) .cog-button--primary { width: 100% !important; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-mission__inner { grid-template-columns: 1fr; justify-items: center; gap: 20px; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .inner-hero { padding-block: 64px; }
  .inner-hero h1 { overflow-wrap: anywhere; }
  .service-cta { padding: 28px 22px; }
  .upload-form > .button { width: 100%; white-space: normal; }
}
