:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  --focus: #ffd33d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.demo-banner {
  position: relative;
  z-index: 20;
  padding: 8px 24px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.demo-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(24px, 5vw, 80px);
}

.demo-brand {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.demo-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
}

.demo-nav a {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.demo-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.demo-label {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.demo-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.demo-button:hover {
  transform: translateY(-2px);
}

.demo-button.secondary {
  background: transparent;
}

.demo-footer {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(24px, 5vw, 80px);
  font-size: 13px;
}

.demo-footer span {
  opacity: 0.72;
}

.demo-footer a {
  font-weight: 800;
  text-underline-offset: 4px;
}

label {
  display: grid;
  gap: 8px;
}

label > span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: transparent;
  color: inherit;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.demo-form-status {
  min-height: 22px;
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

/* Cafe */

.cafe {
  --cafe-deep: #261f1a;
  --cafe-green: #315443;
  --cafe-sage: #d8c5a5;
  --cafe-light: #f2eadc;
  --cafe-red: #a83b2d;
  --cafe-yellow: #f0bc4b;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  background: var(--cafe-green);
  color: #f8fbf5;
}

.cafe .demo-banner {
  background: var(--cafe-red);
  color: #fff;
}

.cafe-header {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto auto auto;
  gap: clamp(18px, 3vw, 40px);
  background: var(--cafe-deep);
}

.cafe .demo-brand {
  display: flex;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 0.9;
}

.cafe-open {
  display: grid;
  gap: 3px;
  font-size: 12px;
}

.cafe-open span {
  color: var(--cafe-yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.cafe-open strong {
  font-weight: 500;
}

.cafe .demo-button {
  background: var(--cafe-red);
  color: #fff;
}

.cafe .demo-button.secondary {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.cafe .demo-button:hover {
  background: #e03c45;
}

.cafe-hero {
  position: relative;
  display: grid;
  min-height: min(770px, calc(100vh - 110px));
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  background: var(--cafe-green);
}

.cafe-hero::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 46%;
  height: 14px;
  background: var(--cafe-yellow);
  content: "";
}

.cafe-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 80px clamp(28px, 5vw, 86px);
}

.cafe-hero h1 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 400;
  line-height: 0.98;
}

.cafe-hero-copy > p:not(.demo-label) {
  max-width: 560px;
  margin: 28px 0 0;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.cafe .demo-label {
  color: var(--cafe-yellow);
}

.cafe-hero-media {
  min-width: 0;
  height: 100%;
  clip-path: ellipse(82% 112% at 100% 50%);
}

.cafe-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cafe-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cafe-light);
  color: var(--cafe-deep);
}

.cafe-info-strip article {
  display: grid;
  min-height: 148px;
  align-content: center;
  gap: 10px;
  padding: 28px clamp(24px, 4vw, 58px);
  border-right: 1px solid rgba(9, 47, 32, 0.2);
}

.cafe-info-strip article:last-child {
  border-right: 0;
}

.cafe-info-strip strong {
  font-size: 13px;
  text-transform: uppercase;
}

.cafe-info-strip span {
  max-width: 210px;
  font-size: 14px;
  line-height: 1.55;
}

.cafe-menu-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(50px, 8vw, 140px);
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px);
  background: var(--cafe-deep);
}

.cafe-menu-intro {
  position: relative;
}

.cafe-menu-intro::after {
  position: absolute;
  right: -16%;
  bottom: -80px;
  width: 180px;
  height: 220px;
  border: 2px solid var(--cafe-sage);
  border-radius: 50% 50% 6px 6px;
  content: "";
  opacity: 0.38;
}

.cafe-menu-section h2,
.cafe-story h2,
.cafe-visit h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
}

.cafe-menu-intro > p:not(.demo-label) {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
}

.cafe .menu-note {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--cafe-light);
}

.menu-board {
  align-self: center;
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.menu-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.menu-row h3 {
  margin: 0 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.menu-row p {
  margin: 0;
  color: var(--cafe-light);
  font-size: 14px;
  line-height: 1.55;
}

.menu-row > strong {
  color: var(--cafe-yellow);
  font-size: 18px;
}

.cafe-dayparts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cafe-sage);
  color: var(--cafe-deep);
}

