.local-page { --accent: #e6c89e; --accent-rgb: 230,200,158; }
.local-page [hidden] { display: none !important; }
.local-page :focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.local-page .river-header { padding-inline: 4vw; }
.local-page .river-header-actions { gap: 28px; }
.local-page .river-header-actions .local-header-cta { color: var(--accent); }
.local-hero { position: relative; max-width: 1680px; margin: auto; padding: 132px 7vw 0; }
.local-hero-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 1.45fr .9fr; gap: 6vw; align-items: center; padding-bottom: 52px; }
.local-hero .river-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; font-size: .64rem; }
.local-beacon { flex: 0 0 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px rgba(var(--accent-rgb), .8); }
.local-hero h1 { margin: 0; font: 400 clamp(64px, 6.7vw, 108px)/.98 var(--serif); letter-spacing: -.035em; }
.local-hero-heading .local-intro { margin-top: 26px; }
.local-mockup-note { max-width: 365px; margin: 18px 0 0; color: var(--copy); font-size: 13px; line-height: 1.7; }
.local-page h1 em, .local-page h2 em { color: var(--accent); font-weight: 400; }
.local-intro { max-width: 450px; margin: 0; color: var(--copy); font-size: 16px; line-height: 1.75; }
.local-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.local-button { display: inline-flex; min-height: 50px; justify-content: center; align-items: center; padding: 15px 25px; border: 1px solid #dfded9; border-radius: 999px; color: #111319; background: #dfded9; font: 500 13px/1.4 var(--sans); cursor: pointer; transition: background 180ms ease, border-color 180ms ease; }
.local-button:hover { background: #fffefa; border-color: #fffefa; }
.local-button:disabled { cursor: wait; opacity: .65; }
.local-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; width: fit-content; min-height: 44px; padding-block: 8px; border-bottom: 1px solid rgba(var(--accent-rgb), .5); color: var(--ink); font-size: 13px; }
.local-text-link:hover, .local-secondary-link:hover { color: var(--accent); }
.site-mockup { display: block; overflow: hidden; border: 1px solid #383c47; border-radius: 9px; background: #090b11; box-shadow: 0 22px 60px rgba(0,0,0,.45); transition: border-color 200ms ease; }
.site-mockup:hover { border-color: #b9a281; }
.mockup-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 28px; padding: 0 12px; color: #afb1b8; background: #171a23; font: 400 9px/1 var(--mono); }
.mockup-controls { display: flex; gap: 5px; }
.mockup-controls i { width: 6px; height: 6px; border-radius: 50%; background: #9e6158; }
.mockup-controls i:nth-child(2) { background: #b29a64; }
.mockup-controls i:nth-child(3) { background: #7a9273; }
.site-mockup > img { display: block; width: 100%; height: auto; aspect-ratio: 1.5; object-fit: cover; }
.phone-mockup { display: block; position: relative; filter: drop-shadow(0 16px 18px rgba(0,0,0,.65)); }
.phone-mockup .iphone-device { display: block; width: 100%; height: auto; clip-path: inset(2% 3.7% 2.7% round 18% / 8.5%); }
.phone-mockup .iphone-screen { position: absolute; top: 9.5%; left: 9.55%; width: 82.75%; height: 83.35%; object-fit: fill; }
.local-hero-foot { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-block: 1px solid var(--line); color: var(--copy); font: 400 10px/1.6 var(--mono); }
.local-hero-foot a { color: var(--accent); }
.local-hero-foot .local-existing-site { display: inline-flex; align-items: center; min-height: 44px; font: 400 12px/1.6 var(--sans); text-decoration: underline; text-underline-offset: 5px; }
.local-section { max-width: 1680px; margin: auto; padding: 84px 7vw; border-bottom: 1px solid var(--line); }
.local-section-heading h2, .local-request h2 { margin: 0 0 26px; font: 400 clamp(42px, 4.2vw, 66px)/1.03 var(--serif); letter-spacing: -.025em; }
.local-section-heading > p:not(.river-kicker) { max-width: 390px; color: var(--copy); font-size: 16px; line-height: 1.75; }
.local-services > .river-kicker { margin: 0 0 24px; }
.local-website-service { border: 1px solid rgba(var(--accent-rgb), .24); border-top-color: rgba(var(--accent-rgb), .65); border-radius: 6px; background: rgba(14, 16, 22, .9); }
.local-build-overview { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 32px 36px 8px; }
.local-build-overview h2 { margin: 0; font-size: clamp(36px, 3.4vw, 50px); }
.local-build-overview .local-button { flex-shrink: 0; }
.local-update-note { margin: 0 36px; padding: 18px 0 22px; border-top: 1px solid var(--line); color: var(--copy); font-size: 13px; line-height: 1.7; }
.local-update-note a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.local-build-details { min-width: 0; padding: 14px 36px 26px; }
.local-build-includes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin: 0; padding: 0; column-gap: 28px; list-style: none; }
.local-build-includes li { position: relative; display: grid; align-content: start; gap: 7px; min-width: 0; padding: 22px 0 22px 24px; border-bottom: 1px solid var(--line); }
.local-build-includes li:nth-last-child(-n+3) { border-bottom: 0; }
.local-build-includes li::before { content: ""; position: absolute; top: 28px; left: 1px; width: 9px; height: 5px; border-bottom: 1.5px solid var(--accent); border-left: 1.5px solid var(--accent); transform: rotate(-45deg); }
.local-build-includes strong { color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.6; }
.local-build-includes span { color: var(--copy); font-size: 13px; line-height: 1.7; }
.local-optional-services { margin-top: 52px; }
.local-support-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 40px; margin-bottom: 26px; }
.local-support-heading h3 { margin: 0; font: 400 34px/1.2 var(--serif); scroll-margin-top: 100px; }
.local-service-label { flex-shrink: 0; color: var(--accent); font: 400 10px/1.6 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.local-service-catalog { overflow: hidden; border-block: 1px solid rgba(var(--accent-rgb), .3); background: rgba(10, 12, 18, .76); }
.local-service-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.local-service-table th, .local-service-table td { padding: 28px 24px; vertical-align: middle; }
.local-service-table thead { background: rgba(var(--accent-rgb), .06); }
.local-service-table thead th { padding-block: 17px; color: var(--accent); font: 400 10px/1.6 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.local-service-table thead th:first-child { width: 30%; }
.local-service-table thead th:nth-child(2) { width: 47%; }
.local-service-table thead th:last-child { width: 23%; }
.local-service-table tbody tr { border-top: 1px solid var(--line); }
.local-service-table tbody tr { transition: background 180ms ease; }
.local-service-table tbody tr:hover, .local-service-table tbody tr:focus-within { background: rgba(var(--accent-rgb), .025); }
.local-service-table h4 { margin: 0; color: var(--ink); font: 400 clamp(24px, 2.1vw, 29px)/1.2 var(--serif); }
.local-service-type { display: block; max-width: 230px; margin-top: 10px; color: var(--accent); font: 400 10px/1.7 var(--mono); }
.local-service-table p { margin: 0; color: var(--copy); font-size: 14px; line-height: 1.75; }
.local-service-link { display: inline-flex; align-items: center; max-width: 100%; min-height: 44px; padding: 8px 0; border-bottom: 1px solid rgba(var(--accent-rgb), .4); color: var(--ink); font-size: 12px; line-height: 1.6; transition: color 180ms ease, border-color 180ms ease; }
.local-service-link:hover { color: var(--accent); border-color: var(--accent); }
.local-services-note { margin: 16px 0 0; color: var(--copy); font-size: 13px; line-height: 1.75; }
#hosting { scroll-margin-top: 100px; }
.local-work { background: rgba(12,13,19,.45); }
.local-work .local-section-heading h2 { margin-bottom: 0; font-size: clamp(32px, 3vw, 44px); }
.local-work-story { display: grid; grid-template-columns: 1.4fr .9fr; gap: 5vw; align-items: center; margin-top: 40px; }
.local-work-mockups, .local-studio-mockups { position: relative; min-width: 0; padding: 12px 11% 45px 0; }
.local-work-mockups .phone-mockup, .local-studio-mockups .phone-mockup { position: absolute; width: 23%; right: 0; bottom: 0; transform: rotate(4deg); }
.local-studio-proof { display: grid; grid-template-columns: 1fr minmax(0, 360px); gap: 6vw; align-items: center; margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--line); }
.local-studio-mockups { padding-bottom: 24px; }
.local-studio-proof h3 { margin: 0 0 14px; font: 400 34px/1.08 var(--serif); }
.local-studio-proof p:not(.river-kicker) { max-width: 390px; color: var(--copy); font-size: 14px; line-height: 1.75; }
.local-work-copy h3 { margin: 0 0 24px; font: 400 clamp(38px, 4vw, 60px)/1.06 var(--serif); }
.local-work-copy > p:not(.river-kicker) { max-width: 420px; color: var(--copy); font-size: 16px; line-height: 1.75; }
.local-work-copy .local-text-link { margin-top: 10px; }
.local-testimonial { margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(var(--accent-rgb), .35); }
.local-testimonial blockquote { margin: 0; }
.local-testimonial blockquote p { margin: 0; color: var(--ink); font: italic 400 clamp(24px, 2.2vw, 32px)/1.3 var(--serif); }
.local-testimonial figcaption { display: grid; gap: 5px; margin-top: 18px; font-size: 13px; line-height: 1.6; }
.local-testimonial [data-testimonial-name] { color: var(--accent); }
.local-secondary-link { display: block; width: fit-content; margin-top: 20px; color: var(--copy); font-size: 12px; }
.local-hero-process h2 { margin: 0 0 22px; color: var(--accent); font: 400 11px/1.6 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.local-process-list { display: grid; gap: 20px; padding: 0; margin: 0; list-style: none; }
.local-process-list li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.local-process-list li > span { padding-top: 4px; color: var(--accent); font: 400 12px/1.6 var(--mono); }
.local-process-list h3 { margin: 0 0 7px; font: 400 25px/1.13 var(--serif); }
.local-process-list p { margin: 0; color: var(--copy); font-size: 14px; line-height: 1.75; }
.local-request { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "copy form" "details form"; grid-template-rows: auto 1fr; column-gap: 8vw; align-items: start; }
.local-request-copy { grid-area: copy; }
.local-request-details { grid-area: details; }
.local-request-panel { grid-area: form; }
.local-response-time { margin: -6px 0 0; color: var(--copy); text-align: center; font-size: 12px; line-height: 1.6; }
.local-request-copy > p:not(.river-kicker) { max-width: 390px; color: var(--copy); font-size: 16px; line-height: 1.75; }
.local-signature { display: grid; gap: 10px; margin-top: 42px; }
.local-signature > span { font: italic 400 34px var(--serif); }
.local-signature small { color: var(--copy); font: 400 12px/1.8 var(--mono); }
.local-email { display: inline-block; margin-top: 24px; color: var(--accent); font-size: 13px; overflow-wrap: anywhere; }
.local-request-panel { padding: 32px; border: 1px solid var(--line); background: rgba(10,12,19,.85); }
.local-form-heading { margin: 0; font: 400 30px var(--serif); }
.local-form-intro, #request-success > p { color: var(--copy); font-size: 14px; line-height: 1.75; }
.local-request form { display: grid; gap: 20px; margin-top: 26px; }
.local-field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.local-request label { display: block; color: #d6d2cb; font-size: 13px; line-height: 1.6; }
.local-request input, .local-request textarea, .local-request select { width: 100%; min-width: 0; margin: 8px 0 0; padding: 12px; border: 1px solid rgba(224,229,239,.22); border-radius: 2px; background: #0a0c13; color: var(--ink); font: 400 16px/1.5 var(--sans); }
.local-request input::placeholder, .local-request textarea::placeholder { color: #979ca8; font-size: 14px; }
.local-request textarea { resize: vertical; }
.local-request select { padding-right: 8px; font-size: 16px; min-height: 48px; }
.local-optional { margin-left: 6px; color: #a6abb5; font-size: 11px; }
.local-request form .local-button { width: 100%; }
.local-field-error { display: block; margin-top: 8px; color: #f0aaa0; font-size: 13px; line-height: 1.5; }
.local-form-error { padding: 14px 16px; border: 1px solid #98605b; color: #f3c1bb; background: rgba(137, 60, 51, .12); font-size: 14px; line-height: 1.6; }
.local-request [aria-invalid="true"] { border-color: #dc948a; }
.local-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#request-success { margin-top: 26px; }
#request-success h3 { font: 400 32px/1.2 var(--serif); }
#success-reference { overflow-wrap: anywhere; font: 400 11px/1.8 var(--mono); }
#request-status { color: var(--accent); font-size: 13px; line-height: 1.6; }
#request-status:empty { margin: 0; }
.local-footer { padding-inline: 7vw; }
@media (min-width: 1600px) { .local-hero, .local-section { padding-inline: 112px; } }
@media (max-width: 1050px) {
  .local-page .river-header-actions { gap: 18px; }
  .local-hero { padding: 126px 6vw 0; }
  .local-hero-copy { gap: 5vw; }
  .local-hero h1 { font-size: clamp(52px, 6.6vw, 70px); }
  .local-section { padding: 76px 6vw; }
  .local-request { column-gap: 5vw; }
  .local-build-overview { padding: 28px 26px 8px; }
  .local-build-details { padding: 12px 26px 22px; }
  .local-update-note { margin-inline: 26px; }
  .local-build-includes { column-gap: 20px; }
  .local-service-table th, .local-service-table td { padding: 24px 18px; }
  .local-service-table thead th:first-child { width: 28%; }
  .local-service-table thead th:nth-child(2) { width: 43%; }
  .local-service-table thead th:last-child { width: 30%; }
  .local-service-link { font-size: 12px; }
  .local-studio-proof { grid-template-columns: 1fr minmax(0, 290px); }
  .local-request-panel { padding: 24px; }
  .local-field-pair { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 700px) {
  .local-page .river-header { min-height: 104px; flex-wrap: wrap; gap: 8px; padding: max(12px, env(safe-area-inset-top)) 20px 6px; }
  .local-page .river-brand { gap: 8px; font-size: 10px; }
  .local-page .river-brand img { width: 26px; height: 26px; }
  .local-page .river-header-actions { justify-content: space-between; width: 100%; gap: 12px; }
  .local-page .river-header-actions a { display: inline-flex; min-height: 44px; align-items: center; padding-bottom: 0; border-bottom: 0; font-size: 10px; }
  .local-page .river-header-actions .local-header-cta { font-size: 10px; }
  .local-hero { padding: 148px 22px 0; }
  .local-hero-copy { grid-template-columns: 1fr; gap: 38px; padding-bottom: 35px; }
  .local-hero .river-kicker { margin-bottom: 26px; font-size: 9px; }
  .local-hero h1 { font-size: clamp(43px, 11.4vw, 76px); }
  .local-intro { max-width: 420px; font-size: 16px; }
  .local-actions { gap: 14px; }
  .local-actions .local-button { font-size: 12px; padding: 13px 16px; gap: 16px; }
  .local-actions .local-text-link { font-size: 11px; gap: 10px; }
  .mockup-bar { height: 25px; padding-inline: 10px; font-size: 8px; }
  .local-hero-foot { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 20px; font-size: 9px; }
  .local-section { padding: 60px 22px; scroll-margin-top: 38px; }
  .local-work-story { grid-template-columns: 1fr; gap: 34px; }
  .local-request { grid-template-columns: 1fr; grid-template-areas: "copy" "form" "details"; grid-template-rows: auto; gap: 24px; padding-top: 28px; }
  .local-request-copy h2 { font-size: 36px; margin-bottom: 14px; }
  .local-request-copy > p:not(.river-kicker) { margin-bottom: 0; font-size: 15px; }
  .local-request-details { padding-top: 22px; border-top: 1px solid var(--line); }
  .local-request-details .local-signature { margin-top: 0; gap: 8px; }
  .local-request-details .local-email { margin-top: 14px; }
  .local-services { scroll-margin-top: 104px; }
  .local-website-service { overflow: hidden; }
  .local-build-overview { align-items: flex-start; flex-direction: column; gap: 22px; padding: 26px 24px 16px; }
  .local-build-overview .local-button { width: 100%; }
  .local-build-details { padding: 0 24px 12px; }
  .local-update-note { margin-inline: 24px; padding-top: 16px; }
  .local-build-includes { grid-template-columns: 1fr; }
  .local-build-includes li { padding-block: 17px; }
  .local-build-includes li::before { top: 24px; }
  .local-build-includes li:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .local-build-includes li:last-child { border-bottom: 0; }
  .local-section-heading h2, .local-request h2 { font-size: 42px; }
  .local-build-overview h2 { font-size: 36px; }
  .local-section-heading .river-kicker, .local-request .river-kicker { font-size: 10px; }
  .local-optional-services { margin-top: 42px; }
  .local-support-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 22px; }
  .local-support-heading h3 { font-size: 32px; scroll-margin-top: 124px; }
  .local-service-table, .local-service-table tbody { display: block; }
  .local-service-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .local-service-table tbody tr { display: grid; gap: 12px; padding: 24px; }
  .local-service-table tbody tr:first-child { border-top: 0; }
  .local-service-table tbody th, .local-service-table td { display: block; padding: 0; }
  .local-service-table h4 { font-size: 27px; }
  .local-service-table td:last-child { margin-top: 4px; }
  .local-service-link { padding-inline: 0; }
  #hosting { scroll-margin-top: 124px; }
  .local-work-story { margin-top: 32px; }
  .local-studio-proof { grid-template-columns: 1fr; gap: 22px; margin-top: 40px; padding-top: 30px; }
  .local-studio-proof .local-studio-mockups { width: 82%; max-width: 360px; justify-self: center; }
  .local-work-mockups .phone-mockup, .local-studio-mockups .phone-mockup { width: 26%; }
  .local-work-copy h3 { font-size: 40px; }
  .local-hero-process h2 { font-size: 10px; margin-bottom: 18px; }
  .local-process-list { gap: 16px; }
  .local-process-list li { gap: 14px; padding-top: 16px; }
  .local-process-list h3 { font-size: 25px; }
  .local-request-panel { padding: 24px 18px; }
  .local-footer { flex-wrap: wrap; align-items: flex-start; gap: 20px; padding: 26px 22px; font-size: 9px; }
  .local-footer > span { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .local-page *, .local-page *::before, .local-page *::after { animation: none !important; transition: none !important; } }
