.web-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.web-main { display: block; justify-items: stretch; transform: none; will-change: auto; }
.web-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.web-header img { width: 64px; height: 64px; object-fit: contain; }
.web-header nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; }
.web-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 30px; color: var(--muted); font-size: .82rem; }
.web-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.web-skip { position: absolute; left: 24px; top: -90px; padding: 14px; background: var(--accent); color: #000; z-index: 100; }
.web-skip:focus { top: 12px; }
.web-page a:focus-visible, .web-page summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.web-page .eyebrow { margin: 0 0 18px; font-size: .75rem; letter-spacing: .14em; }
.web-hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 52px; padding: 64px 0 88px; }
.web-hero h1 { margin: 0 0 28px; font-size: clamp(2.7rem, 4.4vw, 4.25rem); line-height: 1.04; letter-spacing: -.045em; }
.web-hero h1 > span { display: block; }
.web-hero p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-size: .96rem; }
.web-hero .web-lead { color: var(--text); font-size: 1.08rem; }
.web-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.web-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--accent-soft); font-size: .92rem; text-decoration: underline; text-underline-offset: 5px; }
.web-preview { margin: 0; border: 1px solid rgba(109,255,139,.18); border-radius: 20px; overflow: hidden; background: #0c100d; box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 70px rgba(109,255,139,.06); animation: web-intro 900ms ease both; }
.web-preview-bar { display: flex; justify-content: space-between; padding: 14px 18px; color: var(--muted); font-size: .72rem; }
.web-preview-bar > span:first-child { color: rgba(109,255,139,.5); letter-spacing: .2em; }
.web-preview img { width: 100%; height: auto; }
.web-preview figcaption { padding: 20px; font-size: .83rem; color: var(--muted); line-height: 1.6; }
.web-preview figcaption span { display: block; color: var(--accent-soft); margin-bottom: 4px; }
.web-section { padding-block: 72px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.web-section h2, .web-contact h2 { margin: 0 0 24px; font-family: var(--sans); font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -.04em; line-height: 1.12; }
.web-section h3 { margin: 0 0 12px; font-size: 1.12rem; }
.web-section p, .web-section li { color: var(--muted); line-height: 1.8; }
.web-split { display: grid; grid-template-columns: .85fr 1.3fr; gap: 80px; }
.web-options { display: grid; gap: 26px; }
.web-options article + article { padding-top: 26px; border-top: 1px solid var(--line); }
.web-options p { margin: 0; }
.web-section-heading { max-width: 760px; margin-bottom: 32px; }
.web-work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.web-work-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #0c100d, #050705); }
.web-work-card p { margin: 0; font-size: .92rem; }
.web-number { display: block; margin-bottom: 28px; color: var(--accent-soft); font-family: var(--serif); font-size: 1.4rem; }
.web-scope-note { max-width: 85ch; margin: 24px 0 0; font-size: .85rem; }
.web-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.web-project { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #090c09; }
.web-project-image { display: block; width: 100%; aspect-ratio: 16 / 10; padding: 24px; background: radial-gradient(ellipse at center, #273a2c, #101811); }
.web-project-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 600ms ease; }
.web-project-image:hover img { transform: scale(1.025); }
.web-project-copy { padding: 28px; }
.web-project-copy h3 { font-size: 1.5rem; }
.web-more { margin-top: 24px; }
.web-budget > p:first-child { margin-top: 0; }
.web-budget ul { padding-left: 20px; }
.web-budget li { padding-bottom: 10px; }
.web-budget li::marker { color: var(--accent); }
.web-faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.web-faq details:first-child { padding-top: 0; }
.web-faq summary { cursor: pointer; font-weight: 600; line-height: 1.6; }
.web-faq summary::marker { color: var(--accent); }
.web-faq p { margin-bottom: 0; font-size: .94rem; }
.web-price-start { display: grid; gap: 3px; margin-top: 24px; }
.web-price-start strong { color: var(--accent-soft); font-size: 1.3rem; }
.web-price-start span, .web-hero p.web-hero-note { font-size: .8rem; }
.web-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.web-price-card { display: flex; flex-direction: column; min-width: 0; padding: 30px 26px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, #0e120e, #080a08); }
.web-price-card-featured { border-color: rgba(109,255,139,.4); background: linear-gradient(150deg, #142318, #080c09 80%); }
.web-price-card p.web-pack-fit { color: var(--accent-soft); font-size: .78rem; margin: 0 0 16px; }
.web-price-card h3 { font-size: 1.4rem; }
.web-price-card p.web-pack-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin: 12px 0; line-height: 1.3; }
.web-pack-price strong { font-family: var(--sans); font-size: clamp(2.4rem, 3.3vw, 3rem); color: var(--text); letter-spacing: -.05em; }
.web-pack-price span { font-size: .8rem; }
.web-price-card > p:not(.web-pack-price):not(.web-pack-fit) { font-size: .9rem; margin: 10px 0 0; }
.web-price-card ul { padding-left: 18px; margin: 24px 0 30px; font-size: .88rem; }
.web-price-card li { padding-bottom: 8px; }
.web-price-card li::marker { color: var(--accent); }
.web-price-card .button { margin-top: auto; width: 100%; padding: 14px 12px; text-align: center; font-size: .87rem; min-height: 50px; height: auto; white-space: normal; }
.web-pricing-note { font-size: .82rem; margin: 22px 0; max-width: 100ch; }
.web-pricing-help { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.web-pricing-help p { margin: 0; max-width: 62ch; font-size: .92rem; }
.web-budget ol { padding-left: 22px; }
.web-contact { display: grid; grid-template-columns: 1fr 1.15fr; align-items: start; gap: 48px; padding: 48px; margin: 24px 0 80px; border: 1px solid rgba(109,255,139,.2); border-radius: 30px; background: radial-gradient(ellipse at 0 0, rgba(109,255,139,.09), transparent 65%), #090d0a; text-align: left; scroll-margin-top: 24px; }
.web-contact > * { min-width: 0; }
.web-contact-intro > p:not(.eyebrow) { color: var(--muted); margin: 0 0 28px; line-height: 1.8; }
.web-contact .web-text-link { display: flex; width: fit-content; margin-top: 16px; }
.web-contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.web-contact-form label { min-width: 0; color: var(--text); font-size: .88rem; }
.web-contact-form input, .web-contact-form textarea, .web-contact-form select { min-width: 0; font: inherit; font-size: 1rem; }
.web-contact-form select { width: 100%; padding: 16px 12px; border: 1px solid var(--line); border-radius: 18px; color: var(--text); background: #141914; }
.web-contact-form select:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.web-contact-form .form-note { font-size: .82rem; line-height: 1.7; overflow-wrap: anywhere; }
.web-contact-privacy { color: var(--muted); font-size: .78rem; line-height: 1.7; }
.web-contact-privacy summary { cursor: pointer; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; }
.web-contact-privacy p { margin: 10px 0 0; }
.web-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; padding-bottom: 36px; color: var(--muted); font-size: .82rem; }
.web-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.web-footer p { width: 100%; margin: 0; }
@keyframes web-intro { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (max-width: 1000px) {
  .web-hero { grid-template-columns: 1fr; gap: 40px; }
  .web-hero-copy { max-width: 760px; }
  .web-preview { max-width: 720px; }
  .web-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .web-split { gap: 36px; }
  .web-price-card { padding: 24px 18px; }
  .web-contact { gap: 28px; padding: 32px; }
  .web-contact-fields { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .web-pricing-grid, .web-contact { grid-template-columns: 1fr; }
  .web-price-card { padding: 28px; }
  .web-contact-fields { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .web-container { width: calc(100% - 32px); }
  .web-header { align-items: start; gap: 16px; }
  .web-header img { width: 48px; height: 48px; }
  .web-header nav { justify-content: end; flex-wrap: wrap; gap: 12px 18px; max-width: 235px; font-size: .8rem; }
  .web-header .button { min-height: 44px; padding: 0 16px; }
  .web-hero { padding-block: 40px 56px; }
  .web-hero h1 { font-size: clamp(2.5rem, 9vw, 3.7rem); }
  .web-section { padding-block: 48px; }
  .web-split, .web-work-grid, .web-projects { grid-template-columns: 1fr; }
  .web-split { gap: 16px; }
  .web-work-card { padding: 24px; }
  .web-number { margin-bottom: 16px; }
  .web-project-image { padding: 16px; }
  .web-contact { padding: 44px 20px; }
  .web-contact-fields { grid-template-columns: 1fr; }
  .web-actions .button, .web-contact .button { width: 100%; padding: 14px 16px; }
  .web-work-section .web-work-grid { gap: 0; }
  .web-work-section .web-work-card { display: grid; grid-template-columns: 28px 1fr; gap: 4px 12px; padding: 18px 0; background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
  .web-work-section .web-number { grid-row: span 2; margin: 0; font-size: 1.1rem; }
  .web-work-section h3 { margin: 0; }
  .web-work-section .web-work-card p { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  .web-preview { animation: none; }
  .web-project-image img { transition: none; }
}

/* Keep the landing's atmosphere independent from the homepage effects. */
.web-page { isolation: isolate; }
.web-page::before, .web-page::after { content: ""; position: fixed; inset: -12%; z-index: -1; pointer-events: none; }
.web-page::before {
  background: radial-gradient(ellipse at 10% 15%, rgba(109,255,139,.15), transparent 48%), radial-gradient(ellipse at 88% 70%, rgba(109,255,139,.09), transparent 46%);
  animation: web-ambient 24s ease-in-out infinite alternate;
}
.web-page::after {
  background: radial-gradient(ellipse at 85% 8%, rgba(214,255,222,.07), transparent 35%), radial-gradient(ellipse at 20% 90%, rgba(109,255,139,.06), transparent 38%);
  animation: web-ambient 32s ease-in-out -12s infinite alternate-reverse;
}
.web-header { background: linear-gradient(110deg, rgba(13,23,16,.65), transparent); }
.web-header nav > a:not(.button), .web-footer a { transition: color 350ms ease, text-shadow 350ms ease; }
.web-header nav > a:not(.button):hover, .web-footer a:hover { color: var(--accent-soft); text-shadow: 0 0 18px rgba(109,255,139,.35); }
.web-page .button { will-change: auto; transition: transform 550ms cubic-bezier(.22,1,.36,1), box-shadow 700ms ease, border-color 700ms ease; }
.web-page .button::before { pointer-events: none; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.2) 50%, transparent 75%); transition: transform 2400ms cubic-bezier(.2,.65,.25,1); }
.web-page .button:hover, .web-page .button:focus-visible { transform: translateY(-2px); }
.web-page .button-light:hover, .web-page .button-light:focus-visible { border-color: rgba(109,255,139,.5); box-shadow: 0 0 26px rgba(109,255,139,.12); }
.web-text-link { transition: color 400ms ease, text-shadow 400ms ease; }
.web-text-link > span { transition: transform 550ms cubic-bezier(.22,1,.36,1); }
.web-text-link:hover > span, .web-text-link:focus-visible > span { transform: translateX(5px); }
.web-text-link:hover { text-shadow: 0 0 18px rgba(109,255,139,.3); }
.web-preview { animation: web-preview-float 8s ease-in-out infinite; }
.web-price-card, .web-project, .web-work-card, .web-contact, .web-preview { position: relative; isolation: isolate; }
.web-price-card, .web-project, .web-work-card { transition: border-color 700ms ease, box-shadow 700ms ease, transform 650ms cubic-bezier(.22,1,.36,1); }
.web-price-card::before, .web-project::before, .web-work-card::before, .web-contact::before, .web-preview::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 0;
  background: radial-gradient(400px circle at var(--web-spot-x, 50%) var(--web-spot-y, 30%), rgba(109,255,139,.13), transparent 75%);
  opacity: 0; transition: opacity 850ms ease;
}
.web-price-card > *, .web-project > *, .web-work-card > *, .web-contact > *, .web-preview > * { position: relative; z-index: 1; }
.web-price-card:focus-within::before, .web-project:focus-within::before, .web-contact:focus-within::before { opacity: .75; }
.web-price-card:focus-within, .web-project:focus-within { border-color: rgba(109,255,139,.45); }
.web-section { position: relative; }
.web-section::before { content: ""; position: absolute; top: -1px; left: 0; width: min(180px, 35%); height: 1px; background: linear-gradient(90deg, rgba(109,255,139,.65), transparent); pointer-events: none; }
.web-faq details { transition: border-color 450ms ease; }
.web-faq details[open] { border-color: rgba(109,255,139,.3); }
.web-faq summary { transition: color 400ms ease; }
.web-faq summary:hover, .web-faq details[open] summary { color: var(--accent-soft); }
.web-contact-form input, .web-contact-form textarea { transition: border-color 450ms ease, box-shadow 650ms ease; }
.web-contact-form input:focus, .web-contact-form textarea:focus { transform: none; }
@keyframes web-ambient { from { transform: translate3d(0, -2%, 0) scale(1); opacity: .65; } to { transform: translate3d(0, 3%, 0) scale(1.06); opacity: 1; } }
@keyframes web-preview-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (hover: hover) and (pointer: fine) {
  .web-price-card:hover, .web-project:hover { transform: translateY(-5px); border-color: rgba(109,255,139,.4); box-shadow: 0 18px 40px rgba(0,0,0,.25), 0 0 28px rgba(109,255,139,.05); }
  .web-work-card:hover { border-color: rgba(109,255,139,.3); transform: translateY(-3px); }
  .web-pointer-active::before { opacity: 1; }
}
@media (max-width: 650px) {
  .web-page::before { animation-duration: 32s; }
  .web-page::after { animation: none; }
  .web-preview { animation: none; }
}
.web-page.web-motion-paused::before, .web-page.web-motion-paused::after, .web-motion-paused .web-preview { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .web-page::before, .web-page::after, .web-page *, .web-page *::before, .web-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .web-page .button:hover, .web-page .button:focus-visible, .web-page .web-project:hover, .web-page .web-price-card:hover, .web-page .web-work-card:hover { transform: none; }
  .web-page .web-project-image:hover img, .web-page .web-text-link > span { transform: none; }
}