.cafe-dayparts article {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.cafe-dayparts article + article {
  border-left: 1px solid var(--cafe-deep);
}

.cafe-dayparts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cafe-dayparts article:nth-child(1) img {
  object-position: 7% center;
}

.cafe-dayparts article:nth-child(2) img {
  object-position: center;
}

.cafe-dayparts article:nth-child(3) img {
  object-position: 88% center;
}

.cafe-dayparts div {
  position: absolute;
  inset: auto 0 0;
  min-height: 46%;
  padding: 32px;
  background: var(--cafe-sage);
  clip-path: ellipse(76% 80% at 24% 100%);
}

.cafe-dayparts span {
  color: #67261f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cafe-dayparts h2 {
  max-width: 260px;
  margin: 16px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 400;
  line-height: 1;
}

.cafe-dayparts p {
  margin: 0;
}

.cafe-story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  background: var(--cafe-light);
  color: var(--cafe-deep);
}

.cafe-story-copy {
  align-self: center;
  padding: clamp(72px, 9vw, 140px) clamp(24px, 6vw, 96px);
}

.cafe-story-copy > p:not(.demo-label) {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
}

.cafe-story .demo-label {
  color: #7d2d24;
}

.cafe-story img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  clip-path: ellipse(88% 100% at 100% 50%);
}

.cafe-visit {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
  background: var(--cafe-green);
}

.cafe-visit-details,
.cafe-reserve {
  padding: clamp(72px, 8vw, 130px) clamp(24px, 6vw, 96px);
}

.cafe-visit-details {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.cafe-visit-details > p:not(.demo-label) {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
}

.hours-list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.table-policy {
  color: var(--cafe-light);
}

.cafe-reserve {
  background: var(--cafe-red);
}

.cafe-reserve .demo-label {
  color: #fff7e8;
}

.reservation-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 36px;
}

.reservation-form label:nth-child(4),
.reservation-form .demo-button,
.reservation-form .demo-form-status {
  grid-column: 1 / -1;
}

.cafe-reserve input,
.cafe-reserve select,
.cafe-reserve textarea {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.08);
}

.cafe-reserve select option {
  color: #111;
}

.cafe-reserve .demo-button {
  justify-self: start;
  background: var(--cafe-deep);
}

.cafe .demo-footer {
  background: var(--cafe-deep);
}

/* Salon */

.salon {
  --salon-black: #080808;
  --salon-graphite: #171717;
  --salon-rose: #df8fa1;
  --salon-silver: #b8b8b8;
  background: var(--salon-black);
  color: #f4f1f2;
}

.salon .demo-banner {
  background: var(--salon-rose);
  color: #111;
}

.salon-header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(8, 8, 8, 0.85);
}

.salon .demo-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  text-transform: uppercase;
}

.salon-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--salon-black);
}

.salon-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 74%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.salon-hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 67%;
  background: var(--salon-black);
  clip-path: polygon(0 0, 77% 0, 100% 100%, 0 100%);
  content: "";
}

.salon-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 190px 6vw 190px;
}

.salon .demo-label {
  color: var(--salon-rose);
}

.salon-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 7vw, 110px);
  font-weight: 400;
  line-height: 0.9;
}

.salon-hero-copy > p:not(.demo-label) {
  max-width: 580px;
  margin: 32px 0 0;
  color: #d2ccce;
  font-size: 17px;
  line-height: 1.7;
}

.salon .demo-button {
  background: var(--salon-rose);
  color: #111;
}

.salon .demo-button.secondary {
  border-color: var(--salon-silver);
  background: transparent;
  color: #fff;
}

.salon-specialty-index {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 24px 6vw 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(8, 8, 8, 0.9);
}

.salon-specialty-index span {
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.salon-specialty-index span:first-child {
  padding-left: 0;
}

.salon-specialty-index span:last-child {
  border-right: 0;
}

.salon-specialty-index b {
  display: block;
  margin-bottom: 8px;
  color: var(--salon-rose);
}

.salon-services {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(90px, 11vw, 170px) 6vw;
  background: var(--salon-graphite);
}

.salon-section-title h2 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.98;
}

