/* Website services uses the shared Coastal Clarity colors and type. */
.website-hero { background: var(--canvas); padding: clamp(3rem, 6vw, 5.5rem) 0; border-bottom: 1px solid var(--border); }
.website-hero__grid { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.website-hero h1 { max-width: 16ch; font-size: clamp(2.4rem, 4.4vw, 3.7rem); line-height: 1.08; letter-spacing: -.045em; margin: .8rem 0 1.5rem; }
.website-hero__note { font-size: .94rem; color: var(--muted); margin-top: 1.25rem; }
.website-outline { background: var(--deep); color: white; padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: var(--radius); }
.website-outline__label { color: #b8ded8; text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; font-weight: 750; }
.website-outline h2 { color: white; font-size: 1.9rem; line-height: 1.2; margin: 1rem 0 1.5rem; }
.website-outline ol { list-style: none; padding: 0; margin: 0; }
.website-outline li { display: grid; grid-template-columns: 1.6rem 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid #426565; }
.website-outline li > span { color: #b8ded8; font-size: .8rem; padding-top: .18rem; }
.website-outline p { color: #d1e7e3; font-size: .95rem; margin: .3rem 0 0; line-height: 1.5; }
.website-packages { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.website-package { border: 1px solid var(--border-strong); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.5rem); display: flex; flex-direction: column; }
.website-package--deep { background: var(--canvas); border-top: 4px solid var(--brand-action); padding-top: calc(clamp(1.4rem, 3vw, 2.5rem) - 3px); }
.website-package__eyebrow { font-size: .86rem; font-weight: 700; color: var(--muted); }
.website-package h3 { font-size: 1.45rem; margin: .6rem 0 0; }
.website-package__price { font-size: 2.35rem; font-weight: 750; color: var(--brand-ink); margin: .5rem 0 1rem; letter-spacing: -.03em; }
.website-package__price span { display: block; font-size: .8rem; color: var(--muted); font-weight: 500; letter-spacing: 0; }
.website-package .list { margin-bottom: 1.5rem; }
.website-package > a { margin-top: auto; align-self: flex-start; }
.website-inclusion { margin-top: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--border); }
.website-proof { background: var(--surface-soft); }
.website-proof__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.website-proof__links a { display: flex; align-items: flex-start; gap: 1.25rem; border-top: 1px solid var(--border-strong); padding: 1.3rem 0; text-decoration: none; }
.website-proof__links a:last-child { border-bottom: 1px solid var(--border-strong); }
.website-proof__links a > span { color: var(--muted); font-size: .85rem; padding-top: .2rem; }
.website-proof__links p { color: var(--muted); margin: .3rem 0 0; font-size: .95rem; }
.website-proof__links strong { font-size: 1.1rem; }
.website-process { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding: 0; margin: 0 0 2rem; }
.website-process li { border-top: 2px solid var(--border-strong); padding-top: 1rem; }
.website-process span { font-size: .82rem; color: var(--brand-action); font-weight: 750; }
.website-process h3 { font-size: 1.15rem; margin: .75rem 0; }
.website-process p { margin: 0; }
.website-details { background: var(--canvas); }
.website-details__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); }
.website-details h2 { max-width: 16ch; }
.website-faq details { border-top: 1px solid var(--border-strong); padding: 0; }
.website-faq details:last-child { border-bottom: 1px solid var(--border-strong); }
.website-faq summary { cursor: pointer; padding: 1.2rem .15rem; font-weight: 750; min-height: 48px; }
.website-faq details > div { padding-bottom: 1.2rem; }
.website-faq p { margin: 0; }
.website-faq p + p { margin-top: 1rem; }
.website-other { margin: 1.5rem 0 0; color: var(--muted); text-align: center; }
@media (max-width: 900px) {
  .website-hero__grid { grid-template-columns: 1fr; }
  .website-hero h1 { max-width: 20ch; }
  .website-outline li { padding: 1rem 0; }
  .website-process { grid-template-columns: 1fr 1fr; }
  .website-details__grid { grid-template-columns: 1fr; }
  .website-details h2 { max-width: 25ch; }
}
@media (max-width: 620px) {
  .website-packages, .website-proof__grid, .website-process { grid-template-columns: 1fr; }
  .website-hero h1 { font-size: clamp(2.15rem, 9vw, 2.7rem); }
  .website-hero__note { font-size: .86rem; }
  .website-package__price { font-size: 2.15rem; }
  .website-page .section { padding-block: 3rem; }
}
