:root {
  --ink: #1b1b1c;
  --muted: #65696d;
  --paper: #f4f3ef;
  --white: #ffffff;
  --blue: #4d6a8f;
  --blue-dark: #31485f;
  --blue-soft: #dce5ee;
  --gray: #9da1a6;
  --line: #d8d8d4;
  --lime: #d6e360;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header { align-items: center; background: rgba(244,243,239,.94); border-bottom: 1px solid rgba(27,27,28,.12); display: flex; height: 86px; justify-content: space-between; padding: 0 clamp(22px,5vw,78px); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { display: block; width: 150px; }
.brand img { height: 64px; object-fit: contain; width: 100%; }
.desktop-nav { align-items: center; display: flex; gap: 29px; }
.desktop-nav > a { font-size: 13px; font-weight: 700; }
.desktop-nav > a:not(.nav-cta) { border-bottom: 1px solid transparent; padding: 7px 0; }
.desktop-nav > a:not(.nav-cta):hover { border-color: var(--ink); }
.nav-cta { background: var(--ink); color: white; padding: 13px 18px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; padding: 8px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { background: var(--ink); display: block; height: 2px; margin: 4px 0; width: 24px; }

.home-hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: calc(100vh - 86px); overflow: hidden; }
.hero-copy { align-self: center; max-width: 820px; padding: clamp(70px,9vw,145px) clamp(28px,6vw,96px); }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .17em; margin-bottom: 22px; text-transform: uppercase; }
.eyebrow.light { color: #b8cce0; }
h1 { font-size: clamp(54px,6vw,92px); letter-spacing: -.065em; line-height: .94; margin-bottom: 30px; }
.lede { color: var(--muted); font-size: clamp(18px,1.5vw,22px); line-height: 1.56; max-width: 700px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 13px; font-weight: 800; gap: 18px; justify-content: center; min-height: 50px; padding: 15px 20px; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-quiet { border-color: #aeb0af; }

.hero-photo { background: var(--ink); min-height: 640px; margin: 0; overflow: hidden; position: relative; }
.hero-photo::after { background: linear-gradient(180deg,transparent 55%,rgba(12,16,20,.62)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-photo img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.hero-photo figcaption { bottom: 34px; color: white; display: flex; gap: 28px; left: 38px; position: absolute; z-index: 1; }
.hero-photo figcaption span { border-top: 1px solid rgba(255,255,255,.7); font-size: 9px; font-weight: 900; letter-spacing: .15em; min-width: 74px; padding-top: 9px; text-transform: uppercase; }

.intro-band { align-items: center; background: var(--blue); color: white; display: grid; gap: 28px; grid-template-columns: minmax(280px,1.6fr) repeat(3,.45fr); padding: 27px clamp(28px,6vw,96px); }
.intro-band p { font-size: 14px; font-weight: 700; margin: 0; max-width: 580px; }
.intro-band span { border-left: 1px solid rgba(255,255,255,.32); font-size: 10px; font-weight: 800; letter-spacing: .13em; padding-left: 20px; text-transform: uppercase; }

.section { padding: clamp(80px,9vw,140px) clamp(28px,6vw,96px); }
.split-heading { display: grid; gap: clamp(45px,8vw,140px); grid-template-columns: 1.1fr .7fr; }
.section h2, .cta-band h2 { font-size: clamp(42px,5vw,74px); letter-spacing: -.06em; line-height: .97; margin-bottom: 0; }
.split-heading > p { align-self: end; color: var(--muted); font-size: 17px; line-height: 1.65; margin-bottom: 5px; }

.service-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 75px; }
.service-card { border: 1px solid var(--line); display: grid; grid-template-rows: auto 1fr auto; min-height: 310px; padding: 27px; position: relative; transition: background .2s, color .2s, transform .2s; }
.service-card + .service-card { margin-left: -1px; }
.service-card:nth-child(n+4) { margin-top: -1px; }
.service-number { color: var(--blue); font-size: 11px; font-weight: 900; }
.service-card div { align-self: end; }
.service-card h3 { font-size: 25px; letter-spacing: -.035em; line-height: 1.06; margin-bottom: 15px; max-width: 250px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.55; max-width: 310px; }
.service-card > span:last-child { font-size: 24px; justify-self: end; }
.service-card:hover { background: var(--ink); color: white; transform: translateY(-5px); z-index: 2; }
.service-card:hover p, .service-card:hover .service-number { color: #c9cdd1; }
.service-web::before, .service-shop::before { content: ""; height: 5px; left: -1px; position: absolute; right: -1px; top: -1px; }
.service-web::before { background: var(--blue); }
.service-shop::before { background: var(--lime); }

.website-feature { align-items: center; background: var(--ink); color: white; display: grid; gap: clamp(50px,8vw,130px); grid-template-columns: .85fr 1.15fr; overflow: hidden; }
.feature-copy h2 { font-size: clamp(42px,4.7vw,70px); }
.feature-copy > p:not(.eyebrow) { color: #bdc2c7; font-size: 17px; line-height: 1.65; margin: 28px 0; max-width: 600px; }
.price-inline { align-items: baseline; border-bottom: 1px solid #4b4c4e; border-top: 1px solid #4b4c4e; display: grid; gap: 8px; grid-template-columns: auto 1fr auto auto 1fr; margin: 30px 0; padding: 20px 0; }
.price-inline strong { font-size: 30px; }
.price-inline span { color: #aeb4b9; font-size: 12px; }
.price-inline i { color: var(--lime); font-size: 24px; font-style: normal; padding: 0 12px; }
.button-light { background: white; color: var(--ink); }
.feature-photo { box-shadow: 0 45px 90px rgba(0,0,0,.5); height: 525px; margin: 0; overflow: hidden; position: relative; }
.feature-photo::after { background: linear-gradient(180deg,transparent 62%,rgba(12,16,20,.65)); content: ""; inset: 0; position: absolute; }
.feature-photo img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.feature-photo figcaption { bottom: 24px; color: white; font-size: 10px; font-weight: 900; left: 27px; letter-spacing: .11em; position: absolute; text-transform: uppercase; z-index: 1; }

.method-section { background: var(--paper); }
.method-steps { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; }
.method-steps article { border-left: 1px solid var(--line); min-height: 240px; padding: 30px; }
.method-steps article:last-child { border-right: 1px solid var(--line); }
.method-steps span { color: var(--blue); font-size: 11px; font-weight: 900; }
.method-steps h3 { font-size: 27px; margin: 55px 0 14px; }
.method-steps p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.cta-band { align-items: end; background: var(--blue); color: white; display: grid; gap: 50px; grid-template-columns: 1fr auto; padding: clamp(75px,9vw,135px) clamp(28px,6vw,96px); }
.cta-band > div { max-width: 880px; }
.round-link { align-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: flex; font-size: 44px; height: 112px; justify-content: center; transition: background .2s,color .2s; width: 112px; }
.round-link:hover { background: white; color: var(--blue); }

.site-footer { background: var(--ink); color: white; display: grid; gap: 50px; grid-template-columns: 1.3fr .7fr 1fr; padding: 70px clamp(28px,6vw,96px) 30px; }
.footer-brand img { height: 95px; object-fit: contain; object-position: left center; width: 230px; }
.footer-brand p { color: #aeb2b6; font-size: 13px; margin: 15px 0 0; }
.footer-links { align-content: start; display: grid; gap: 13px; }
.footer-links a { color: #d6d7d8; font-size: 12px; }
.footer-links a:hover { color: white; }
.legal-links a:last-child { color: #8facc8; margin-top: 10px; }
.copyright { border-top: 1px solid #3e3e40; color: #898b8e; font-size: 10px; grid-column: 1/-1; margin: 20px 0 0; padding-top: 25px; }

/* Interior pages */
.inner-hero { align-items: center; display: grid; gap: clamp(55px,8vw,120px); grid-template-columns: .92fr 1.08fr; min-height: 680px; overflow: hidden; padding: clamp(80px,9vw,140px) clamp(28px,6vw,96px); }
.inner-hero > div:first-child { max-width: 760px; }
.inner-hero h1, .contact-page h1, .legal-hero h1 { font-size: clamp(55px,6.5vw,96px); }
.inner-hero > div:first-child > p:not(.eyebrow) { font-size: 19px; line-height: 1.6; margin: 28px 0 36px; max-width: 650px; }
.websites-hero { background: var(--blue); color: white; }
.websites-hero > div:first-child > p:not(.eyebrow) { color: #d4e0eb; }
.editorial-photo { margin: 0; overflow: hidden; position: relative; }
.editorial-photo img { display: block; height: 100%; object-fit: cover; width: 100%; }
.editorial-photo figcaption { background: rgba(20,25,29,.88); bottom: 0; color: white; font-size: 10px; font-weight: 800; left: 0; letter-spacing: .09em; padding: 15px 18px; position: absolute; text-transform: uppercase; }
.websites-photo { border: 10px solid rgba(255,255,255,.16); box-shadow: 0 35px 80px rgba(23,36,48,.3); height: 505px; }
.websites-photo img { object-position: center; }
.promise-section { background: white; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; }
.benefit-grid article { border: 1px solid var(--line); min-height: 240px; padding: 31px; }
.benefit-grid article:nth-child(even) { margin-left: -1px; }
.benefit-grid article:nth-child(n+3) { margin-top: -1px; }
.benefit-grid span, .detail-number { color: var(--blue); font-size: 11px; font-weight: 900; }
.benefit-grid h3 { font-size: 24px; margin: 50px 0 15px; }
.benefit-grid p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.pricing-section { background: #e7ebee; }
.centered-heading { margin: 0 auto; max-width: 850px; text-align: center; }
.centered-heading > p:last-child { color: var(--muted); font-size: 17px; margin-top: 24px; }
.pricing-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin: 65px auto 0; max-width: 1080px; }
.plan-card { background: white; border-top: 6px solid var(--gray); display: flex; flex-direction: column; padding: 42px; }
.featured-plan { border-color: var(--blue); box-shadow: 0 28px 70px rgba(52,72,92,.14); }
.plan-top > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.plan-top h3 { font-size: 30px; letter-spacing: -.04em; margin: 17px 0 12px; }
.plan-top p { color: var(--muted); font-size: 14px; line-height: 1.55; min-height: 45px; }
.plan-price { align-items: baseline; border-top: 1px solid var(--line); display: flex; gap: 11px; margin-top: 27px; padding-top: 28px; }
.plan-price strong { font-size: 58px; letter-spacing: -.06em; }
.plan-price span, .plan-monthly span { color: var(--muted); font-size: 12px; }
.plan-monthly { align-items: baseline; display: flex; gap: 8px; margin: 7px 0 5px; }
.plan-monthly strong { color: var(--blue); font-size: 27px; }
.plan-card ul { border-top: 1px solid var(--line); list-style: none; margin: 25px 0 32px; padding: 24px 0 0; }
.plan-card li { color: #51565a; font-size: 13px; line-height: 1.45; padding: 7px 0 7px 23px; position: relative; }
.plan-card li::before { color: var(--blue); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.plan-card .button { margin-top: auto; }
.button-dark-outline { border-color: var(--ink); }
.pricing-footnote { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 28px auto 0; max-width: 850px; text-align: center; }
.process-page { background: white; }
.timeline { list-style: none; margin: 70px 0 0; padding: 0; }
.timeline li { border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 80px 1fr; padding: 27px 0; }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.timeline h3 { font-size: 24px; margin-bottom: 9px; }
.timeline p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }

.ecommerce-hero { background: #e4e95e; }
.ecommerce-photo { border: 10px solid rgba(27,27,28,.12); box-shadow: 0 35px 70px rgba(57,62,16,.18); height: 520px; }
.ecommerce-photo img { object-position: center; }
.capability-list { margin-top: 70px; }
.capability-list article { border-top: 1px solid var(--line); display: grid; gap: 55px; grid-template-columns: 80px 1fr; padding: 30px 0; }
.capability-list article:last-child { border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.capability-list h3 { font-size: 27px; margin-bottom: 10px; }
.capability-list p { color: var(--muted); line-height: 1.6; margin: 0; }
.shopify-note { background: var(--blue); color: white; display: grid; gap: clamp(50px,8vw,130px); grid-template-columns: 1fr .75fr; }
.shopify-note > div:last-child { align-self: end; }
.shopify-note > div:last-child p { color: #d5e1ed; font-size: 17px; line-height: 1.7; }
.text-arrow { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: 13px; font-weight: 900; gap: 30px; padding: 8px 0; }
.question-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin: 60px auto 0; max-width: 950px; }
.question-grid span { background: var(--paper); border: 1px solid var(--line); font-size: 20px; font-weight: 800; padding: 32px; }

.design-hero { background: var(--ink); color: white; }
.design-hero > div:first-child > p:not(.eyebrow) { color: #bbbfc4; }
.services-photo { border: 1px solid #505154; height: 510px; }
.services-photo img { object-position: center; }
.detail-services { background: white; }
.detail-services > article { border-top: 1px solid var(--line); display: grid; gap: clamp(35px,6vw,95px); grid-template-columns: 55px 1fr 1fr; padding: 70px 0; scroll-margin-top: 90px; }
.detail-services > article:last-child { border-bottom: 1px solid var(--line); }
.detail-services h2 { font-size: clamp(38px,4vw,58px); }
.detail-services article > div:last-child > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.detail-services ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 28px 0; padding: 0; }
.detail-services li { border: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 10px 12px; text-transform: uppercase; }

.about-hero { background: #e7e7e2; }
.about-photo { box-shadow: 0 35px 70px rgba(40,40,34,.12); height: 510px; }
.about-photo img { object-position: center; }
.about-copy { background: white; display: grid; gap: clamp(50px,10vw,160px); grid-template-columns: .85fr 1.15fr; }
.about-copy > div:last-child p { color: #51565a; font-size: 18px; line-height: 1.75; }
.principles { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(28px,6vw,96px); }
.principles article { border-left: 1px solid #444446; min-height: 310px; padding: 45px 35px; }
.principles article:last-child { border-right: 1px solid #444446; }
.principles span { color: #91aac4; font-size: 11px; font-weight: 900; }
.principles h3 { font-size: 30px; margin: 100px 0 15px; }
.principles p { color: #abb0b5; font-size: 14px; line-height: 1.55; }

.contact-page { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 800px; }
.contact-info { background: var(--blue); color: white; padding: clamp(75px,9vw,140px) clamp(28px,6vw,96px); }
.contact-info > p:not(.eyebrow) { color: #d4dfeb; font-size: 18px; line-height: 1.65; max-width: 560px; }
.contact-info > a { border-bottom: 1px solid white; display: inline-block; font-size: 14px; font-weight: 800; margin-top: 28px; padding-bottom: 4px; }
.hours { border-top: 1px solid rgba(255,255,255,.3); display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 80px; padding-top: 28px; }
.hours > span { font-size: 10px; font-weight: 900; grid-column: 1/-1; letter-spacing: .14em; text-transform: uppercase; }
.hours p { color: #d4dfeb; font-size: 13px; line-height: 1.65; }
.contact-form-wrap { background: white; padding: clamp(60px,8vw,120px) clamp(28px,8vw,120px); }
.contact-form-wrap form { display: grid; gap: 22px; }
.contact-form-wrap label { color: #3f4448; display: grid; font-size: 12px; font-weight: 900; gap: 8px; }
.contact-form-wrap input, .contact-form-wrap textarea, .contact-form-wrap select { background: #f6f6f3; border: 1px solid #cdd0d1; border-radius: 0; color: var(--ink); font: inherit; font-size: 14px; outline: none; padding: 15px; width: 100%; }
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus, .contact-form-wrap select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(77,106,143,.15); }
.consent { align-items: start; display: grid !important; font-weight: 400 !important; grid-template-columns: auto 1fr; line-height: 1.4; }
.consent input { margin-top: 2px; width: auto; }
.form-trap { display: none; }
.form-note { color: var(--muted); font-size: 11px; margin: -10px 0 0; text-align: center; }

.legal-hero { background: var(--blue-soft); padding: 100px clamp(28px,12vw,190px); }
.legal-hero h1 { max-width: 950px; }
.legal-hero > p:last-child { color: var(--muted); font-size: 12px; margin-top: 35px; }
.legal-content { background: white; padding: 80px clamp(28px,18vw,280px) 120px; }
.legal-content section { border-top: 1px solid var(--line); padding: 34px 0; }
.legal-content h2 { font-size: 23px; margin-bottom: 14px; }
.legal-content p { color: #555a5e; font-size: 15px; line-height: 1.75; }
.legal-contact { background: var(--paper); margin-top: 30px; padding: 30px; }
.legal-contact h2 { font-size: 18px; }
.legal-contact a { border-bottom: 1px solid var(--ink); font-weight: 700; }

@media (max-width: 980px) {
  .home-hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 610px; }
  .intro-band { grid-template-columns: 1fr 1fr 1fr; }
  .intro-band p { grid-column: 1/-1; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(n) { margin-left: -1px; margin-top: -1px; }
  .website-feature { grid-template-columns: 1fr; }
  .feature-photo { margin: 0 auto; max-width: 730px; width: 100%; }
  .inner-hero { grid-template-columns: 1fr; }
  .websites-photo, .ecommerce-photo, .services-photo { margin: 0 auto; max-width: 720px; width: 100%; }
  .shopify-note, .about-copy { grid-template-columns: 1fr; }
  .contact-page { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; }
  .brand { width: 125px; }
  .brand img { height: 54px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] nav { background: var(--paper); border: 1px solid var(--line); display: grid; min-width: 210px; padding: 12px; position: absolute; right: 0; top: 44px; }
  .mobile-menu nav a { border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; padding: 14px 10px; }
  .home-hero { min-height: auto; }
  .hero-copy { padding: 80px 24px; }
  h1 { font-size: clamp(48px,14vw,68px); }
  .hero-photo { min-height: 520px; }
  .hero-photo img { object-position: 56% center; }
  .intro-band { grid-template-columns: 1fr; padding: 28px 24px; }
  .intro-band span { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding: 13px 0 0; }
  .section { padding-left: 24px; padding-right: 24px; }
  .split-heading { gap: 30px; grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .service-card { min-height: 260px; }
  .website-feature { padding-left: 24px; padding-right: 24px; }
  .price-inline { grid-template-columns: auto 1fr; }
  .price-inline i { display: none; }
  .feature-photo { height: 390px; }
  .feature-photo img { object-position: 56% center; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps article, .method-steps article:last-child { border-bottom: 1px solid var(--line); border-left: 0; border-right: 0; min-height: auto; padding: 28px 0; }
  .method-steps h3 { margin-top: 28px; }
  .cta-band { align-items: start; grid-template-columns: 1fr; }
  .round-link { height: 85px; width: 85px; }
  .site-footer { grid-template-columns: 1fr; }
  .inner-hero { min-height: auto; padding-left: 24px; padding-right: 24px; }
  .inner-hero h1, .contact-page h1, .legal-hero h1 { font-size: 52px; }
  .websites-photo { height: 390px; }
  .websites-photo img { object-position: 55% center; }
  .benefit-grid, .pricing-grid, .question-grid { grid-template-columns: 1fr; }
  .benefit-grid article:nth-child(n) { margin-left: 0; margin-top: -1px; }
  .plan-card { padding: 32px 24px; }
  .timeline li, .capability-list article { gap: 20px; grid-template-columns: 45px 1fr; }
  .ecommerce-photo, .services-photo { height: 390px; }
  .ecommerce-photo img { object-position: 53% center; }
  .about-photo { height: 390px; }
  .detail-services > article { grid-template-columns: 40px 1fr; }
  .detail-services article > div:last-child { grid-column: 2; }
  .principles { grid-template-columns: 1fr; padding: 0 24px; }
  .principles article, .principles article:last-child { border-bottom: 1px solid #444446; border-left: 0; border-right: 0; min-height: auto; padding: 35px 0; }
  .principles h3 { margin-top: 45px; }
  .contact-info, .contact-form-wrap { padding-left: 24px; padding-right: 24px; }
  .hours { grid-template-columns: 1fr; }
  .hours > span { grid-column: auto; }
  .legal-hero, .legal-content { padding-left: 24px; padding-right: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service-card, .round-link { transition: none; }
}
