@font-face {
  font-family: "Nunito Sans";
  src: url("./assets/fonts/nunito-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Black";
  src: url("./assets/fonts/archivo-black-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --canvas: #f8f8f4;
  --paper: #fffefa;
  --ink: #222824;
  --muted: #666d66;
  --accent: #d94c36;
  --accent-hover: #bb3825;
  --accent-soft: #f9eae3;
  --line: #dedfd6;
  --shell: 1160px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Nunito Sans", system-ui, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
img { max-width: 100%; }
button, input, select, textarea { min-width: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.07; text-wrap: balance; }
h1, h2 { font-weight: 750; letter-spacing: -.025em; }
h2 { font-size: clamp(36px, 4.2vw, 53px); }
h3 { font-size: 23px; font-weight: 800; letter-spacing: -.035em; }
em { font-style: normal; color: var(--accent); }
ul, ol { padding: 0; margin: 0; list-style: none; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: #f4c2b2; color: var(--ink); }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.section-space { padding-block: 102px; }
.centered { text-align: center; }
.section-heading .eyebrow { margin-bottom: 18px; }
.eyebrow { font-size: 12px; font-weight: 750; letter-spacing: .07em; line-height: 1.5; }
.accent-dot { display: inline-block; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 16px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* A quiet header leaves the first impression to the work. */
.site-header { position: sticky; z-index: 20; top: 0; height: 80px; border-bottom: 1px solid transparent; background: rgb(248 248 244 / 93%); backdrop-filter: blur(16px); transition: border-color 180ms ease; }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Archivo Black", sans-serif; font-size: 29px; font-weight: 400; line-height: 1; letter-spacing: -.065em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; background: var(--accent); color: var(--paper); border-radius: 9px; }
.brand-mark svg { width: 26px; fill: currentColor; }
.main-navigation { display: flex; gap: 32px; margin-left: 60px; font-size: 13px; font-weight: 750; }
.main-navigation a, .site-footer a { transition: color 160ms ease; }
.main-navigation a:hover, .site-footer a:hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 48px; padding: 11px 21px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 800; line-height: 1.4; transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.button > span[aria-hidden] { font-family: system-ui, sans-serif; font-size: 21px; line-height: 1; transition: transform 180ms ease; }
.button:hover > span[aria-hidden] { transform: translate(2px, -2px); }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--accent); color: white; box-shadow: 0 2px 3px rgb(122 43 30 / 12%), inset 0 1px 0 rgb(255 255 255 / 12%); }
.button-primary:hover { background: var(--accent-hover); box-shadow: 0 5px 13px rgb(122 43 30 / 15%); }
.button-outline { border-color: #d6d8ce; background: var(--paper); }
.button-outline:hover { border-color: #b8bcb1; background: white; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: 12px; gap: 19px; }
.button-quiet { background: transparent; border-color: transparent; padding-inline: 15px; }
.button-quiet:hover { background: #eeeee7; }
.button-quiet svg { width: 19px; fill: currentColor; }
.text-link { display: inline-flex; gap: 30px; padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 750; }
.text-link span { font-size: 22px; line-height: 1; }

/* Centered type above one large, real product video. */
.hero { padding: 32px 24px 24px; text-align: center; }
.hero-copy { max-width: 1000px; margin-inline: auto; }
.hero h1 { font-size: 64px; line-height: 1.05; letter-spacing: -.025em; }
.hero h1 > span { display: block; }
.hero h1 em { color: var(--accent); }
.hero-intro { margin-top: 20px; font-size: 18px; line-height: 1.5; color: var(--muted); letter-spacing: -.015em; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px; }
.hero-note { display: flex; flex-wrap: wrap; justify-content: center; gap: 3px 18px; margin-top: 14px; color: var(--muted); font-size: 14px; }
.hero-note strong { color: var(--ink); font-weight: 800; }
.hero-note > span { white-space: nowrap; }
.hero h1, .hero-intro, .hero-actions, .hero-note { animation: enter 680ms both cubic-bezier(.16, 1, .3, 1); }
.hero h1 { animation-delay: 70ms; }
.hero-intro { animation-delay: 130ms; }
.hero-actions, .hero-note { animation-delay: 190ms; }

.work-section { position: relative; padding: 0 32px 65px; background: linear-gradient(180deg, var(--canvas), #f0f0e8 83%, var(--canvas)); }
.work-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(#d8dbcf 1px, transparent 1px), linear-gradient(90deg, #d8dbcf 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(transparent, #000 22%, #000 65%, transparent); }
.work-wrap { position: relative; max-width: 900px; margin-inline: auto; }
.featured-work { padding: 10px; border: 1px solid #e0e1d7; border-radius: 16px; background: #e9ebe2; box-shadow: 0 24px 55px -30px rgb(35 44 32 / 30%); animation: enter 850ms 220ms both cubic-bezier(.16, 1, .3, 1); }
.video-window { overflow: hidden; position: relative; border: 1px solid #dce0d7; border-radius: 9px; background: var(--paper); }
.video-topline { display: flex; justify-content: space-between; align-items: center; height: 42px; gap: 16px; padding-inline: 17px; border-bottom: 1px solid var(--line); background: var(--paper); }
.video-project { display: inline-flex; align-items: center; min-width: 0; gap: 12px; font-size: 12px; }
.video-project strong { font-weight: 800; }
.project-symbol { display: grid; place-items: center; width: 20px; height: 20px; background: var(--accent-soft); color: var(--accent); font-size: 15px; border-radius: 5px; }
.video-type { color: var(--muted); padding-left: 12px; border-left: 1px solid var(--line); }
.video-runtime { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.runtime-dot { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.video-stage { position: relative; aspect-ratio: 16 / 9; background: #ebf0ed; }
.video-stage > img, .video-stage > video, .video-stage > iframe { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; border: 0; }
.video-stage > img { cursor: pointer; }
.video-play { position: absolute; display: flex; gap: 14px; align-items: center; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 11px 25px 11px 11px; border: 1px solid rgb(255 255 255 / 80%); border-radius: 60px; color: var(--ink); background: rgb(255 254 250 / 95%); box-shadow: 0 6px 35px rgb(20 32 26 / 16%); white-space: nowrap; cursor: pointer; transition: box-shadow 200ms ease, background 200ms ease; }
.video-play:hover { box-shadow: 0 8px 40px rgb(20 32 26 / 26%); background: #fffefa; }
.video-play-icon { display: grid; place-items: center; width: 53px; height: 53px; background: var(--accent); border-radius: 50%; color: white; flex: 0 0 auto; transition: transform 220ms ease, background 220ms ease; }
.video-play:hover .video-play-icon { transform: scale(1.07); background: var(--accent-hover); }
.video-play-icon svg { width: 25px; margin-left: 2px; fill: currentColor; }
.video-play-copy { display: grid; gap: 1px; text-align: left; }
.video-play-copy strong { font-size: 16px; font-weight: 850; letter-spacing: -.02em; }
.video-play-copy > span { font-size: 12px; color: var(--muted); }
.video-caption { display: flex; justify-content: space-between; gap: 20px; padding: 12px 7px 1px; color: #636b60; font-size: 12px; }
.video-caption > :first-child { color: var(--ink); font-weight: 750; }
.video-caption { align-items: center; }
.video-caption-action { display: inline-flex; align-items: center; min-height: 44px; }
.video-caption-action:hover { text-decoration: underline; text-underline-offset: 3px; }
.featured-film::cue { font-size: 16px; color: #fff; background: rgb(20 28 23 / 88%); }
.video-stage.is-switching > img { animation: film-change 350ms ease; }
.no-js-note { padding: 12px; font-size: 13px; text-align: center; text-decoration: underline; }

/* Motion is supplementary; the still image remains the fallback and click target. */
.hero-loop { pointer-events: none; }
[data-example-label] { display: none; }
.has-started [data-example-label] { display: inline; }
.has-started [data-preview-label], .has-started .hero-loop, .has-started .preview-toggle { display: none; }
.featured-work .video-play { top: 44%; }
.featured-work .video-topline { height: 48px; padding-right: 4px; }
.featured-work .video-runtime { margin-left: auto; }
.preview-toggle { flex-shrink: 0; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(34 40 36 / 20%); border-radius: 50%; background: rgb(255 254 250 / 95%); color: var(--ink); box-shadow: 0 3px 14px rgb(20 32 26 / 15%); }
.preview-toggle:hover { background: white; }
.preview-toggle svg { width: 19px; fill: currentColor; }
.preview-resume-icon, .preview-toggle.is-paused .preview-pause-icon { display: none; }
.preview-toggle.is-paused .preview-resume-icon { display: block; }
.film-close { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; background: transparent; border: 0; border-radius: 50%; color: var(--ink); }
.film-close:hover { background: #e9ebe2; }
.film-close svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.video-play-compact { left: auto; top: auto; right: 12px; bottom: 12px; transform: none; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(34 40 36 / 20%); border-radius: 50%; box-shadow: 0 3px 14px rgb(20 32 26 / 15%); }
.video-play-compact .video-play-icon { width: 100%; height: 100%; background: transparent; color: var(--ink); }
.video-play-compact .video-play-icon svg { width: 22px; }
.video-play-compact:hover .video-play-icon { transform: none; background: var(--accent); color: white; }

.showcases-section { padding-top: 48px; border-bottom: 1px solid var(--line); }
.showcases-intro { margin-top: 19px; color: var(--muted); font-size: 15px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 28px; margin-top: 43px; }
.showcase-item { min-width: 0; }
.showcase-item .video-window { box-shadow: 0 13px 24px -20px rgb(30 46 24 / 30%); }
.showcase-item .video-topline { height: 34px; padding-inline: 11px; gap: 8px; }
.showcase-item .video-project { font-size: 12px; overflow: hidden; }
.showcase-item .video-project strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.showcase-item figcaption { display: flex; gap: 13px; margin-top: 18px; }
.showcase-item figcaption > span:last-child { display: grid; gap: 4px; }
.showcase-item figcaption strong { font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.showcase-item figcaption small { font-size: 12px; color: var(--muted); }

/* One short explanation, with no feature-card catalogue. */
.process-section { border-bottom: 1px solid var(--line); padding-top: 80px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin-top: 57px; }
.process-steps > li { padding-top: 23px; border-top: 1px solid var(--line); }
.process-steps p { margin-top: 14px; max-width: 320px; color: var(--muted); font-size: 15px; }
.use-line { display: flex; justify-content: space-between; gap: 24px; padding-top: 29px; margin-top: 48px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.use-line p { color: var(--ink); font-weight: 750; }
.use-line p span { color: #a4aa9c; margin-inline: 14px; }

.tutorial-section { background: #eef0e9; }
.tutorial-layout { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 80px; }
.tutorial-copy > p { margin-top: 24px; max-width: 340px; font-size: 15px; color: var(--muted); }
.tutorial-picker { display: grid; gap: 0; margin-top: 25px; max-width: 355px; }
.tutorial-choice { display: flex; align-items: center; gap: 12px; padding: 13px 0; border: 0; border-bottom: 1px solid #d5d9cd; text-align: left; background: transparent; transition: color 180ms ease; }
.tutorial-choice > strong { font-size: 13px; font-weight: 750; }
.tutorial-choice > small { flex-shrink: 0; margin-left: auto; font-size: 12px; color: var(--muted); }
.tutorial-choice.is-active, .tutorial-choice:hover { color: var(--accent); }
.tutorial-preview { min-width: 0; }
.tutorial-preview .video-window { border-color: #d1d6c9; box-shadow: 0 22px 36px -22px rgb(30 46 24 / 26%); }
.tutorial-preview .video-topline { height: 37px; padding-inline: 12px; }
.tutorial-preview .video-type { font-size: 12px; }
.tutorial-preview figcaption { display: flex; justify-content: space-between; gap: 15px; margin-top: 15px; font-size: 12px; color: var(--muted); }

.testimonials-section { background: var(--paper); }
.testimonials-section .section-heading h2 { font-size: 44px; }
.sample-disclosure { margin-top: 18px; color: var(--muted); font-size: 12px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 39px; margin-top: 39px; }
.testimonials figure { display: flex; flex-direction: column; padding-top: 8px; }
.testimonials figure + figure { border-left: 1px solid var(--line); padding-left: 39px; }
.quote-mark { color: var(--accent); font-family: Georgia, serif; font-size: 61px; line-height: .9; }
.testimonials blockquote { margin: 0 0 27px; font-size: 18px; font-weight: 650; line-height: 1.55; letter-spacing: -.025em; }
.testimonials figcaption { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.sample-avatar { display: grid; place-items: center; width: 33px; height: 33px; background: #f2f1eb; border-radius: 50%; font-size: 12px; color: var(--muted); }
.testimonials figcaption > span:last-child { display: grid; }
.testimonials figcaption strong { font-size: 12px; font-weight: 750; }
.testimonials figcaption small { font-size: 12px; color: var(--muted); }

.pricing-section { background: #f5ebe4; border-block: 1px solid #ecded5; }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; align-items: center; max-width: 980px; }
.pricing-copy > p { color: #70665f; font-size: 15px; margin-top: 24px; max-width: 345px; }
.pricing-copy .text-link { margin-top: 25px; font-size: 12px; }
.pricing-detail { border-left: 1px solid #daccc2; padding-left: 55px; }
.price { display: flex; align-items: baseline; gap: 13px; line-height: 1; }
.price .currency { align-self: flex-start; margin-top: 17px; font-size: 12px; font-weight: 800; }
.price > strong { font-size: 102px; font-weight: 750; letter-spacing: -.08em; }
.price-unit { font-size: 13px; color: #796f64; }
.included-list { display: grid; gap: 11px; margin: 29px 0 26px; font-size: 13px; color: #514e45; }
.included-list li { display: flex; align-items: flex-start; gap: 10px; }
.included-list li::before { content: "✓"; flex: 0 0 auto; color: var(--accent); font-weight: 900; }
.pricing-detail > .button { width: 100%; }
.pricing-tax-note { margin-top: 13px; font-size: 12px; color: #796f64; text-align: center; }

.questions-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.questions-section h2 { font-size: 44px; }
.questions details { border-bottom: 1px solid var(--line); }
.questions details:first-child { border-top: 1px solid var(--line); }
.questions summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 20px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 750; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary > span { font-size: 22px; font-weight: 500; line-height: 1; color: var(--muted); transition: transform 180ms ease; }
.questions details[open] summary > span { transform: rotate(45deg); color: var(--accent); }
.questions details[open] summary { color: var(--accent); }
.questions details p { padding: 0 35px 22px 0; color: var(--muted); font-size: 14px; }

.contact-section { background: #242d28; color: var(--paper); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: center; }
.contact-copy h2 { font-size: clamp(38px, 4.4vw, 64px); line-height: 1.12; }
.contact-line { display: block; white-space: nowrap; }
.contact-copy > p { margin-top: 26px; font-size: 15px; color: #b6beb2; }
.contact-email { display: inline-flex; align-items: center; gap: 28px; margin-top: 31px; font-size: 13px; border-bottom: 1px solid #647062; padding-bottom: 6px; }
.brief-form { display: grid; gap: 22px; min-width: 0; }
.brief-form label { display: grid; gap: 9px; }
.brief-form label > span { font-size: 12px; font-weight: 750; color: #d2d8ce; }
.brief-form input, .brief-form textarea, .brief-form select { width: 100%; min-height: 44px; padding: 11px 13px; border: 1px solid #65715f; border-radius: 5px; background: #303a32; color: #fffefa; font-size: 13px; box-shadow: none; }
.brief-form ::placeholder { color: #a6b09f; opacity: 1; }
.brief-form textarea { min-height: 122px; resize: vertical; }
.brief-form select { appearance: auto; }
.brief-form option { background: #303a32; color: white; }
.brief-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.brief-form-footer { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 16px; }
.brief-form-footer > button { min-height: 44px; }
.brief-form > small { color: #aeb8a6; font-size: 12px; line-height: 1.6; max-width: 450px; }
.brief-form > small a, .form-fallback a { text-decoration: underline; text-underline-offset: 3px; }
.brief-form .form-trap { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 13px; padding: 12px 14px; border: 1px solid #74846a; border-radius: 5px; background: #31432d; }
.form-status[data-state="error"] { background: #51372d; border-color: #b37d64; }
.form-fallback { font-size: 12px; color: #d2d8ce; }
.brief-form button:disabled { opacity: .65; cursor: wait; }

.site-footer { padding-top: 36px; background: #f1f2ea; }
.footer-inner { display: flex; gap: 24px; align-items: center; padding-bottom: 33px; }
.site-footer .brand { font-size: 24px; }
.site-footer .brand-mark { width: 27px; height: 27px; border-radius: 7px; }
.site-footer .brand-mark svg { width: 22px; }
.footer-inner > p { margin-left: 22px; color: var(--muted); font-size: 12px; }
.footer-inner nav { display: flex; gap: 27px; margin-left: auto; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #d9ddd0; padding-block: 18px; color: var(--muted); font-size: 12px; }
.footer-bottom small { font-size: inherit; }

.has-js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1); }
.has-js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.process-steps > :nth-child(2), .testimonials > :nth-child(2) { transition-delay: 70ms; }
.process-steps > :nth-child(3), .testimonials > :nth-child(3) { transition-delay: 140ms; }
@keyframes enter { from { opacity: 0; transform: translateY(17px); } to { opacity: 1; transform: translateY(0); } }
@keyframes film-change { from { opacity: .35; } to { opacity: 1; } }

@media (min-width: 1500px) {
  .hero { padding-top: 40px; }
}

@media (max-width: 1000px) {
  .testimonials { gap: 25px; }
  .testimonials figure + figure { padding-left: 25px; }
  .testimonials blockquote { font-size: 16px; }
  .main-navigation { margin-left: 0; gap: 24px; }
  .section-space { padding-block: 80px; }
  .showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 18px; }
  .showcase-item .video-project { font-size: 12px; overflow: hidden; }
  .tutorial-layout { gap: 38px; }
  .tutorial-copy h2 { font-size: 40px; }
  .process-steps { gap: 30px; }
  .process-steps h3 { font-size: 21px; }
  .pricing-layout { gap: 65px; }
  .pricing-detail { padding-left: 40px; }
  .questions-layout { gap: 60px; }
  .contact-inner { gap: 60px; }
  .brief-form-row { grid-template-columns: 1fr; gap: 19px; }
}

@media (max-width: 700px) {
  .testimonials-section .section-heading h2 { font-size: 38px; }
  .sample-disclosure { font-size: 12px; max-width: 270px; margin-inline: auto; }
  .testimonials { grid-template-columns: 1fr; gap: 27px; margin-top: 30px; }
  .testimonials figure + figure { padding-left: 0; padding-top: 26px; border-left: 0; border-top: 1px solid var(--line); }
  .quote-mark { font-size: 48px; }
  .testimonials blockquote { font-size: 17px; margin-bottom: 18px; }
  .testimonials figcaption small { font-size: 12px; }
  html { scroll-padding-top: 82px; }
  .shell { width: calc(100% - 40px); }
  .section-space { padding-block: 65px; }
  h2 { font-size: 40px; }
  .site-header { height: 68px; }
  .header-inner { gap: 16px; }
  .brand { font-size: 27px; gap: 8px; }
  .brand-mark { width: 29px; height: 29px; border-radius: 8px; }
  .main-navigation { display: none; }
  .header-inner .button { font-size: 12px; min-height: 44px; padding: 7px 10px; gap: 8px; }
  .header-inner .button > span { font-size: 18px; }
  .hero { padding: 37px 20px 33px; }
  .hero h1 { font-size: clamp(36px, 9.6vw, 64px); line-height: 1.08; letter-spacing: -.025em; }
  .hero-intro { font-size: 15px; line-height: 1.55; margin-top: 22px; }
  .hero-actions { gap: 3px; margin-top: 23px; }
  .hero-actions .button { min-height: 44px; font-size: 12px; padding: 10px 14px; gap: 10px; }
  .hero-note { margin-top: 16px; }
  .work-section { padding: 0 12px 46px; }
  .work-section::before { background-size: 45px 45px; }
  .featured-work { padding: 5px; border-radius: 11px; }
  .video-window { border-radius: 6px; }
  .video-topline { height: 30px; padding-inline: 10px; }
  .video-project { gap: 7px; font-size: 12px; }
  .project-symbol { width: 15px; height: 15px; font-size: 12px; border-radius: 3px; }
  .video-type { font-size: 12px; padding-left: 7px; }
  .video-runtime { font-size: 12px; }
  .video-play:not(.video-play-compact) { gap: 10px; padding: 7px 15px 7px 7px; }
  .video-play:not(.video-play-compact) .video-play-icon { width: 39px; height: 39px; }
  .video-play-icon svg { width: 20px; }
  .video-play-copy strong { font-size: 12px; }
  .video-play-copy > span { font-size: 12px; }
  .featured-work .video-topline { gap: 8px; }
  .featured-work .video-play { left: auto; top: auto; right: 12px; bottom: 12px; transform: none; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(34 40 36 / 20%); border-radius: 50%; box-shadow: 0 3px 14px rgb(20 32 26 / 15%); }
  .featured-work .video-play .video-play-icon { width: 100%; height: 100%; background: transparent; color: var(--ink); }
  .featured-work .video-play .video-play-icon svg { width: 22px; }
  .featured-work .video-play:hover .video-play-icon { transform: none; background: var(--accent); color: white; }
  .featured-work .video-play-copy { display: none; }
  .tutorial-preview .video-type { display: none; }
  .video-caption { padding: 8px 4px 3px; font-size: 12px; }
  .video-caption > span:last-child { display: none; }
  .showcases-section { padding-top: 25px; }
  .showcases-intro { font-size: 14px; margin-top: 16px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
  .showcase-item .video-project { font-size: 12px; overflow: hidden; }
  .showcase-item figcaption { margin-top: 13px; }
  .process-section { padding-top: 52px; }
  .process-steps { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .process-steps li { padding-top: 20px; }
  .process-steps h3 { margin-top: 0; font-size: 22px; }
  .process-steps p { font-size: 14px; margin-top: 10px; max-width: 100%; }
  .use-line { flex-direction: column; align-items: center; gap: 9px; margin-top: 32px; font-size: 12px; padding-top: 23px; }
  .use-line p span { margin-inline: 7px; }
  .tutorial-layout { grid-template-columns: 1fr; gap: 30px; }
  .tutorial-copy h2 { font-size: 43px; }
  .tutorial-copy > p { max-width: 370px; margin-top: 19px; font-size: 14px; }
  .tutorial-picker { max-width: none; margin-top: 18px; }
  .tutorial-choice { min-height: 45px; }
  .tutorial-preview .video-type { font-size: 12px; }
  .tutorial-preview figcaption { font-size: 12px; margin-top: 10px; }
  .pricing-layout { grid-template-columns: 1fr; gap: 32px; }
  .pricing-copy h2 { font-size: 43px; }
  .pricing-copy > p { font-size: 14px; }
  .pricing-copy .text-link { margin-top: 18px; }
  .pricing-detail { border-left: 0; border-top: 1px solid #daccc2; padding: 27px 0 0; }
  .price > strong { font-size: 91px; }
  .included-list { font-size: 13px; gap: 10px; margin-block: 24px; }
  .pricing-tax-note { font-size: 12px; }
  .questions-layout { grid-template-columns: 1fr; gap: 30px; }
  .questions-section h2 { font-size: 39px; }
  .questions summary { font-size: 13px; padding-block: 19px; }
  .questions details p { font-size: 13px; }
  .contact-inner { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy h2 { font-size: clamp(32px, 9.5vw, 52px); }
  .contact-copy > p { font-size: 14px; margin-top: 21px; }
  .contact-email { margin-top: 21px; }
  .brief-form { gap: 19px; }
  .brief-form-row { gap: 19px; }
  .brief-form input, .brief-form textarea, .brief-form select { font-size: 16px; }
  .brief-form-footer { gap: 12px; }
  .brief-form-footer .button { font-size: 12px; padding-inline: 10px; gap: 10px; }
  .brief-form > small { font-size: 12px; }
  .footer-inner { flex-wrap: wrap; gap: 19px 23px; padding-bottom: 25px; }
  .footer-inner > p { margin-left: auto; font-size: 12px; }
  .footer-inner nav { margin-left: 0; width: 100%; gap: 24px; font-size: 12px; }
  .footer-bottom { padding-block: 17px; font-size: 12px; }
}

@media (max-width: 360px) {
  .hero { padding-inline: 14px; }
  .hero h1 { font-size: 34px; }
  .hero-actions .button { font-size: 12px; padding-inline: 10px; }
  .brief-form-footer { grid-template-columns: 1fr; }
  .contact-copy h2 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .has-js [data-reveal] { opacity: 1; transform: none; }
  .hero-loop, .preview-toggle { display: none; }
}
