:root {
  color-scheme:light;
  --ink:#141a32;
  --muted:#626b80;
  --blue:#3075ed;
  --line:#e9edf4;
  --radius:18px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}

body {
  margin:0;
  background:#fbfcfe;
  color:var(--ink);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  line-height:1.5
}

a {
  color:inherit;
  text-decoration:none
}

img {
  max-width:100%;
  display:block;
  height:auto
}

button,a {
  -webkit-tap-highlight-color:transparent
}

a:focus-visible {
  outline:3px solid #6355ce;
  outline-offset:5px
}

a:hover {
  color:#215fcd
}

.wrap {
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto
}

.site-header {
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  font-size:25px;
  font-weight:750;
  letter-spacing:-1.1px;
  white-space:nowrap
}

.brand-dot {
  color:var(--blue)
}

nav {
  display:flex;
  gap:34px;
  font-size:14px;
  font-weight:500
}

nav [aria-current=page] {
  color:var(--blue)
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.045em
}

h1 {
  font-size:clamp(38px,4.1vw,60px);
  font-weight:750
}

h2 {
  font-size:30px;
  font-weight:750
}

h3 {
  font-size:26px;
  font-weight:700
}

.eyebrow {
  font-size:10px;
  text-transform:uppercase;
  font-weight:650;
  letter-spacing:.2em;
  color:#717b8f;
  margin-bottom:22px
}

.hero {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  align-items:center;
  min-height:440px;
  padding-block:44px 58px;
  position:relative
}

.hero-copy {
  position:relative;
  z-index:1
}

.hero-description {
  font-size:17px;
  line-height:1.65;
  color:var(--muted);
  max-width:470px;
  margin-top:20px
}

.hero .button {
  margin-top:27px
}

.hero-art {
  margin-left:-45px;
  margin-right:-30px
}