.salon-section-title > p:not(.demo-label) {
  max-width: 520px;
  color: #bfb9bb;
  font-size: 15px;
  line-height: 1.7;
}

.salon-text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--salon-rose);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.salon .service-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.salon .service-menu article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.salon .service-menu article > span {
  color: var(--salon-rose);
  font-size: 12px;
}

.salon .service-menu h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.salon .service-menu p {
  max-width: 520px;
  margin: 0;
  color: #aaa4a6;
  font-size: 14px;
  line-height: 1.55;
}

.salon .service-menu strong {
  color: var(--salon-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1.64fr);
  background: #0d0d0d;
}

.lookbook-title {
  padding: clamp(70px, 8vw, 130px) 4vw;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.lookbook-title h2 {
  margin: 30px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.9;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.lookbook-title > p:not(.demo-label) {
  max-width: 230px;
  color: #bbb4b6;
  font-size: 14px;
  line-height: 1.65;
}

.lookbook-image {
  margin: 0;
}

.lookbook-image img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}

.lookbook-image figcaption {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.lookbook-image figcaption span {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #d8d0d2;
  font-size: 12px;
}

.lookbook-image figcaption span:last-child {
  border-right: 0;
}

.stylists {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 130px);
  padding: clamp(90px, 10vw, 160px) 6vw;
}

.stylist-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: end;
}

.stylist-list article {
  min-height: 300px;
  padding: 20px 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.stylist-list article > span {
  color: var(--salon-rose);
  font-size: 11px;
}

.stylist-list h3 {
  margin: 34px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
}

.stylist-list p {
  color: var(--salon-rose);
  font-size: 13px;
}

.stylist-list small {
  display: block;
  color: #aaa4a6;
  line-height: 1.6;
}

.salon-book {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(460px, 1.2fr);
  color: #171014;
  background: var(--salon-rose);
}

.salon-book-copy,
.salon-book .demo-form {
  padding: clamp(70px, 8vw, 120px) 6vw;
}

.salon-book-copy {
  border-right: 1px solid rgba(17, 17, 17, 0.32);
}

.salon-book .demo-label {
  color: #171014;
}

.salon-book h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 400;
  line-height: 0.98;
}

.salon-book-copy > p:not(.demo-label) {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
}

.salon-book-copy ol {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding-left: 22px;
}

.salon-book .demo-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-content: center;
}

.salon-book .demo-form label:nth-child(4),
.salon-book .salon-form-note,
.salon-book .demo-button,
.salon-book .demo-form-status {
  grid-column: 1 / -1;
}

.salon-book select option {
  color: #111;
}

.salon-book .demo-button {
  justify-self: start;
  background: var(--salon-black);
  color: #fff;
}

.salon-form-note {
  margin: 0;
  font-size: 12px;
}

.salon .demo-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--salon-black);
}

/* Roofing */

.roofing {
  --roof-pine: #07523d;
  --roof-pine-deep: #06362b;
  --roof-charcoal: #202324;
  --roof-concrete: #d4d6d3;
  --roof-paper: #eceeeb;
  --roof-yellow: #ffc928;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: var(--roof-concrete);
  color: #17191a;
}

.roofing h1,
.roofing h2,
.roofing h3,
.roofing .demo-brand,
.roofing .demo-nav,
.roofing .demo-label,
.roofing .demo-button {
  font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
}

.roofing .demo-banner {
  background: var(--roof-pine);
  color: #fff;
}

.roofing-header {
  background: var(--roof-charcoal);
  color: #fff;
}

.roofing .demo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  text-transform: uppercase;
}

.roofing .demo-brand > span {
  width: 5px;
  height: 28px;
  background: var(--roof-yellow);
}

.roofing-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--roof-charcoal);
}

.roofing-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roofing-hero-copy {
  position: absolute;
  z-index: 2;
  inset: 20% auto 0 0;
  display: grid;
  width: min(70%, 1000px);
  align-content: center;
  padding: 60px clamp(28px, 6vw, 96px) 80px;
  background: var(--roof-pine);
  color: #fff;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.roofing .demo-label {
  color: var(--roof-yellow);
}

