/* VollmerIT: homepage styles. Responsive rules stay with their component. */
.hero {
  padding: 78px var(--pad) 64px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  min-height: 690px;
}
.hero h1 {
  line-height: 1.07;
  letter-spacing: -3px;
  font-weight: 600;
  margin: 0 0 28px;
}
.hero h1 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--accent);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.person-chip {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
}
.person-chip img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.person-chip span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.person-chip strong {
  font-size: 14px;
  font-weight: 400;
}
.proof-line {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px var(--pad);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--muted);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
}
.section-heading p {
  max-width: 330px;
  color: #58645f;
  font-size: 15px;
}
figcaption span {
  color: #58645f;
}
.enter {
  animation: enter .7s ease both;
}
@media (max-width:900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 50px;
  }
  .hero h1 {
    font-size: clamp(42px,8vw,66px);
    letter-spacing: -2px;
  }
  .hero {
    min-height: auto;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    max-width: 550px;
  }
}
@media (max-width:540px) {
  .hero {
    padding-bottom: 30px;
  }
  .actions .btn {
    width: 100%;
  }
  .proof-line {
    gap: 12px 22px;
    font-size: 12px;
  }
}
.hero {
  position: relative;
  isolation: isolate;
  gap: 3vw;
  padding-top: 85px;
  padding-bottom: 90px;
}
.hero>div:first-child {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(44px,4.6vw,76px);
}
.hero .eyebrow {
  font-size: 12px;
  letter-spacing: 1.7px;
}
.proof-line {
  font-size: 13px;
  background: #151c19;
  position: relative;
}
.proof-line>span:first-child {
  color: #d5bc81;
  font-size: 12px;
}
.portfolio {
  padding-bottom: 75px;
}
.portfolio .section-heading {
  margin-bottom: 46px;
}
.portfolio h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
}
.portfolio-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.portfolio-counter {
  font-size: 13px;
  letter-spacing: 1px;
}
.slider-buttons {
  display: flex;
  gap: 8px;
}
.round-button {
  width: 48px;
  height: 48px;
  border: 1px solid #b2beb0;
  background: transparent;
  border-radius: 50%;
  font-size: 23px;
  transition: background .2s,color .2s;
}
.round-button:disabled {
  opacity: .35;
  cursor: default;
}
.project-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 0;
  padding-bottom: 18px;
}
.project-slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  display: grid;
}
.project-display {
  display: flex;
  align-items: center;
  min-width: 0;
}
.project-display a {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: transform .35s;
}
.project-display a:hover {
  transform: translateY(-5px);
}
.project-display img {
  display: block;
  width: 100%;
  height: auto;
}
.project-story {
  flex-direction: column;
  justify-content: center;
}
.project-story .project-kind {
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.project-story h3 {
  line-height: 1.2;
  letter-spacing: -1px;
}
.project-story a {
  align-self: flex-start;
  font-size: 14px;
  border-bottom: 1px solid #778770;
  margin-top: 12px;
}
.project-index {
  display: flex;
  margin-top: 22px;
}
.project-index button {
  border: 0;
  border-top: 2px solid #c5cec0;
  background: transparent;
  text-align: left;
  font-size: 13px;
  padding: 17px 0;
  transition: border-color .2s;
}
.project-index button span {
  font-size: 11px;
  margin-right: 10px;
}
@media (max-width:900px) {
  .project-story {
    padding: 26px;
  }
  .project-display {
    padding: 25px 20px;
  }
  .hero {
    padding-bottom: 55px;
  }
  .hero .eyebrow {
    font-size: 11px;
  }
  .project-slide {
    grid-template-columns: 1.35fr 1fr;
  }
}
@media (max-width:600px) {
  .hero {
    padding-bottom: 35px;
  }
  .project-slide {
    grid-template-columns: 1fr;
  }
  .project-display {
    padding: 25px 18px;
  }
  .project-story {
    padding: 25px;
  }
  .project-story h3 {
    font-size: 28px;
    margin-top: 12px;
  }
  .project-story a {
    margin-top: 0;
  }
  .project-index {
    gap: 13px;
  }
  .project-index button {
    font-size: 12px;
    min-width: 75px;
  }
  .project-index button span {
    display: block;
    margin-bottom: 5px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .portfolio .section-heading {
    margin-bottom: 30px;
  }
}
.brand-hero {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 530px;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 0 15px 35px 35px;
}
.brand-hero>img {
  position: absolute;
  inset: -35px -25px -25px -55px;
  width: calc(100% + 80px);
  height: calc(100% + 60px);
  object-fit: cover;
  object-position: 65% center;
  z-index: -1;
  mask-image: linear-gradient(to right,transparent,#000 13%,#000 90%,transparent);
  border: 0;
}
.brand-signature {
  padding-top: 24px;
  border-top: 1px solid #d5bc814d;
  width: 100%;
  text-shadow: 0 2px 20px #000;
}
.brand-signature>span {
  font-size: clamp(32px,3.2vw,48px);
  letter-spacing: -2px;
  font-weight: 600;
  line-height: 1.2;
}
.signature-accent {
  color: var(--accent);
}
.brand-signature small {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #d4d9ce;
}
.brand-hero:after {
  content: "";
  position: absolute;
  inset: 65% -25px -25px -55px;
  background: linear-gradient(transparent,#121617 95%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width:900px) {
  .brand-hero {
    min-height: 420px;
    width: 100%;
    max-width: 650px;
    justify-self: center;
    padding: 0 25px 25px;
  }
  .brand-hero>img {
    inset: 0;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent);
  }
  .brand-hero:after {
    inset: 65% 0 0;
  }
  .brand-signature>span {
    font-size: 38px;
  }
}
@media (max-width:540px) {
  .brand-hero {
    min-height: 330px;
    padding: 0 12px 18px;
  }
  .brand-signature small {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .brand-signature {
    padding-top: 17px;
  }
  .brand-signature>span {
    font-size: 32px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .project-track {
    scroll-behavior: auto;
  }
}
@media (max-width:900px) {
  .brand-hero>img {
    object-position: 72% center;
  }
}
.hero h1 .hero-topic {
  display: block;
  font-family: Poppins,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  margin: 0 0 24px;
  color: var(--accent);
}
.hero-statement {
  display: block;
}
@media (max-width:900px) {
  .hero h1 .hero-topic {
    font-size: 11px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
  }
}
.faq-section .eyebrow {
  color: #627158;
}
.offer-bottom {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.offer-bottom p {
  max-width: 600px;
  font-size: 14px;
  color: #596650;
}
.offer-bottom .btn {
  background: #263b2c;
  color: #fff;
  border-color: #263b2c;
  white-space: nowrap;
}
.about-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
}
.portrait-large {
  margin: 0;
  position: relative;
}
.portrait-large:before {
  content: "";
  position: absolute;
  border: 1px solid #747457;
  z-index: -1;
}
.portrait-large img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.portrait-large figcaption {
  font-size: 13px;
  padding-bottom: 0;
}
.about-copy>p {
  font-size: 16px;
  max-width: 620px;
}
.about-copy .signature-line {
  font-family: Georgia,serif;
  font-style: italic;
  margin-top: 30px;
}
.process-steps {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.process-steps li {
  border-top: 1px solid #aebb9f;
  padding-top: 23px;
}
.process-steps p {
  font-size: 14px;
}
.care-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.care-copy>p {
  color: #b3c0ad;
  max-width: 560px;
}
.status-label {
  display: inline-block;
  font-size: 12px;
  color: #dac590;
  border: 1px solid #667151;
  padding: 5px 12px;
  margin-bottom: 23px;
}
.care-report {
  color: #223322;
  box-shadow: 0 20px 50px #0004;
  margin: auto;
  width: 100%;
}
.report-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b9c5ae;
}
.report-head strong {
  font-size: 23px;
  letter-spacing: -1px;
}
.report-head span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #647453;
}
.care-report h3 {
  font-size: 25px;
  margin: 25px 0;
}
.report-note {
  color: #66785b;
  margin: 25px 0 0;
}
.care-list {
  font-size: 14px;
  color: #c6d1bf;
}
.care-list li {
  margin: 10px 0;
}
.faq-section {
  background: #f4f3ed;
  color: #263126;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 7vw;
}
.faq-list {
  border-top: 1px solid #bbc6b1;
}
.faq-list details {
  border-bottom: 1px solid #bbc6b1;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 32px 22px 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 23px;
  font-weight: 400;
  top: 16px;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list p {
  font-size: 14px;
  line-height: 1.85;
  color: #57684d;
  margin: 0 0 24px;
}
.project-index {
  flex-wrap: nowrap;
  overflow: auto;
}
.project-index button {
  flex: 1 0 135px;
}
@media (max-width:1000px) {
  .care-section {
    gap: 35px;
  }
  .about-section {
    gap: 40px;
  }
  .process-steps {
    grid-template-columns: repeat(2,1fr);
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width:700px) {
  .offer-bottom {
    display: block;
  }
  .offer-bottom .btn {
    margin-top: 10px;
  }
  .about-section {
    grid-template-columns: 1fr;
  }
  .care-section {
    grid-template-columns: 1fr;
  }
  .process-steps {
    gap: 22px;
  }
}
.trust-line {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px;
}
.trust-line>span {
  font-size: 14px;
  color: #d9d9c9;
}
.trust-line>span:first-child {
  font-size: 14px;
  color: #d9d9c9;
}
.trust-line>span+span {
  border-left: 1px solid #414a3f;
  padding-left: 24px;
}
@media (max-width:700px) {
  .trust-line {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }
  .trust-line>span+span {
    border-left: 0;
    padding-left: 0;
  }
  .trust-line>span:before {
    content: "✓";
    color: #d5bc81;
    margin-right: 12px;
  }
}
.portfolio {
  background: #171c1b;
  color: #f2f0e8;
  padding-top: 100px;
}
.portfolio .eyebrow {
  color: #d5bc81;
}
.portfolio h2 em {
  color: #d5bc81;
}
.portfolio .section-heading p {
  color: #afb9b2;
}
.portfolio-counter {
  color: #c0b68f;
}
.round-button {
  color: #eadbb7;
  border-color: #59604e;
}
.round-button:hover {
  background: #d5bc81;
  color: #17201b;
}
.project-track {
  gap: 32px;
  scrollbar-color: #7f8064 #262e28;
}
.project-slide {
  grid-template-columns: 1fr;
  background: transparent;
  border: 0;
}
.project-display {
  background: #272e2b;
  padding: 40px 7%;
  border: 1px solid #444d42;
  position: relative;
  overflow: hidden;
}
.project-slide:nth-child(2) .project-display {
  padding: 40px 7%;
  border: 1px solid #444d42;
  position: relative;
  overflow: hidden;
}
.project-slide:nth-child(3) .project-display {
  padding: 40px 7%;
  border: 1px solid #444d42;
  position: relative;
  overflow: hidden;
}
.project-slide:nth-child(2) .project-display {
  background: #302d27;
}
.project-slide:nth-child(3) .project-display {
  background: #242c30;
}
.project-slide:nth-child(4) .project-display {
  background: #292b31;
}
.project-slide:nth-child(5) .project-display {
  background: #252e24;
}
.project-display a {
  border-radius: 5px;
  box-shadow: 0 25px 65px #0006;
  max-width: 1050px;
  margin: auto;
}
.project-display img {
  aspect-ratio: 1.87;
  object-fit: cover;
  object-position: top;
}
.project-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 60px;
  padding: 28px 0 12px;
  align-items: start;
}
.project-story .project-kind {
  color: #c4b88d;
  grid-column: 1;
  font-size: 12px;
}
.project-story h3 {
  color: #f0f0e5;
  margin: 7px 0 0;
  grid-column: 1;
  grid-row: 2/4;
  font-size: clamp(25px,3vw,42px);
}
.project-story p {
  color: #afb9b2;
  grid-column: 2;
  margin: 0;
  font-size: 15px;
}
.project-story p:first-of-type {
  display: none;
}
.project-story p:only-of-type {
  display: block;
}
.project-story a {
  color: #dfc58e;
  grid-column: 2;
  border-color: #777452;
  padding: 8px 0;
  margin: 5px 0 0;
  justify-self: start;
}
.project-index {
  gap: 18px;
}
.project-index button {
  color: #9fa99f;
  border-color: #434d40;
  min-width: 0;
}
.project-index button[aria-current=true] {
  color: #f0d599;
  border-color: #d5bc81;
}
.project-index button img {
  display: block;
  width: 100%;
  height: 75px;
  object-fit: cover;
  object-position: top;
  opacity: .45;
  filter: saturate(.55);
  margin-bottom: 13px;
  transition: opacity .25s,filter .25s;
}
.project-index button[aria-current=true] img {
  opacity: 1;
  filter: none;
}
.project-index button:hover img {
  opacity: 1;
  filter: none;
}
.project-index button span {
  color: #c3b78f;
}
.studio-offer {
  background: #efeee7;
  color: #202b24;
  padding-top: 95px;
}
.studio-offer .eyebrow {
  color: #687352;
}
.studio-offer .section-heading h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: #6f7853;
}
.studio-offer .section-heading p {
  font-size: 16px;
  color: #59654f;
}
.offer-lab {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 55px;
  align-items: center;
  margin: 55px 0;
}
.feature-choice {
  border-top: 1px solid #c2c8b7;
}
.feature-choice button {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c2c8b7;
  background: transparent;
  color: #5d684f;
  padding: 25px 0;
}
.feature-choice button[aria-pressed=true] {
  color: #223121;
}
.feature-choice svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  stroke-width: 1.3;
  transition: transform .3s;
}
.feature-choice button[aria-pressed=true] svg {
  transform: scale(1.12);
  color: #566a3d;
}
.feature-choice strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.feature-choice small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
  max-width: 280px;
}
.lab-stage {
  min-width: 0;
  background: #dde1d4;
  padding: 32px;
  border: 1px solid #c4ccb8;
  position: relative;
}
.lab-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #647454;
  margin-bottom: 22px;
}
.sample-site {
  background: #151d19;
  color: #f0f0e8;
  border: 1px solid #687258;
  box-shadow: 0 25px 45px #26352225;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: max-width .4s ease;
  min-height: 300px;
}
.sample-bar {
  padding: 15px 21px;
  border-bottom: 1px solid #3f4b37;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  color: #b8c5ab;
}
.sample-bar strong {
  font-size: 14px;
  color: #e3d4ad;
  font-weight: 400;
}
.sample-content {
  padding: 35px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
}
.sample-content h3 {
  font-family: Georgia,serif;
  font-weight: 400;
  font-size: clamp(28px,3vw,40px);
  line-height: 1.15;
  letter-spacing: -.8px;
  max-width: 330px;
}
.sample-content p {
  font-size: 12px;
  color: #b6c0ae;
  max-width: 230px;
}
.sample-content svg {
  width: 74px;
  height: 74px;
  color: #d5bc81;
  stroke-width: .85;
}
.sample-action {
  font-size: 12px;
  background: #d5bc81;
  color: #1b261c;
  border: 0;
  padding: 13px 18px;
  min-height: 44px;
  margin-top: 10px;
}
.sample-site.mobile-sample {
  max-width: 285px;
  border-radius: 19px;
  min-height: 350px;
}
.mobile-sample .sample-bar {
  padding: 15px;
}
.mobile-sample .sample-content {
  padding: 30px 21px;
  grid-template-columns: 1fr;
}
.mobile-sample .sample-content>svg {
  display: none;
}
.mobile-sample .sample-bar>span {
  display: none;
}
.sample-contact {
  padding: 27px;
}
.sample-contact>p {
  font-size: 15px;
  color: #dfdfcd;
}
.sample-options {
  display: grid;
  gap: 8px;
}
.sample-options button {
  padding: 11px 14px;
  min-height: 44px;
  border: 1px solid #56654b;
  background: transparent;
  color: #e0e4d8;
  text-align: left;
  font-size: 13px;
}
.sample-options button[aria-pressed=true] {
  background: #d5bc81;
  color: #1c281c;
  border-color: #d5bc81;
}
.sample-answer {
  font-size: 12px;
  color: #dcca9f;
  min-height: 22px;
}
.lab-note {
  margin: 20px 0 0;
  color: #657154;
  font-size: 12px;
}
.offer-footnotes {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
  border-top: 1px solid #bec7b0;
  padding-top: 30px;
}
.offer-footnotes h3 {
  font-size: 18px;
  margin-top: 13px;
}
.offer-footnotes p {
  font-size: 14px;
  color: #627054;
}
.privacy-studio {
  background: #151d19;
  color: #ecede3;
  display: block;
  position: relative;
}
.privacy-intro {
  max-width: 760px;
}
.privacy-intro>p:last-child {
  color: #b0beaa;
  font-size: 17px;
  max-width: 620px;
}
.privacy-intro h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: #d5bc81;
}
.privacy-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 65px;
}
.privacy-architecture {
  position: relative;
  padding: 35px 0;
}
.architecture-core {
  border: 1px solid #777955;
  padding: 35px;
  max-width: 380px;
  margin: auto;
  text-align: center;
  background: #1f2b22;
  box-shadow: 0 20px 70px #0003;
}
.architecture-core svg {
  width: 68px;
  height: 68px;
  color: #d5bc81;
  stroke-width: 1;
}
.architecture-core strong {
  display: block;
  font-size: 23px;
  letter-spacing: -.5px;
  margin-top: 16px;
  font-weight: 400;
}
.architecture-core>span {
  display: block;
  font-size: 13px;
  color: #b0bd9f;
  margin-top: 8px;
}
.architecture-wire {
  height: 55px;
  width: 1px;
  background: #828665;
  margin: auto;
}
.architecture-resources {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  position: relative;
  padding-top: 25px;
  border-top: 1px solid #566247;
}
.architecture-resources>div {
  text-align: center;
  padding: 16px 5px;
  position: relative;
}
.architecture-resources>div:before {
  content: "";
  height: 25px;
  width: 1px;
  position: absolute;
  top: -25px;
  left: 50%;
  background: #566247;
}
.architecture-resources svg {
  width: 28px;
  height: 28px;
  color: #d5bc81;
  stroke-width: 1.2;
}
.architecture-resources strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 12px;
}
.architecture-caption {
  font-size: 12px !important;
  color: #919f87 !important;
  text-align: center;
  margin-top: 25px;
}
.privacy-details article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #3f4c36;
}
.privacy-details article:first-child {
  border-top: 1px solid #3f4c36;
}
.privacy-details svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.2;
  color: #d5bc81;
  margin-top: 3px;
}
.privacy-details h3 {
  font-size: 18px;
}
.privacy-details p {
  font-size: 14px;
  color: #adbaa3;
  margin: 8px 0 0;
}
.privacy-bottom {
  margin-top: 45px;
  padding-top: 25px;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
}
.privacy-bottom p {
  max-width: 700px;
  font-size: 12px;
  color: #a7b39c;
}
.privacy-bottom a {
  color: #ddc794;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width:950px) {
  .offer-lab {
    gap: 30px;
    grid-template-columns: 1fr 1.2fr;
  }
  .lab-stage {
    padding: 22px;
  }
  .sample-content {
    grid-template-columns: 1fr;
  }
  .sample-content>svg {
    display: none;
  }
  .privacy-layout {
    gap: 35px;
  }
  .project-display {
    padding: 30px 4%;
  }
}
@media (max-width:700px) {
  .offer-lab {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .feature-choice {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
  }
  .feature-choice button {
    display: block;
    padding: 18px 0;
  }
  .feature-choice svg {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .feature-choice strong {
    font-size: 14px;
  }
  .feature-choice small {
    font-size: 12px;
  }
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .privacy-architecture {
    max-width: 480px;
    margin: auto;
    width: 100%;
  }
  .offer-footnotes {
    grid-template-columns: 1fr;
  }
  .offer-footnotes h3 {
    margin: 0;
  }
  .offer-footnotes p {
    margin: 0;
  }
  .project-story {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 23px;
  }
  .project-story h3 {
    grid-row: auto;
    grid-column: 1;
    font-size: 28px;
  }
  .project-story p {
    grid-column: 1;
  }
  .project-story a {
    grid-column: 1;
  }
  .project-display {
    padding: 20px 14px;
  }
  .project-display img {
    aspect-ratio: 1.65;
  }
  .project-index button img {
    height: 60px;
  }
  .privacy-bottom {
    display: block;
  }
  .privacy-bottom a {
    display: inline-block;
    margin-top: 12px;
  }
  .lab-stage {
    padding: 20px 16px;
  }
  .sample-content h3 {
    font-size: 33px;
  }
  .architecture-core {
    padding: 30px;
  }
  .privacy-details h3 {
    font-size: 17px;
  }
  .portfolio {
    padding-top: 65px;
  }
  .studio-offer {
    padding-top: 65px;
  }
}
@media (max-width:420px) {
  .feature-choice {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .feature-choice button {
    display: flex;
    gap: 16px;
    padding: 16px 0;
  }
  .feature-choice svg {
    margin: 0;
    flex: 0 0 25px;
  }
  .feature-choice small {
    margin-top: 3px;
  }
  .lab-caption {
    font-size: 11px;
    gap: 12px;
  }
  .sample-bar {
    padding: 13px;
  }
  .sample-bar>span {
    display: none;
  }
  .sample-content {
    padding: 26px 20px;
  }
  .sample-content h3 {
    font-size: 29px;
  }
  .privacy-details article {
    grid-template-columns: 26px 1fr;
    gap: 14px;
  }
  .privacy-bottom a {
    white-space: normal;
  }
  .architecture-resources strong {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .sample-site {
    transition: none;
  }
  .feature-choice svg {
    transition: none;
  }
}
.about-section {
  background: #eeeDE5;
  color: #243025;
  gap: 7vw;
}
.about-copy .eyebrow {
  color: #687453;
}
.about-copy>p {
  color: #606c57;
}
.about-copy h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: #737b55;
}
.about-copy .signature-line {
  color: #697349;
  font-size: 27px;
}
.about-copy .btn {
  color: #293c28;
  border-color: #9eaa8d;
}
.portrait-large {
  padding: 0;
  isolation: isolate;
  max-width: 500px;
}
.portrait-large:before {
  inset: 20px -20px -20px 20px;
  border-color: #b9c2a8;
}
.portrait-large img {
  aspect-ratio: 4/4.5;
  object-position: center;
  filter: saturate(.65);
  border-radius: 2px;
}
.portrait-large figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1c271feF;
  color: #e0d6b8;
  padding: 20px 23px;
  display: block;
}
.portrait-large figcaption strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.portrait-large figcaption span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: #b5c1a7;
}
.about-signals {
  display: flex;
  gap: 25px;
  margin: 25px 0;
  border-top: 1px solid #bbc6ae;
  padding-top: 20px;
}
.about-signals span {
  font-size: 13px;
  color: #59684b;
  display: flex;
  gap: 10px;
  align-items: center;
}
.about-signals svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  stroke-width: 1.2;
  color: #788658;
}
.process-section {
  background: #17201b;
  color: #ecede3;
}
.process-section .eyebrow {
  color: #d5bc81;
}
.process-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.process-heading>p {
  max-width: 350px;
  font-size: 16px;
  color: #a9b7a0;
}
.process-steps {
  gap: 0;
  margin-top: 60px;
}
.process-steps li {
  border: 0;
  position: relative;
  padding: 0 26px 0 0;
}
.process-steps li:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  height: 1px;
  background: #4a5840;
}
.process-steps li:last-child:before {
  right: 50%;
}
.process-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #687453;
  background: #202c23;
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}
.process-icon svg {
  width: 27px;
  height: 27px;
  color: #d5bc81;
  stroke-width: 1.2;
}
.process-steps h3 {
  font-size: 20px;
  margin-top: 12px;
}
.process-steps p {
  color: #aab79f;
  max-width: 260px;
}
.process-steps small {
  display: block;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid #36452e;
  font-size: 12px;
  color: #d3d7c0;
  max-width: 250px;
}
.care-section {
  background: #17201b;
  border-top: 1px solid #36432e;
  gap: 7vw;
  padding-top: 100px;
}
.care-copy h2 em {
  font-family: Georgia,serif;
  color: #d5bc81;
  font-weight: 400;
}
.care-report {
  transform: none;
  padding: 30px;
  background: #f0f0e7;
  border-radius: 3px;
  max-width: 560px;
}
.report-head {
  align-items: center;
}
.report-head>span {
  padding: 5px 8px;
  border: 1px solid #bbc6aa;
  font-size: 10px;
}
.report-intro {
  font-size: 13px;
  color: #6a795b;
  margin: 10px 0 25px;
}
.care-report h3 {
  margin-bottom: 0;
}
.report-accordion {
  border-top: 1px solid #bac6aa;
}
.report-accordion details {
  border-bottom: 1px solid #c7cfbc;
}
.report-accordion summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
}
.report-accordion summary::-webkit-details-marker {
  display: none;
}
.report-accordion summary:after {
  content: "+";
  font-size: 21px;
  color: #76865e;
  margin-left: auto;
}
.report-accordion details[open] summary:after {
  content: "−";
}
.report-accordion svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.2;
  color: #697d50;
  flex-shrink: 0;
}
.report-accordion details>p {
  font-size: 13px;
  color: #637455;
  padding: 0 15px 18px 39px;
  margin: 0;
  line-height: 1.8;
}
.report-note {
  font-size: 11px;
}
.care-assurance {
  font-size: 13px !important;
  border-left: 2px solid #a7a474;
  padding-left: 15px;
  margin-top: 25px;
}
.care-copy .status-label {
  border: 0;
  padding: 0;
  color: #bdc6b2;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-label:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d5bc81;
}
.care-list {
  list-style: none;
  padding-left: 0;
}
.care-list li {
  padding-left: 22px;
  position: relative;
}
.care-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d5bc81;
}
@media (max-width:950px) {
  .process-steps {
    gap: 35px 0;
  }
  .process-steps li:nth-child(2):before {
    right: 50%;
  }
  .process-heading {
    display: block;
  }
  .about-signals {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width:700px) {
  .process-heading>p {
    margin-top: 25px;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
  .process-steps li {
    padding-right: 18px;
  }
  .process-steps h3 {
    font-size: 17px;
  }
  .process-steps p {
    font-size: 13px;
  }
  .process-icon svg {
    width: 24px;
    height: 24px;
  }
  .care-report {
    transform: none;
  }
  .portrait-large:before {
    right: -12px;
    bottom: -12px;
    left: 12px;
  }
  .about-signals {
    font-size: 12px;
  }
  .report-head strong {
    font-size: 21px;
  }
}
@media (max-width:370px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
  .process-steps li {
    padding: 0 0 5px 68px;
  }
  .process-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .process-steps li:before {
    left: 25px;
    top: 0;
    bottom: -35px;
    width: 1px;
    height: auto;
    right: auto;
  }
  .process-steps li:last-child:before {
    display: none;
  }
  .report-head {
    gap: 8px;
    flex-wrap: wrap;
  }
  .report-accordion summary {
    font-size: 13px;
    gap: 10px;
  }
  .report-accordion details>p {
    padding-left: 0;
  }
}
.offer-footnotes article {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 16px;
  align-content: start;
}
.offer-footnotes .offer-icon {
  width: 32px;
  height: 32px;
  stroke-width: 1.3;
  color: #788658;
}
.offer-footnotes article h3 {
  margin: 0;
}
.offer-footnotes article p {
  margin: 0;
}
.process-steps li {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  row-gap: 18px;
  align-content: start;
}
.process-steps .process-icon {
  margin: 0;
}
.process-steps li h3 {
  margin: 0;
}
.process-steps li p {
  margin: 0;
}
.process-steps li small {
  margin: 0;
}
.process-steps li small {
  padding-top: 14px;
}
.care-report {
  transform: none !important;
  rotate: none !important;
}
.dental-teaser {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 7vw;
  background: #e9ece3;
  color: #223120;
}
.dental-teaser .eyebrow {
  color: #626f51;
}
.dental-teaser h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: #78825b;
}
.dental-teaser p:not(.eyebrow) {
  max-width: 540px;
  color: #5c6c50;
  margin: 24px 0;
}
.dental-teaser figure {
  margin: 0;
  min-width: 0;
}
.dental-teaser img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
}
.dental-teaser figcaption {
  font-size: 11px;
  padding: 12px 0;
  color: #788268;
}
@media (max-width:800px) {
  .dental-teaser {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .dental-teaser figure {
    max-width: 550px;
  }
  .dental-teaser .btn {
    gap: 10px;
  }
}
.project-story {
  min-width: 0;
}
.round-button svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}
@media (max-width:700px) {
  .portfolio {
    padding: 56px var(--pad);
  }
  .studio-offer {
    padding: 56px var(--pad);
  }
  .hero {
    padding: 45px var(--pad) 48px;
    gap: 32px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(37px,10vw,58px);
    line-height: 1.12;
  }
  .hero .lead {
    font-size: 16px;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .actions {
    margin-top: 24px;
  }
  .offer-lab {
    display: none;
  }
  .offer-footnotes {
    margin-top: 32px;
    gap: 0;
  }
  .offer-footnotes article {
    display: grid;
    grid-row: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 32px 1fr;
    gap: 10px 18px;
    padding: 24px 0;
  }
  .offer-footnotes .offer-icon {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .offer-footnotes h3 {
    grid-column: 2;
    grid-row: 1;
  }
  .offer-footnotes p {
    grid-column: 2;
    grid-row: 2;
  }
  .offer-bottom {
    margin-top: 20px;
  }
  .offer-bottom .btn {
    width: 100%;
  }
  .process-steps {
    display: block;
    margin-top: 32px;
  }
  .process-steps li {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    grid-template-rows: auto auto auto;
    gap: 10px 20px;
    padding: 0 0 32px;
    position: relative;
  }
  .process-steps li:before {
    left: 24px;
    top: 48px;
    bottom: 0;
    width: 1px;
    height: auto;
    right: auto;
    background: #43513b;
  }
  .process-steps li:last-child {
    padding-bottom: 0;
  }
  .process-steps li:last-child:before {
    display: none;
  }
  .process-icon {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 48px;
    height: 48px;
    grid-column: 1;
    grid-row: 1 / 4;
    margin: 0;
  }
  .process-steps li h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
    padding-top: 10px;
  }
  .process-steps li p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    max-width: none;
    font-size: 14px;
  }
  .process-steps li small {
    grid-column: 2;
    grid-row: 3;
    margin: 3px 0 0;
    padding-top: 12px;
    max-width: none;
    font-size: 11px;
  }
  .process-heading>p {
    margin: 20px 0 0;
  }
  .care-section {
    padding-top: 56px;
    gap: 30px;
  }
  .care-report {
    padding: 24px;
    margin: 0;
  }
  .report-head {
    flex-wrap: wrap;
    gap: 12px;
  }
  .portrait-large {
    margin-bottom: 12px;
    max-width: none;
  }
  .about-section {
    gap: 30px;
  }
  .about-signals {
    gap: 12px;
  }
  .privacy-layout {
    margin-top: 28px;
  }
  .privacy-architecture {
    padding-top: 12px;
  }
  .privacy-bottom {
    margin-top: 28px;
  }
  .dental-teaser {
    gap: 28px;
  }
  .dental-teaser .btn {
    width: 100%;
  }
}
.project-index {
  align-items: stretch;
}
.project-index button {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}
.project-index button img {
  margin: 0;
  flex: none;
}
.project-index button .project-name {
  display: block;
  margin: 0;
  font: inherit;
  line-height: 1.45;
  text-align: left;
}
.privacy-bottom {
  border-top: 0;
}
.privacy-bottom .btn {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #171c19;
  font-weight: 600;
}
.about-copy .contact-kevin {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #171c19;
  font-weight: 600;
}
.privacy-bottom .btn {
  font-size: 14px;
}
@media (max-width:700px) {
  .privacy-bottom .btn {
    display: flex;
    width: 100%;
    margin-top: 22px;
  }
  .about-copy .contact-kevin {
    width: 100%;
  }
  .project-index button {
    flex: 0 0 155px;
  }
  .project-index button .project-name {
    font-size: 12px;
    min-height: 3em;
  }
}
.care-copy .care-cta {
  background: var(--accent);
  color: #171c19;
  border-color: var(--accent);
}
@media (max-width:700px) {
  .portfolio .project-track {
    align-items: stretch;
  }
  .portfolio .project-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    grid-template-rows: auto 1fr;
    align-content: start;
  }
  .portfolio .project-slide .project-display {
    padding: 16px;
    align-self: start;
    width: 100%;
    border: 1px solid #444d42;
    box-sizing: border-box;
  }
  .portfolio .project-display>a {
    width: 100%;
    max-width: none;
    margin: 0;
    aspect-ratio: 1.65;
    position: relative;
    transform: none;
  }
  .portfolio .project-display>a>img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
  }
  .portfolio .project-story {
    align-content: start;
  }
  .portfolio .project-index button {
    flex: 0 0 155px;
    width: 155px;
    min-width: 155px;
  }
  .portfolio .project-index button img {
    width: 100%;
    height: 84px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
  }
}
.technology-actions {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  flex-shrink: 0;
}
.privacy-bottom .technology-actions>a {
  margin: 0;
}
.privacy-bottom .optimization-link {
  font-size: 12px;
  border-bottom: 1px solid #827652;
  white-space: normal;
}
@media (max-width:1000px) {
  .technology-actions {
    width: 100%;
  }
  .privacy-bottom .technology-actions .btn {
    width: 100%;
    margin-top: 18px;
  }
}