.hero-art img {
  width:100%;
  mix-blend-mode:multiply;
  -webkit-mask-image:radial-gradient(ellipse 76% 78% at 52% 49%,#000 42%,rgba(0,0,0,.92) 58%,transparent 88%);
  mask-image:radial-gradient(ellipse 76% 78% at 52% 49%,#000 42%,rgba(0,0,0,.92) 58%,transparent 88%)
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  background:var(--blue);
  color:#fff;
  font-size:14px;
  font-weight:550;
  border-radius:9px;
  padding:12px 20px;
  min-height:44px;
  box-shadow:0 3px 7px #286cdf14;
  transition:background .15s,transform .15s
}

.button:hover {
  background:#2265d7;
  color:#fff;
  transform:translateY(-2px)
}

.button-green {
  background:#248957
}

.button-green:hover {
  background:#1b7046
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:22px
}

.text-link {
  font-size:13px;
  color:var(--blue);
  display:inline-flex;
  gap:14px;
  align-items:center;
  min-height:44px
}

.products {
  padding-bottom:42px
}

.project-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}

.project-card {
  position:relative;
  border-radius:var(--radius);
  display:grid;
  grid-template-columns:1.1fr 1fr;
  overflow:hidden;
  min-width:0;
  min-height:338px;
  border:1px solid #ffffffd9
}

.breath-card {
  background:linear-gradient(135deg,#f8faff 0%,#f2f6ff 48%,#e6edff 100%)
}

.sitap-card {
  background:linear-gradient(135deg,#f3f0ff 0%,#ebe6ff 48%,#ddd6ff 100%)
}

.project-copy {
  padding:25px 0 27px 27px;
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  flex-direction:column
}

.app-icon {
  width:51px;
  height:51px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:inset 0 1px 6px #ffffff65,0 4px 10px #183c7410;
  margin-bottom:17px
}

.project-category {
  font-size:10px;
  letter-spacing:.06em;
  color:var(--muted);
  margin-bottom:7px
}

.project-lead {
  font-size:15px;
  font-weight:550;
  margin-top:8px;
  line-height:1.4
}

.project-description {
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
  margin:14px 0 21px;
  max-width:260px
}

.project-copy .button {
  margin-top:auto;
  font-size:13px;
  gap:18px;
  padding:10px 16px
}

.project-visual {
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:26px 17px
}

.breath-visual img {
  border-radius:50%;
  width:100%;
  mix-blend-mode:multiply
}

.sitap-visual {
  align-items:flex-end;
  padding-bottom:0;
  padding-top:30px
}



.principles {
  background:linear-gradient(120deg,#f6f8fd,#fafbff);
  padding:38px 0 40px
}

.principles-inner {
  display:grid;
  grid-template-columns:1.65fr repeat(3,1fr);
  gap:40px;
  align-items:start
}

.principles-intro p {
  font-size:14px;
  color:var(--muted);
  margin-top:14px;
  max-width:330px
}

.principle-symbol {
  display:flex;
  width:48px;
  height:48px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin-bottom:14px
}

.green {
  background:#e4f4eb;
  color:#2b9260
}

.blue {
  background:#e3eeff;
  color:#387dd9
}

.purple {
  background:#eee7ff;
  color:#865ad5
}

.principle h3 {
  font-size:17px;
  letter-spacing:-.02em
}

.principle p {
  color:var(--muted);
  font-size:13px;
  margin-top:8px
}

.site-footer {
  border-top:1px solid var(--line);
  padding-block:22px
}

.footer-inner {
  display:flex;
  align-items:center;
  gap:18px
}

.footer-inner .brand {
  font-size:17px;
  letter-spacing:-.6px
}

.footer-inner p,.footer-inner small,.footer-inner>a:not(.brand) {
  font-size:11px;
  color:var(--muted)
}

.footer-inner>a:not(.brand) {
  margin-left:auto
}

.footer-inner small {
  margin-left:24px
}

.projects-main {
  min-height:calc(100vh - 170px);
  padding-block:60px
}

.page-intro {
  max-width:650px;
  margin-bottom:42px
}

.page-intro .hero-description {
  max-width:570px
}

.back-link {
  display:inline-block;
  font-size:14px;
  color:var(--muted);
  margin-top:30px;
  padding-block:10px
}

.skip-link {
  position:absolute;
  left:16px;
  top:-100px;
  z-index:10;
  background:#fff;
  padding:12px;
  border:2px solid var(--blue);
  border-radius:8px
}

.skip-link:focus {
  top:12px
}

.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0
}

@media(min-width:1500px) {
  .hero {
    min-height:490px
  }
}

@media(max-width:1000px) {
  .wrap {
    width:calc(100% - 56px)
  }
  .hero {
    grid-template-columns:1.05fr 1fr;
    min-height:390px
  }
  .hero-art {
    margin-left:-30px;
    margin-right:-15px
  }
  .hero-description {
    font-size:16px
  }
  .project-card {
    grid-template-columns:1.3fr .85fr
  }
  .project-copy {
    padding-left:20px
  }
  .project-visual {
    padding-inline:8px
  }
  .principles-inner {
    gap:24px;
    grid-template-columns:1.35fr 1fr 1fr 1fr
  }
  .principle h3 {
    font-size:15px
  }
}

@media(max-width:760px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .site-header {
    min-height:76px;
    gap:14px
  }
  .brand {
    font-size:22px
  }
  nav {
    gap:18px;
    font-size:12px
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:36px 26px;
    gap:22px
  }
  .hero-copy {
    max-width:550px
  }
  h1 {
    font-size:clamp(36px,7.5vw,52px)
  }
  .hero-art {
    margin:0;
    max-width:560px;
    justify-self:center
  }
  .hero-description {
    max-width:480px
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:.15em;
    margin-bottom:18px
  }
  .project-grid {
    grid-template-columns:1fr;
    gap:18px
  }
  .project-card {
    grid-template-columns:1.2fr 1fr;
    min-height:330px
  }
  .project-copy {
    padding:24px 0 25px 24px
  }
  .project-visual {
    padding-inline:20px
  }
  .project-description {
    max-width:300px
  }

  .principles-inner {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:26px 20px
  }
  .principles-intro {
    grid-column:1/-1
  }
  .principles-intro h2 br {
    display:none
  }
  .principles-intro p {
    max-width:470px
  }
  .principle h3 {
    font-size:14px;
    letter-spacing:-.025em
  }
  .principle p {
    font-size:12px
  }
  .footer-inner {
    flex-wrap:wrap;
    gap:12px
  }
  .footer-inner p {
    flex-basis:60%
  }
  .footer-inner>a:not(.brand) {
    margin-left:0
  }
  .footer-inner small {
    margin-left:auto
  }
  .projects-main {
    padding-block:36px 45px
  }
  .page-intro {
    margin-bottom:30px
  }
  h2 {
    font-size:27px
  }
}

@media(max-width:380px) {
  .wrap {
    width:calc(100% - 32px)
  }
  nav {
    gap:12px;
    font-size:11px
  }
  .brand {
    font-size:20px
  }
  .project-card {
    grid-template-columns:1.3fr .8fr
  }
  .project-copy {
    padding-left:17px
  }
  .project-visual {
    padding-inline:8px
  }
  .project-lead {
    font-size:14px
  }
  .project-description {
    font-size:12px
  }
  .project-copy .button {
    padding-inline:12px;
    gap:10px
  }
  .principles-inner {
    grid-template-columns:1fr;
    gap:22px
  }
  .principles-intro {
    grid-column:auto
  }
  .principle {
    display:grid;
    grid-template-columns:48px 1fr;
    column-gap:14px
  }
  .principle-symbol {
    grid-row:1/3;
    margin:0
  }
  .principle h3 {
    align-self:end;
    font-size:16px
  }
  .principle p {
    margin-top:5px
  }
  .footer-inner p {
    flex-basis:100%
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .button {
    transition:none
  }
}

/* Shared project descriptions and links to project sites. */
.project-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}
.project-site-link {
  color: #265a9b;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-block: 7px;
}
.project-about {
  padding-bottom: 64px;
}
.about-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  padding-block: 28px 54px;
}
.about-hero .button {
  margin-top: 25px;
}
.about-visual {
  min-width: 0;
  border-radius: var(--radius);
  padding: 35px;
  display: flex;
  justify-content: center;
}
.about-visual img {
  width: 100%;
  max-width: 330px;
  mix-blend-mode: multiply;
}
.about-story {
  max-width: 750px;
  margin-bottom: 48px;
}
.about-story p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  margin-top: 20px;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.about-values li {
  padding: 25px;
  border-radius: var(--radius);
  background: #f0f5fc;
}
.about-values h3 {
  font-size: 20px;
}
.about-values p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}
@media (max-width: 760px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-visual {
    padding: 24px;
  }
}

/* Long-form principles page. */
.approach-page {
  padding-block: 64px 88px;
}

.approach-intro {
  max-width: 850px;
  padding-bottom: 62px;
}

.approach-intro > p:last-child {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}

.approach-list {
  border-top: 1px solid var(--line);
}

.approach-section {
  display: grid;
  grid-template-columns: 74px minmax(0, 760px);
  gap: 28px;
  padding-block: 44px;
  border-bottom: 1px solid var(--line);
}

.approach-number {
  padding-top: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.approach-section h2 {
  font-size: clamp(25px, 3vw, 36px);
}

.approach-section p:not(.approach-number) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .approach-page {
    padding-block: 38px 60px;
  }

  .approach-intro {
    padding-bottom: 42px;
  }

  .approach-section {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 34px;
  }

  .approach-section p:not(.approach-number) {
    font-size: 16px;
    line-height: 1.72;
  }
}

.project-language-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 22px;
  font-size: 12px;
}