.roofing-hero h1 {
  max-width: min(620px, 48vw);
  margin: 0;
  font-size: clamp(52px, 5.6vw, 86px);
  line-height: 0.98;
}

.roofing-hero-copy > p:not(.demo-label) {
  max-width: min(560px, 48vw);
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

.roofing .demo-button {
  background: var(--roof-yellow);
  color: #111;
}

.roofing .demo-button.secondary {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.roof-annotation {
  position: absolute;
  z-index: 3;
  top: 18%;
  right: 11%;
  max-width: 210px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.roof-annotation span {
  display: block;
  width: 80px;
  height: 1px;
  margin-bottom: 8px;
  background: var(--roof-yellow);
  transform: rotate(-34deg);
  transform-origin: left;
}

.roof-evidence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(24px, 5vw, 80px);
  background: var(--roof-paper);
}

.roof-evidence article {
  min-height: 170px;
  padding: 34px clamp(24px, 4vw, 54px);
  border-right: 1px solid rgba(6, 54, 43, 0.28);
}

.roof-evidence article:last-child {
  border-right: 0;
}

.roof-evidence strong {
  color: var(--roof-pine);
  font-size: 14px;
  text-transform: uppercase;
}

.roof-evidence p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.roof-services {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(500px, 1.24fr);
  background: var(--roof-charcoal);
  color: #fff;
}

.roof-services-intro {
  padding: clamp(80px, 10vw, 150px) clamp(28px, 6vw, 96px);
  background: var(--roof-pine);
}

.roof-services h2,
.roof-materials h2,
.roof-project-title h2,
.roof-process-title h2,
.roof-quote h2 {
  margin: 0;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1;
}

.roof-services-intro > p:not(.demo-label) {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
}

.roof-spec-list {
  align-self: center;
  padding: 54px clamp(24px, 5vw, 80px);
}

.roof-spec-list article {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.roof-spec-list article:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.roof-spec-list article > span {
  color: var(--roof-yellow);
  font-size: 12px;
}

.roof-spec-list h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.roof-spec-list p {
  margin: 0;
  color: #c7c9c7;
  font-size: 13px;
}

.roof-spec-list strong {
  color: var(--roof-yellow);
  font-size: 11px;
  text-transform: uppercase;
}

.roof-materials {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 130px);
  padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 96px);
  background: var(--roof-paper);
}

.roof-materials h2 {
  max-width: 600px;
  font-size: clamp(34px, 4vw, 58px);
}

.roof-materials .demo-label,
.roof-process .demo-label {
  color: var(--roof-pine);
}

.roof-materials ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.roof-materials li {
  min-height: 190px;
  padding: 26px 22px;
  border-left: 1px solid rgba(6, 54, 43, 0.3);
}

.roof-materials li:nth-child(1) {
  border-top: 14px solid #5e6260;
}

.roof-materials li:nth-child(2) {
  border-top: 14px solid #242829;
}

.roof-materials li:nth-child(3) {
  border-top: 14px solid #c4c7c4;
}

.roof-materials li:nth-child(4) {
  border-top: 14px solid var(--roof-pine);
}

.roof-materials li span,
.roof-materials li small {
  display: block;
}

.roof-materials li span {
  color: var(--roof-pine);
  font-size: 12px;
  font-weight: 900;
}

.roof-materials li strong {
  display: block;
  margin: 36px 0 10px;
  font-size: 14px;
}

.roof-projects {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1.68fr);
  background: var(--roof-charcoal);
  color: #fff;
}

.roof-project-title {
  padding: clamp(60px, 7vw, 110px) 4vw;
}

.roof-project-title h2 {
  font-size: clamp(34px, 3.8vw, 58px);
}

.roof-projects figure {
  margin: 0;
}

.roof-projects img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.roof-projects figcaption {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 6%;
}

.roof-projects figcaption span {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  color: #d6d8d6;
  font-size: 12px;
}

.roof-projects figcaption b {
  display: block;
  margin-bottom: 6px;
  color: var(--roof-yellow);
}

.roof-process {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(50px, 7vw, 110px);
  padding: clamp(80px, 9vw, 140px) clamp(24px, 6vw, 96px);
  background: var(--roof-concrete);
}

