
:root {
  --ink: #0a2a35;
  --ink-2: #143e4b;
  --aqua: #3cb3b0;
  --aqua-bright: #62e2d7;
  --aqua-soft: #dff7f3;
  --paper: #f5f3ec;
  --white: #ffffff;
  --shadow: #4c4c4c;
  --line: rgba(10, 42, 53, 0.18);
  --wrap: min(1280px, calc(100% - 48px));
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }

.brand-lockup { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.brand-lockup img { width: 46px; height: 46px; object-fit: contain; border-radius: 50%; }
.brand-lockup span span { display: grid; gap: 2px; }
.brand-lockup strong { font-size: 15px; letter-spacing: -0.03em; }
.brand-lockup small { font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; }
.brand-lockup--inverse { color: var(--white); }

.collection { min-height: 100vh; color: var(--white); background: var(--ink); overflow: hidden; }
.collection::before { content: ""; position: fixed; inset: -30% auto auto 55%; width: 70vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(60,179,176,.24), transparent 64%); pointer-events: none; }
.collection-nav { min-height: 108px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); position: relative; z-index: 1; }
.text-link { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; display: flex; gap: 12px; align-items: center; }
.text-link span { font-size: 22px; }
.collection-hero { padding: 78px 0 64px; position: relative; z-index: 1; }
.eyebrow, .kicker { margin: 0; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; }
.eyebrow { color: var(--aqua-bright); margin-bottom: 24px; }
.collection-hero__grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr); gap: clamp(40px, 7vw, 110px); align-items: end; }
.collection-hero h1 { margin: 0; max-width: 900px; font-size: clamp(54px, 7.5vw, 118px); letter-spacing: -.07em; line-height: .88; font-weight: 560; }
.collection-hero__intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; }
.collection-hero__intro p { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.round-link { width: 58px; height: 58px; border-radius: 50%; border: 0; background: var(--aqua-bright); display: grid; place-items: center; font-size: 23px; cursor: pointer; transition: transform .25s ease; }
.round-link:hover { transform: rotate(8deg) scale(1.05); }

.template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.18); position: relative; z-index: 1; }
.template-card { min-width: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.template-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.template-card:nth-last-child(-n+2) { border-bottom: 0; }
.template-card button, .template-card > a { display: block; width: 100%; padding: 28px; text-align: left; border: 0; background: transparent; cursor: pointer; }
.template-card__topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.mini-layout { height: 235px; margin: 24px 0; background: #f8fbfa; position: relative; overflow: hidden; transition: transform .35s ease; }
.template-card button:hover .mini-layout, .template-card > a:hover .mini-layout { transform: scale(.985); }
.mini-layout i { position: absolute; display: block; }
.mini-nav { top: 0; left: 0; right: 0; height: 28px; background: var(--ink); }
.mini-layout--hero .mini-one { inset: 28px 0 0; background: linear-gradient(130deg, var(--ink-2), var(--aqua)); }
.mini-layout--hero .mini-two { left: 8%; top: 35%; width: 45%; height: 12px; background: var(--white); box-shadow: 0 21px 0 rgba(255,255,255,.7), 0 42px 0 rgba(255,255,255,.35); }
.mini-layout--f .mini-one { top: 50px; left: 8%; width: 68%; height: 20px; background: var(--ink); box-shadow: 0 33px 0 var(--aqua); }
.mini-layout--f .mini-two { top: 137px; left: 8%; width: 30%; bottom: 26px; background: var(--aqua-soft); }
.mini-layout--f .mini-three { top: 137px; left: 43%; right: 8%; height: 9px; background: var(--ink); box-shadow: 0 22px 0 rgba(10,42,53,.28), 0 44px 0 rgba(10,42,53,.18); }
.mini-layout--z .mini-one { top: 54px; left: 8%; width: 35%; height: 60px; background: var(--ink); }
.mini-layout--z .mini-two { top: 54px; right: 8%; width: 35%; height: 60px; background: var(--aqua); }
.mini-layout--z .mini-three { bottom: 26px; left: 8%; width: 35%; height: 60px; background: var(--aqua-soft); }
.mini-layout--z .mini-four { bottom: 26px; right: 8%; width: 35%; height: 60px; background: var(--ink-2); }
.mini-layout--zigzag .mini-one, .mini-layout--zigzag .mini-three { left: 8%; width: 32%; height: 48px; background: var(--aqua); }
.mini-layout--zigzag .mini-two, .mini-layout--zigzag .mini-four { right: 8%; width: 45%; height: 48px; background: var(--ink); }
.mini-layout--zigzag .mini-one, .mini-layout--zigzag .mini-two { top: 57px; }
.mini-layout--zigzag .mini-three, .mini-layout--zigzag .mini-four { top: 132px; }
.mini-layout--zigzag .mini-three { left: auto; right: 8%; background: var(--aqua-soft); }
.mini-layout--zigzag .mini-four { right: auto; left: 8%; background: var(--ink-2); }
.template-card__copy { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; align-items: end; }
.template-card h2 { margin: 0; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.045em; font-weight: 550; }
.template-card p { grid-row: 2; margin: 0; max-width: 510px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; }
.template-card__arrow { grid-column: 2; grid-row: 1 / 3; font-size: 28px; color: var(--aqua-bright); }
.collection-footer { display: flex; justify-content: space-between; gap: 30px; padding: 42px 0 60px; color: rgba(255,255,255,.48); font-size: 12px; position: relative; z-index: 1; }

.template-switcher { position: sticky; top: 0; z-index: 100; min-height: 54px; background: #071f28; color: var(--white); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 0 24px; box-shadow: 0 6px 30px rgba(0,0,0,.18); }
.template-switcher button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.template-switcher__back { display: flex; gap: 9px; align-items: center; font-size: 12px; }
.template-switcher__tabs { height: 100%; display: flex; justify-content: center; }
.template-switcher__tabs button, .template-switcher__tabs a { display: flex; align-items: center; padding: 0 20px; color: rgba(255,255,255,.55); font-size: 11px; border-bottom: 2px solid transparent; }
.template-switcher__tabs button.is-active, .template-switcher__tabs a.is-active { color: var(--white); border-color: var(--aqua-bright); }
.template-switcher__tabs span { margin-left: 5px; }
.template-switcher__brand { color: var(--aqua-bright); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }

.site-nav { height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 2; }
.site-nav__links { display: flex; gap: clamp(18px, 3vw, 42px); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nav-cta { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; display: flex; gap: 10px; }
.site-nav--inverse { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.23); }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] > div { position: absolute; top: 34px; right: 0; min-width: 180px; padding: 18px; display: grid; gap: 14px; background: var(--white); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.mobile-menu a { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-full { min-height: calc(100svh - 54px); display: flex; flex-direction: column; color: var(--white); background: linear-gradient(125deg, #071f28, #0a3441 55%, #2eaaa7); position: relative; overflow: hidden; }
.hero-full::after { content: "∞"; position: absolute; right: -3vw; bottom: -21vw; font-size: min(62vw, 850px); line-height: 1; font-weight: 650; color: rgba(255,255,255,.045); letter-spacing: -.15em; pointer-events: none; }
.hero-full__glow { position: absolute; width: 60vw; height: 60vw; border-radius: 50%; right: -16vw; top: -26vw; background: radial-gradient(circle, rgba(98,226,215,.58), transparent 68%); }
.hero-full__content { flex: 1; display: grid; grid-template-columns: 2.2fr .8fr; gap: 70px; align-items: center; position: relative; z-index: 1; padding-block: 64px; }
.hero-full .kicker { color: var(--aqua-bright); margin-bottom: 20px; }
.hero-full h1 { margin: 0; max-width: 1000px; font-size: clamp(68px, 9.4vw, 154px); font-weight: 550; letter-spacing: -.075em; line-height: .82; }
.hero-full__side { align-self: end; padding-bottom: 7vh; }
.hero-full__side p { margin: 0 0 32px; color: rgba(255,255,255,.76); line-height: 1.65; font-size: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border-radius: 100px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.button--light { background: var(--white); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--white); }
.hero-full__bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.23); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; position: relative; z-index: 1; }
.hero-services { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: start; margin-bottom: 70px; }
.section-heading .kicker { color: var(--aqua); padding-top: 12px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 6vw, 84px); line-height: .98; letter-spacing: -.06em; max-width: 850px; font-weight: 550; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 70px .75fr 1.2fr auto; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-list article > span { font-size: 11px; color: var(--aqua); }
.service-list h3 { margin: 0; font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -.04em; font-weight: 550; }
.service-list p { margin: 0; color: rgba(10,42,53,.65); line-height: 1.6; }
.service-list article > span:last-child { font-size: 24px; color: var(--ink); }
.hero-cta { background: var(--aqua-bright); }
.hero-cta__inner { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 80px; }
.hero-cta h2 { max-width: 1050px; margin: 22px 0 42px; font-size: clamp(46px, 7vw, 96px); line-height: .92; letter-spacing: -.065em; font-weight: 550; }
.coming-template { min-height: calc(100svh - 54px); display: grid; place-content: center; text-align: center; padding: 48px; background: var(--paper); }
.coming-template .brand-lockup { justify-self: center; margin-bottom: 64px; }
.coming-template .kicker { color: var(--aqua); }
.coming-template h1 { margin: 14px 0; font-size: clamp(50px, 8vw, 110px); letter-spacing: -.065em; }
.coming-template p:last-child { color: rgba(10,42,53,.65); }

/* F-PATTERN TEMPLATE */
.f-demo { background: #fbfcf9; }
.f-demo .site-nav { border-bottom: 1px solid var(--line); }
.f-hero { padding: 88px 0 68px; }
.f-hero > .kicker { color: var(--aqua); margin-bottom: 24px; }
.f-hero h1 { margin: 0; max-width: 1120px; font-size: clamp(62px, 8.4vw, 126px); line-height: .87; letter-spacing: -.073em; font-weight: 550; }
.f-hero__summary { width: min(760px, 70%); margin-top: 48px; display: flex; align-items: center; gap: 50px; }
.f-hero__summary p { margin: 0; flex: 1; color: rgba(10,42,53,.67); font-size: 18px; line-height: 1.62; }
.f-hero__summary .button { flex: 0 0 auto; }
.f-rule { height: 1px; background: var(--line); }
.f-content { display: grid; grid-template-columns: 210px 1fr; gap: clamp(50px, 8vw, 120px); padding-block: 92px 120px; }
.f-index { position: sticky; top: 110px; align-self: start; display: grid; gap: 17px; }
.f-index .kicker { color: var(--aqua); margin-bottom: 8px; }
.f-index a { padding-bottom: 12px; border-bottom: 1px solid var(--line); color: rgba(10,42,53,.63); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.f-section-title .kicker { color: var(--aqua); margin-bottom: 16px; }
.f-section-title h2 { max-width: 860px; margin: 0 0 56px; font-size: clamp(42px, 5.5vw, 76px); line-height: .96; letter-spacing: -.06em; font-weight: 550; }
.f-service-list { border-top: 1px solid var(--line); }
.f-service-list article { display: grid; grid-template-columns: 50px 1fr auto; gap: 26px; padding: 32px 0; border-bottom: 1px solid var(--line); align-items: start; }
.f-service-list__number { color: var(--aqua); font-size: 11px; padding-top: 7px; }
.f-service-list h3 { margin: 0 0 9px; font-size: 30px; letter-spacing: -.045em; font-weight: 560; }
.f-service-list p { max-width: 700px; margin: 0; line-height: 1.65; color: rgba(10,42,53,.65); }
.pill { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.f-approach { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 7vw, 90px); margin-top: 110px; align-items: center; }
.f-approach__visual { min-height: 470px; background: var(--ink); position: relative; overflow: hidden; display: grid; place-items: center; }
.f-approach__visual span { color: var(--white); font-size: 220px; line-height: 1; opacity: .92; }
.f-approach__visual i { position: absolute; border-radius: 50%; border: 1px solid rgba(98,226,215,.33); }
.f-approach__visual i:nth-of-type(1) { width: 400px; height: 400px; }
.f-approach__visual i:nth-of-type(2) { width: 300px; height: 300px; }
.f-approach__visual i:nth-of-type(3) { width: 190px; height: 190px; background: rgba(60,179,176,.15); }
.f-approach .kicker { color: var(--aqua); margin-bottom: 18px; }
.f-approach h2 { margin: 0 0 24px; font-size: clamp(38px, 4.3vw, 62px); line-height: .98; letter-spacing: -.055em; font-weight: 550; }
.f-approach p:last-child { color: rgba(10,42,53,.66); line-height: 1.7; }
.f-contact { background: var(--ink); color: var(--white); }
.f-contact__inner { min-height: 430px; display: grid; grid-template-columns: .45fr 1.5fr auto; gap: 60px; align-items: center; }
.f-contact__inner .kicker { color: var(--aqua-bright); }
.f-contact h2 { margin: 0; font-size: clamp(44px, 6vw, 80px); line-height: .95; letter-spacing: -.06em; font-weight: 550; }

/* Z-PATTERN TEMPLATE */
.z-demo { background: var(--paper); }
.z-demo .site-nav { border-bottom: 1px solid var(--line); }
.z-hero { min-height: 740px; display: grid; grid-template-columns: 1fr .88fr; gap: clamp(50px, 8vw, 120px); align-items: center; padding-block: 70px; }
.z-copy .kicker, .z-feature .kicker { color: var(--aqua); margin-bottom: 22px; }
.z-copy h1 { margin: 0; font-size: clamp(60px, 7.3vw, 112px); line-height: .88; letter-spacing: -.07em; font-weight: 550; }
.z-copy__lead { max-width: 680px; margin: 34px 0; color: rgba(10,42,53,.66); font-size: 18px; line-height: 1.65; }
.z-copy__actions { display: flex; gap: 28px; align-items: center; }
.underlined-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.abstract-frame { min-height: 570px; position: relative; overflow: hidden; background: var(--aqua); }
.abstract-frame::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.45); }
.abstract-frame__orb { position: absolute; width: 350px; height: 350px; right: -70px; top: 30px; border-radius: 50%; background: var(--aqua-bright); box-shadow: -150px 220px 0 -50px var(--ink-2); }
.abstract-frame__card { position: absolute; left: 11%; bottom: 12%; width: 58%; aspect-ratio: 1.2; background: var(--ink); color: var(--white); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 28px 28px 0 rgba(255,255,255,.45); }
.abstract-frame__card b { margin-bottom: auto; font-size: 76px; line-height: .6; }
.abstract-frame__card i { height: 6px; margin-top: 10px; background: var(--aqua-bright); }
.abstract-frame__card i:last-child { width: 64%; opacity: .55; }
.abstract-frame__tag { position: absolute; right: 8%; bottom: 9%; writing-mode: vertical-rl; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .18em; }
.z-stats { background: var(--ink); color: var(--white); }
.z-stats .wrap { min-height: 150px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 40px; align-items: center; }
.z-stats p { margin: 0; }
.z-stats > div > p:first-child { color: var(--aqua-bright); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.z-stats strong, .z-stats span { display: block; }
.z-stats strong { font-size: 18px; font-weight: 550; }
.z-stats span { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 5px; }
.z-feature { min-height: 780px; display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: center; padding-block: 110px; }
.abstract-frame--b { min-height: 560px; background: var(--aqua-soft); }
.abstract-frame--b .abstract-frame__orb { right: auto; left: -120px; top: 130px; background: var(--aqua); box-shadow: 250px -120px 0 -20px var(--ink); }
.abstract-frame--b .abstract-frame__card { left: auto; right: 10%; bottom: 10%; width: 52%; background: var(--white); color: var(--ink); box-shadow: -25px -25px 0 rgba(60,179,176,.34); }
.abstract-frame--b .abstract-frame__card i { background: var(--ink); }
.z-feature__copy h2 { margin: 0 0 28px; font-size: clamp(46px, 5.7vw, 82px); line-height: .94; letter-spacing: -.06em; font-weight: 550; }
.z-feature__copy > p:not(.kicker) { color: rgba(10,42,53,.66); line-height: 1.7; }
.z-feature__copy ul { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid var(--line); }
.z-feature__copy li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.z-feature__copy li span { display: inline-block; width: 48px; color: var(--aqua); font-size: 11px; }
.z-cta { background: var(--aqua); color: var(--ink); }
.z-cta__inner { min-height: 380px; display: flex; justify-content: space-between; gap: 60px; align-items: center; }
.z-cta .kicker { margin-bottom: 16px; }
.z-cta h2 { margin: 0; font-size: clamp(50px, 7vw, 96px); line-height: .9; letter-spacing: -.065em; font-weight: 550; }

/* ZIG-ZAG TEMPLATE */
.zig-intro { color: var(--white); background: var(--ink); }
.zig-intro__content { min-height: 610px; padding-block: 80px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.zig-intro__content::after { content: "∞"; position: absolute; right: 0; top: 50%; transform: translateY(-48%); color: rgba(98,226,215,.08); font-size: min(39vw, 540px); line-height: 1; }
.zig-intro .kicker { color: var(--aqua-bright); margin-bottom: 24px; position: relative; z-index: 1; }
.zig-intro h1 { max-width: 1000px; margin: 0; font-size: clamp(65px, 9vw, 134px); line-height: .86; letter-spacing: -.073em; font-weight: 550; position: relative; z-index: 1; }
.zig-intro__content > p:last-child { max-width: 600px; margin: 40px 0 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.65; position: relative; z-index: 1; }
.zig-section { padding-block: 100px; background: #fbfcf9; }
.zig-section:nth-child(even) { background: var(--paper); }
.zig-section__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.zig-section--reverse .zig-visual { order: 2; }
.zig-visual { min-height: 540px; position: relative; overflow: hidden; background: var(--aqua-soft); }
.zig-visual::before, .zig-visual::after { content: ""; position: absolute; border-radius: 50%; }
.zig-visual::before { width: 430px; height: 430px; right: -150px; bottom: -130px; background: var(--aqua); }
.zig-visual::after { width: 230px; height: 230px; left: -75px; top: -80px; border: 70px solid var(--ink); }
.zig-visual__number { position: absolute; top: 30px; left: 32px; z-index: 2; color: var(--ink); font-size: 12px; letter-spacing: .15em; }
.zig-visual__window { position: absolute; z-index: 2; width: 64%; min-height: 270px; left: 18%; top: 25%; background: var(--white); padding: 34px; box-shadow: 24px 24px 0 rgba(10,42,53,.15); }
.zig-visual__window i { display: block; height: 9px; background: var(--ink); margin-bottom: 14px; }
.zig-visual__window i:nth-child(2) { width: 75%; background: var(--aqua); }
.zig-visual__window i:nth-child(3) { width: 48%; background: rgba(10,42,53,.25); }
.zig-visual b { position: absolute; z-index: 3; right: 12%; bottom: 13%; font-size: 88px; color: var(--white); line-height: .7; }
.zig-visual--2 { background: var(--ink); }
.zig-visual--2::before { background: var(--aqua-bright); }
.zig-visual--2::after { border-color: var(--aqua); }
.zig-visual--3 { background: #cfeceb; }
.zig-visual--3::before { background: var(--ink-2); }
.zig-visual--4 { background: var(--aqua); }
.zig-visual--4::before { background: var(--ink); }
.zig-section__copy .kicker { color: var(--aqua); margin-bottom: 20px; }
.zig-section__copy h2 { margin: 0 0 26px; font-size: clamp(46px, 5.7vw, 82px); line-height: .95; letter-spacing: -.06em; font-weight: 550; }
.zig-section__copy > p:not(.kicker) { color: rgba(10,42,53,.66); font-size: 17px; line-height: 1.7; }
.zig-section__copy ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 34px 0 0; }
.zig-section__copy li { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-size: 11px; }
.zig-contact { background: var(--aqua-bright); }
.zig-contact .wrap { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.zig-contact h2 { max-width: 1050px; margin: 20px 0 38px; font-size: clamp(52px, 8vw, 110px); line-height: .9; letter-spacing: -.07em; font-weight: 550; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .collection-hero__grid, .hero-full__content, .section-heading { grid-template-columns: 1fr; }
  .collection-hero h1 { font-size: clamp(50px, 13vw, 88px); }
  .collection-hero__intro { max-width: 600px; }
  .template-grid { grid-template-columns: 1fr; }
  .template-card:nth-child(odd) { border-right: 0; }
  .template-card:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .template-switcher { grid-template-columns: 1fr auto; }
  .template-switcher__tabs { order: 3; grid-column: 1 / -1; overflow-x: auto; justify-content: flex-start; height: 40px; }
  .template-switcher__tabs button, .template-switcher__tabs a { flex: 0 0 auto; }
  .template-switcher__brand { justify-self: end; }
  .site-nav { grid-template-columns: 1fr auto; }
  .site-nav__links, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-full { min-height: 780px; }
  .hero-full__content { align-content: center; }
  .hero-full__side { align-self: start; max-width: 520px; padding-bottom: 0; }
  .f-hero__summary { width: 100%; }
  .f-content { grid-template-columns: 1fr; }
  .f-index { position: static; grid-template-columns: repeat(3, 1fr); }
  .f-index .kicker { grid-column: 1 / -1; }
  .f-approach, .z-hero, .z-feature, .zig-section__inner { grid-template-columns: 1fr; }
  .f-contact__inner { grid-template-columns: 1fr auto; gap: 28px; padding-block: 70px; }
  .f-contact__inner .kicker { grid-column: 1 / -1; }
  .z-hero { padding-block: 70px; }
  .abstract-frame { min-height: 500px; }
  .z-stats .wrap { grid-template-columns: repeat(3, 1fr); padding-block: 34px; }
  .z-stats > div > p:first-child { grid-column: 1 / -1; }
  .z-feature .abstract-frame { order: 2; }
  .zig-section--reverse .zig-visual { order: initial; }
}

@media (max-width: 620px) {
  .collection-nav { min-height: 84px; }
  .collection-nav .text-link { font-size: 0; }
  .collection-nav .text-link span { font-size: 22px; }
  .collection-hero { padding: 54px 0 44px; }
  .collection-hero__grid { gap: 32px; }
  .collection-hero h1 { font-size: clamp(46px, 15vw, 68px); }
  .template-card button, .template-card > a { padding: 18px; }
  .mini-layout { height: 190px; }
  .collection-footer { flex-direction: column; }
  .template-switcher { padding: 0 16px; }
  .template-switcher__tabs span, .template-switcher__brand { display: none; }
  .site-nav { height: 80px; }
  .hero-full { min-height: calc(100svh - 94px); }
  .hero-full__content { padding-block: 42px; gap: 42px; }
  .hero-full h1 { font-size: clamp(54px, 18vw, 84px); }
  .hero-services { padding-block: 74px; }
  .section-heading { margin-bottom: 42px; }
  .service-list article { grid-template-columns: 36px 1fr auto; gap: 14px; }
  .service-list p { grid-column: 2 / -1; }
  .hero-cta__inner { min-height: 500px; }
  .f-hero { padding-block: 60px 50px; }
  .f-hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .f-hero__summary { align-items: flex-start; flex-direction: column; gap: 26px; }
  .f-index { grid-template-columns: 1fr; }
  .f-index .kicker { grid-column: auto; }
  .f-content { padding-block: 64px; }
  .f-service-list article { grid-template-columns: 34px 1fr; }
  .f-service-list .pill { grid-column: 2; justify-self: start; }
  .f-approach { margin-top: 74px; }
  .f-approach__visual { min-height: 360px; }
  .f-contact__inner { grid-template-columns: 1fr; }
  .f-contact__inner .kicker { grid-column: auto; }
  .z-hero { min-height: auto; }
  .z-copy h1 { font-size: clamp(52px, 16vw, 78px); }
  .z-copy__actions { align-items: flex-start; flex-direction: column; }
  .abstract-frame { min-height: 390px; }
  .abstract-frame__orb { width: 260px; height: 260px; }
  .z-stats .wrap { grid-template-columns: 1fr; }
  .z-feature { padding-block: 72px; }
  .z-cta__inner { flex-direction: column; align-items: flex-start; justify-content: center; min-height: 440px; }
  .zig-intro__content { min-height: 530px; }
  .zig-intro h1 { font-size: clamp(54px, 17vw, 78px); }
  .zig-section { padding-block: 68px; }
  .zig-section__inner { gap: 45px; }
  .zig-visual { min-height: 390px; }
  .zig-visual__window { min-height: 200px; }
}

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