.project-language-nav a {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}

.project-language-nav a[aria-current="page"] {
  border-color: #b8d0f4;
  background: #edf4ff;
  color: var(--blue);
  font-weight: 700;
}
.language-choice {
  min-height: calc(100vh - 90px);
  display: grid;
  align-content: center;
  justify-items: start;
  padding-block: 48px;
}

.language-choice-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav,
.language-nav {
  display: flex;
  align-items: center;
}

.language-nav {
  gap: 8px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .04em;
}

.language-nav a {
  color: var(--muted);
  padding: 8px 4px;
}

.language-nav a[aria-current="page"] {
  color: var(--blue);
  font-weight: 700;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    padding-block: 18px;
  }

  .header-tools {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }

  .language-nav {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .project-card {
    min-height: 580px;
  }
}

.sitap-card .button {
  background: #6250d8;
}

.sitap-card .button:hover {
  background: #4f3cbd;
}

.sitap-screen {
  width: min(184px, 100%);
  height: auto;
  max-height: 310px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #ffffff66;
  border-radius: 23px 23px 0 0;
  box-shadow: 0 18px 34px #281c672e;
}

.about-visual .sitap-screen {
  width: auto;
  max-width: 100%;
  max-height: 520px;
  border-radius: 24px;
}
.sitap-icon-image {
  object-fit: cover;
  padding: 0;
  background: transparent;
}
.breath-card .button {
  background: #4a7bff;
}