.roof-process-title h2 {
  max-width: 520px;
  font-size: clamp(40px, 4.5vw, 66px);
}

.roof-process .process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-self: center;
  border-top: 1px solid var(--roof-pine);
  border-bottom: 1px solid var(--roof-pine);
}

.roof-process .process-steps::before,
.roof-process .process-steps::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--roof-pine);
  content: "";
  opacity: 0.24;
}

.roof-process .process-steps::before {
  top: 12px;
}

.roof-process .process-steps::after {
  bottom: 12px;
}

.roof-process .process-steps article {
  min-height: 310px;
  padding: 34px 24px;
  border-right: 1px solid rgba(6, 54, 43, 0.4);
}

.roof-process .process-steps article:last-child {
  border-right: 0;
}

.roof-process .process-steps span {
  color: var(--roof-pine);
  font-size: 42px;
  font-weight: 900;
}

.roof-process .process-steps h3 {
  margin: 44px 0 12px;
  text-transform: uppercase;
}

.roof-process .process-steps p {
  font-size: 14px;
  line-height: 1.6;
}

.roof-quote {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(560px, 1.36fr);
  color: #fff;
  background: var(--roof-pine);
}

.roof-quote-copy,
.roof-form {
  padding: clamp(70px, 8vw, 120px) clamp(24px, 5vw, 80px);
}

.roof-quote-copy {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.roof-quote-copy > p:not(.demo-label) {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
}

.roof-quote-copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding-left: 18px;
}

.roof-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-content: center;
}

.roof-form-wide,
.roof-form .demo-button,
.roof-form .demo-form-status {
  grid-column: 1 / -1;
}

.roof-form input,
.roof-form select,
.roof-form textarea {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.1);
}

.roof-form select option {
  color: #111;
}

.roof-form .demo-button {
  justify-self: start;
}

.roofing .demo-footer {
  background: var(--roof-charcoal);
  color: #fff;
}

