/* Generated from config. Do not hand-edit. */
:root {
  --accent: #44cdb9;
  --accent-2: #90a8ff;
  --dark: #111723;
  --light: #f1f5f7;
  --white: #ffffff;
  --line: color-mix(in srgb, var(--dark), transparent 82%);
  --shadow: 0 24px 70px color-mix(in srgb, var(--dark), transparent 78%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--dark); background: var(--light); font: 400 1rem/1.6 var(--body); overflow-x: clip; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
section[id] { scroll-margin-top: 6rem; }
:where(a, button, input, textarea):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: .8rem clamp(1rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--light), transparent 8%); backdrop-filter: blur(18px); }
.brand { display: flex; flex-direction: column; width: fit-content; font-family: var(--display); font-weight: 800; line-height: 1; letter-spacing: -.025em; }
.brand small { margin-top: .45rem; font: 700 .58rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; opacity: .65; }
.site-header nav { display: flex; gap: 1.8rem; font-size: .82rem; font-weight: 750; }
.site-header nav a, footer a { border-bottom: 2px solid transparent; }
.site-header nav a:hover, footer a:hover { border-color: var(--accent); }
.header-cta { justify-self: end; min-height: 2.75rem; display: inline-flex; align-items: center; padding: 0 1.2rem; border-radius: 999px; background: var(--dark); color: var(--light); font-size: .78rem; font-weight: 800; }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(2rem, 6vw, 7rem); padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 7rem); position: relative; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
h1 { margin: 0; max-width: 12ch; font-size: clamp(3.4rem, 7vw, 7.4rem); line-height: .9; letter-spacing: -.055em; }
.hero-intro { max-width: 48ch; margin: 1.8rem 0 2.2rem; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 3.35rem; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid transparent; padding: 0 1.55rem; font: 800 .85rem/1 var(--body); cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: var(--dark); }
.button.secondary { border-color: var(--line); background: transparent; }
.hero-media { min-height: 600px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.hero-image { position: absolute; inset: 0; margin: 0; }
.hero-image img { object-position: var(--hero-position, center); }
.media-tag { position: absolute; right: 1rem; bottom: 1rem; max-width: 13rem; padding: .9rem 1.1rem; background: var(--accent-2); color: var(--dark); font: 800 .73rem/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.hero-art { background: var(--dark); }
.art-shape { position: absolute; background: var(--accent); }
.art-shape.one { width: 64%; aspect-ratio: 1; right: -8%; top: 8%; border-radius: 50%; }
.art-shape.two { width: 55%; height: 35%; left: -5%; bottom: 8%; background: var(--accent-2); transform: rotate(-9deg); }
.proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem 2.8rem; padding: 1.4rem clamp(1rem, 5vw, 5rem); background: var(--dark); color: var(--light); font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -.04em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 260px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-index { color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.service-grid h3 { margin: 3rem 0 .75rem; font-size: 1.5rem; line-height: 1.05; }
.service-grid p { margin: 0; font-size: .88rem; opacity: .76; }
.gallery { background: var(--dark); color: var(--light); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 1rem; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid .feature { grid-row: span 2; }
.gallery-grid img { transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.process ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); counter-reset: steps; }
.process li { counter-increment: steps; min-height: 240px; padding: 1.6rem; border-top: 1px solid var(--line); }
.process li::before { content: "0" counter(steps); color: var(--accent); font-weight: 900; letter-spacing: .12em; }
.process h3 { margin: 3rem 0 .6rem; font-size: 1.35rem; }
.process p { margin: 0; font-size: .88rem; opacity: .75; }
.contact { margin: 0 clamp(1rem, 4vw, 4rem) clamp(1rem, 4vw, 4rem); padding: clamp(2rem, 6vw, 6rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; background: var(--accent-2); }
.contact-copy > p:not(.eyebrow) { max-width: 40ch; }
.contact-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.contact-links a { padding: .7rem 1rem; border: 1px solid color-mix(in srgb, var(--dark), transparent 65%); font-size: .78rem; font-weight: 750; }
form { display: grid; gap: 1rem; }
label { display: grid; gap: .45rem; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
input, textarea { width: 100%; border: 1.5px solid color-mix(in srgb, var(--dark), transparent 68%); background: color-mix(in srgb, var(--white), transparent 18%); padding: .9rem 1rem; color: var(--dark); font: 500 1rem/1.5 var(--body); }
textarea { resize: vertical; }
.direct-action { align-self: end; max-width: 34rem; }
.direct-action p { margin: 0 0 1.4rem; }
footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem clamp(1.2rem, 6vw, 7rem); border-top: 1px solid var(--line); font-size: .78rem; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: .6rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header { min-height: 72px; }
  .header-cta { min-height: 2.5rem; padding: 0 .9rem; }
  .brand small { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero { min-height: auto; padding-top: 4.5rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-media { min-height: 110vw; }
  .service-grid, .process ol { grid-template-columns: 1fr; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-grid figure, .gallery-grid .feature { min-width: 82vw; height: 430px; scroll-snap-align: center; }
  .contact { margin: .7rem; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

:root { --display: "Arial Black", Gadget, sans-serif; --body: "Segoe UI", Arial, sans-serif; }
.preset-showcase .hero { background: radial-gradient(circle at 22% 30%, color-mix(in srgb, var(--accent), transparent 78%), transparent 30%), var(--light); }
.preset-showcase h1 { font-weight: 900; }
.preset-showcase .hero-media { border-radius: 30px; transform: rotate(1.5deg); }
.preset-showcase .media-tag { right: auto; left: 1rem; border-radius: 999px; }
.preset-showcase .gallery-grid figure { border-radius: 18px; }
.preset-showcase .button, .preset-showcase input, .preset-showcase textarea, .preset-showcase .contact-links a { border-radius: 12px; }