.breath-card .button:hover {
  background: #3565e4;
}

.breath-icon-image {
  object-fit: cover;
  padding: 0;
  background: transparent;
}
.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 138px;
  height: auto;
}

.site-footer .brand-logo {
  width: 104px;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 118px;
  }
}
/* Horizontally scrollable project carousel on landing pages. */
.project-carousel {
  display:flex;
  gap:20px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
  scrollbar-color:#b7c3bb transparent;
  padding-bottom:14px
}

.project-carousel .project-card {
  flex:0 0 calc((100% - 20px)/2);
  scroll-snap-align:start;
  scroll-snap-stop:always
}

.project-carousel:focus-visible {
  outline:3px solid #6355ce;
  outline-offset:6px
}

.marchmap-card {
  background:linear-gradient(135deg,#f8faf4 0%,#edf3e6 48%,#d9e7d9 100%)
}

.marchmap-card .button {
  background:#075c58
}

.marchmap-card .button:hover {
  background:#034845
}

.marchmap-icon-image {
  object-fit:cover;
  padding:0;
  background:transparent
}

@media (max-width:760px) {
  .project-carousel {
    gap:16px;
    margin-right:calc((100vw - 100%)/-2);
    padding-right:20px
  }

  .project-carousel .project-card {
    flex-basis:calc(100vw - 40px);
    min-height:580px
  }
}

@media (max-width:380px) {
  .project-carousel .project-card {
    flex-basis:calc(100vw - 32px)
  }
}

.marchmap-visual {
  position:relative;
  align-items:center;
  padding:28px 24px
}

.marchmap-visual::before,
.marchmap-visual::after {
  content:"";
  position:absolute;
  pointer-events:none
}

.marchmap-visual::before {
  inset:23% -18% 4% -12%;
  background:linear-gradient(145deg,#a9c8b666,#7da79252);
  clip-path:polygon(0 100%,0 76%,20% 53%,34% 70%,55% 29%,68% 50%,82% 20%,100% 55%,100% 100%)
}

.marchmap-visual::after {
  inset:38% -14% 0 -18%;
  background:linear-gradient(150deg,#4e817057,#174f4b42);
  clip-path:polygon(0 100%,0 69%,18% 45%,34% 66%,52% 34%,66% 60%,84% 38%,100% 65%,100% 100%)
}

.marchmap-screen {
  position:relative;
  z-index:1;
  width:min(184px,100%);
  height:auto;
  max-height:285px;
  object-fit:cover;
  object-position:top;
  border:1px solid #d3f4e966;
  border-radius:24px;
  box-shadow:0 20px 38px #062f2d42;
  transform:rotate(4deg)
}

.about-visual .marchmap-screen {
  width:auto;
  max-width:100%;
  max-height:520px;
  border-radius:24px;
  transform:none
}

/* Mobile project cards use a readable vertical layout. */
@media (max-width:760px) {
  .project-card,
  .project-carousel .project-card {
    grid-template-columns:1fr;
    min-height:0
  }

  .project-carousel .project-card {
    height:min(85svh,720px);
    grid-template-rows:auto minmax(120px,1fr)
  }

  .project-copy {
    padding:25px 24px 22px
  }

  .project-copy h3 {
    font-size:28px
  }

  .project-lead {
    font-size:16px
  }

  .project-description {
    max-width:none;
    font-size:14px;
    line-height:1.6;
    margin-block:14px 20px
  }

  .project-copy .button {
    min-height:44px;
    font-size:14px;
    padding-inline:17px
  }

  .project-visual {
    min-height:120px;
    padding:12px 24px 18px
  }

  .breath-visual img {
    width:min(210px,72%)
  }

  .sitap-visual,
  .marchmap-visual {
    align-items:center;
    padding:18px 24px 22px
  }

  .sitap-screen,
  .marchmap-screen {
    width:auto;
    max-width:125px;
    max-height:min(170px,21svh);
    border-radius:20px
  }

  .project-carousel .project-card {
    flex-basis:calc(100vw - 40px)
  }
}

@media (max-width:760px) and (orientation:landscape) {
  .project-carousel .project-card {
    height:auto;
    grid-template-rows:auto minmax(150px,1fr)
  }
}

@media (max-width:380px) {
  .project-card {
    grid-template-columns:1fr
  }

  .project-copy {
    padding:23px 20px 20px
  }

  .project-description {
    font-size:14px
  }

  .project-visual {
    padding-inline:20px
  }
}

.products {
  position:relative
}

.carousel-controls {
  position:absolute;
  z-index:4;
  top:54%;
  inset-inline:8px;
  display:flex;
  justify-content:space-between;
  pointer-events:none
}

.carousel-arrow {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid #ffffffb8;
  border-radius:50%;
  background:#17253aa6;
  color:#fff;
  box-shadow:0 7px 20px #17253a2e;
  backdrop-filter:blur(7px);
  font:30px/1 Arial,sans-serif;
  cursor:pointer;
  opacity:.28;
  pointer-events:auto;
  transition:opacity .16s,transform .16s,background .16s
}

.products:hover .carousel-arrow,
.products:focus-within .carousel-arrow {
  opacity:.72
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  opacity:.96;
  background:#17253ad9;
  transform:scale(1.06)
}

.carousel-arrow:disabled {
  opacity:.12;
  cursor:default;
  transform:none
}

@media (max-width:760px) {
  .carousel-controls {
    top:58%;
    inset-inline:6px
  }

  .carousel-arrow {
    width:40px;
    height:40px;
    font-size:27px;
    opacity:.62
  }
}

@media (prefers-reduced-motion:reduce) {
  .carousel-arrow {
    transition:none
  }
}

/* Studio contact section and native modal dialog. */
.studio-contact { padding-block:56px; text-align:center; }
.studio-contact p { max-width:740px; margin:0 auto 24px; font-size:clamp(18px,2vw,23px); line-height:1.65; }
.studio-contact [hidden] { display:none; }
.studio-contact noscript { display:block; color:var(--muted); font-size:14px; }
.contact-dialog { width:min(560px,calc(100% - 24px)); max-height:calc(100dvh - 32px); padding:32px; border:1px solid var(--line); border-radius:var(--radius); background:#fbfcfe; color:var(--ink); box-shadow:0 24px 80px #141a3233; overflow:auto; }
.contact-dialog::backdrop { background:#141a3280; }
.contact-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:14px; }
.contact-heading h2 { font-size:28px; }
.contact-close { flex-shrink:0; width:44px; height:44px; border:1px solid var(--line); border-radius:50%; background:#fff; color:var(--ink); font-size:27px; cursor:pointer; }
.contact-intro { color:var(--muted); font-size:14px; margin-bottom:22px; }
.contact-fields { border:0; padding:0; margin:0; min-width:0; display:grid; gap:16px; }
.contact-fields label { display:grid; gap:7px; font-size:14px; font-weight:600; }
.contact-fields input,.contact-fields textarea { width:100%; min-width:0; border:1px solid #aab3c4; border-radius:9px; padding:11px 12px; font-family:inherit; font-size:16px; line-height:1.5; color:var(--ink); background:#fff; }
.contact-fields textarea { min-height:130px; resize:vertical; line-height:1.5; }
.contact-dialog :focus-visible,.studio-contact button:focus-visible { outline:3px solid #6355ce; outline-offset:3px; }
.contact-dialog .button,.studio-contact .button { border:0; font-family:inherit; cursor:pointer; background:#1b7046; }
.contact-dialog .button:disabled { opacity:.55; cursor:not-allowed; transform:none; }
#contact-turnstile { margin-top:18px; min-width:0; }
.contact-verification-status { margin:10px 0 16px; color:var(--muted); font-size:13px; }
.contact-status { margin-top:16px; font-size:14px; overflow-wrap:anywhere; }
.contact-status:empty { display:none; }
.contact-status[data-state="error"] { color:#a12b31; }
.contact-status[data-state="success"] { color:#1b7046; }
body:has(.contact-dialog[open]) { overflow:hidden; }
@media(max-width:480px) {
  .studio-contact { padding-block:38px; }
  .contact-dialog { padding:20px 14px; }
  .contact-heading h2 { font-size:24px; }
}