@media (max-width: 1050px) {
  .cafe-header {
    grid-template-columns: 1fr auto;
  }

  .cafe-open,
  .cafe-header .header-action {
    display: none;
  }

  .cafe-hero,
  .cafe-menu-section,
  .cafe-story,
  .cafe-visit,
  .salon-services,
  .stylists,
  .salon-book,
  .roof-services,
  .roof-materials,
  .roof-projects,
  .roof-process,
  .roof-quote {
    grid-template-columns: 1fr;
  }

  .cafe-hero-media {
    min-height: 520px;
    clip-path: ellipse(100% 90% at 72% 100%);
  }

  .cafe-menu-intro::after {
    display: none;
  }

  .cafe-story img {
    min-height: 500px;
    clip-path: ellipse(100% 92% at 72% 100%);
  }

  .cafe-visit-details {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .salon-hero-image {
    width: 86%;
  }

  .salon-hero::after {
    width: 78%;
  }

  .lookbook {
    grid-template-columns: 160px 1fr;
  }

  .stylist-list {
    margin-top: 20px;
  }

  .salon-book-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.32);
  }

  .roof-materials ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .roof-projects img {
    clip-path: none;
  }

  .roof-projects figcaption {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .demo-banner {
    padding-inline: 14px;
    font-size: 9px;
  }

  .demo-header {
    min-height: 66px;
    padding: 0 18px;
  }

  .demo-nav {
    gap: 14px;
  }

  .demo-nav a {
    font-size: 10px;
  }

  .demo-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 20px;
  }

  .cafe .demo-brand {
    font-size: 20px;
  }

  .cafe-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .cafe-hero-copy {
    padding: 70px 20px 52px;
  }

  .cafe-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .cafe-hero-media {
    min-height: 420px;
    clip-path: ellipse(106% 92% at 70% 100%);
  }

  .cafe-info-strip {
    grid-template-columns: 1fr 1fr;
  }

  .cafe-info-strip article {
    min-height: 130px;
    padding: 22px 20px;
    border-bottom: 1px solid rgba(9, 47, 32, 0.2);
  }

  .cafe-menu-section,
  .cafe-story-copy,
  .cafe-visit-details,
  .cafe-reserve {
    padding: 66px 20px;
  }

  .cafe-dayparts {
    grid-template-columns: 1fr;
  }

  .cafe-dayparts article + article {
    border-top: 1px solid var(--cafe-deep);
    border-left: 0;
  }

  .cafe-story img {
    min-height: 420px;
  }

  .reservation-form {
    grid-template-columns: 1fr;
  }

  .reservation-form label,
  .reservation-form .demo-button,
  .reservation-form .demo-form-status {
    grid-column: auto;
  }

  .salon-header {
    top: 27px;
  }

  .salon-hero {
    min-height: 780px;
  }

  .salon-hero-image {
    width: 100%;
    opacity: 0.62;
  }

  .salon-hero::after {
    inset: auto 0 0;
    width: 100%;
    height: 74%;
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
  }

  .salon-hero-copy {
    padding: 180px 20px 180px;
  }

  .salon-hero h1 {
    font-size: clamp(58px, 17vw, 82px);
  }

  .salon-specialty-index {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .salon-specialty-index span {
    padding: 0;
    border-right: 0;
  }

  .salon-specialty-index span:nth-child(n + 5) {
    display: none;
  }

  .salon-services,
  .stylists,
  .salon-book-copy,
  .salon-book .demo-form {
    padding: 66px 20px;
  }

  .salon .service-menu article {
    grid-template-columns: 28px 1fr;
  }

  .salon .service-menu strong {
    grid-column: 2;
  }

  .lookbook {
    grid-template-columns: 1fr;
  }

  .lookbook-title {
    padding: 66px 20px;
    border-right: 0;
  }

  .lookbook-title h2 {
    writing-mode: initial;
    transform: none;
  }

  .lookbook-image img {
    min-height: 480px;
  }

  .lookbook-image figcaption {
    grid-template-columns: 1fr 1fr;
  }

  .stylist-list {
    grid-template-columns: 1fr;
  }

  .stylist-list article {
    min-height: auto;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }

  .salon-book .demo-form,
  .roof-form {
    grid-template-columns: 1fr;
  }

  .salon-book .demo-form label,
  .salon-book .salon-form-note,
  .salon-book .demo-button,
  .salon-book .demo-form-status,
  .roof-form label,
  .roof-form .demo-button,
  .roof-form .demo-form-status {
    grid-column: auto;
  }

  .roofing .demo-brand {
    font-size: 16px;
  }

  .roofing-hero {
    min-height: 740px;
  }

  .roofing-hero-copy {
    inset: auto 0 0;
    width: 100%;
    padding: 68px 20px 52px;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }

  .roofing-hero h1 {
    max-width: none;
    font-size: clamp(48px, 13vw, 68px);
  }

  .roofing-hero-copy > p:not(.demo-label) {
    max-width: none;
  }

  .roof-annotation {
    top: 16%;
    right: 20px;
  }

  .roof-evidence {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .roof-evidence article {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 54, 43, 0.28);
  }

  .roof-services-intro,
  .roof-spec-list,
  .roof-materials,
  .roof-project-title,
  .roof-process,
  .roof-quote-copy,
  .roof-form {
    padding: 66px 20px;
  }

  .roof-spec-list article {
    grid-template-columns: 30px 1fr;
  }

  .roof-spec-list strong {
    grid-column: 2;
  }

  .roof-materials ol {
    grid-template-columns: 1fr 1fr;
  }

  .roof-materials li {
    min-height: 170px;
    padding: 20px 14px;
  }

  .roof-projects img {
    min-height: 420px;
  }

  .roof-projects figcaption {
    grid-template-columns: 1fr 1fr;
  }

  .roof-process .process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .roof-process .process-steps article {
    min-height: 250px;
    border-bottom: 1px solid rgba(6, 54, 43, 0.4);
  }
}

@media (max-width: 520px) {
  .demo-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 96px;
  }

  .cafe-header {
    display: flex;
  }

  .demo-nav {
    width: 100%;
    justify-content: space-between;
  }

  .cafe-info-strip,
  .lookbook-image figcaption,
  .roof-materials ol,
  .roof-projects figcaption,
  .roof-process .process-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
