:root {
  --cream:#e9e5d6;
  --coral:#de5c63;
  --blue:#236d89;
  --ink:#1d3c4f;
  --brown:#765047;
  --olive:#788331
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"DM Sans",sans-serif
}
.landing-page {
  min-height:100vh;
  position:relative;
  overflow:hidden;
  padding:8px 5.6vw 78px;
  background:linear-gradient(120deg,#ede9dc 0%,#e5e1d1 52%,#ebe8db 100%)
}
.texture {
  position:absolute;
  inset:0;
  opacity:.28;
  pointer-events:none;
  background-image:radial-gradient(rgba(103,91,67,.2) .65px,transparent .75px);
  background-size:7px 7px;
  mix-blend-mode:multiply
}
.shape {
  position:absolute;
  border-radius:50%;
  background:#fff;
  opacity:.2;
  filter:blur(1px);
  transform:rotate(-12deg)
}
.shape-one {
  width:73vw;
  height:31vw;
  top:8%;
  left:-22%;
  box-shadow:0 24px 0 rgba(255,255,255,.12)
}
.shape-two {
  width:62vw;
  height:20vw;
  right:-26%;
  bottom:9%;
  opacity:.16
}
.site-header {
  position:relative;
  z-index:5;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.brand {
  display:flex;
  align-items:center;
  gap:15px;
  text-decoration:none;
  color:#080b0d
}
.brand-logo {
  display:block;
  width:55px;
  height:55px;
  object-fit:contain;
  flex:0 0 auto
}
.brand-name {
  font-size:23px;
  letter-spacing:.28em;
  font-weight:700
}
.brand-name small {
  display:block;
  text-align:center;
  font-size:9px;
  letter-spacing:.32em;
  margin-top:4px
}
.visit-link {
  color:var(--ink);
  font-weight:700;
  text-decoration:none;
  border-bottom:2px solid var(--coral);
  padding:5px 0
}
.visit-link span {
  color:var(--coral);
  font-size:20px;
  margin-left:5px
}
.hero {
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  text-align:center;
  padding:10px 0 0;
  min-height:345px
}
.hero-copy {
  position:relative;
  z-index:3
}
.eyebrow {
  color:var(--coral);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.25em;
  font-size:12px;
  margin:0 0 12px
}
.hero h1 {
  margin:0;
  line-height:.82;
  display:grid;
  justify-items:center;
  font-family:Fraunces,serif;
  font-weight:800
}
.hero h1 span {
  font-size:clamp(4.2rem,10vw,8rem);
  color:var(--coral);
  letter-spacing:-.08em;
  transform:rotate(-4deg);
  margin-bottom:8px
}
.hero h1 strong {
  font-family:"DM Sans",sans-serif;
  font-size:clamp(5.1rem,12vw,9.8rem);
  color:var(--blue);
  letter-spacing:-.1em;
  font-weight:700
}
.hero h1 em {
  font-size:clamp(3rem,6vw,5rem);
  color:var(--coral);
  font-style:normal;
  line-height:.9;
  margin:14px 0 0 -235px
}
.hero h1 b {
  font-family:"DM Sans",sans-serif;
  font-size:clamp(1.7rem,3.3vw,3rem);
  line-height:.86;
  color:var(--blue);
  letter-spacing:-.07em;
  margin:-51px 0 0 90px;
  text-align:left
}
.intro {
  font-size:clamp(1.15rem,2.35vw,2rem);
  font-weight:700;
  letter-spacing:-.05em;
  margin:45px 0 0;
  color:var(--blue)
}
.services {
  position:relative;
  z-index:4;
  max-width:920px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  column-gap:80px;
  row-gap:14px;
  text-align:center
}
.service-group h3 {
  font:800 clamp(2.8rem,5.7vw,5.3rem)/.9 Fraunces,serif;
  color:var(--coral);
  letter-spacing:-.07em;
  margin:0 0 20px
}
.times {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:11px 24px
}
.times strong {
  display:block;
  font-size:clamp(2rem,4.2vw,3.8rem);
  line-height:1;
  font-weight:700;
  letter-spacing:-.09em
}
.times small {
  display:block;
  font:italic 1.6rem/1.1 Fraunces,serif;
  color:var(--ink)
}
.midweek {
  grid-column:1/-1;
  margin-top:10px
}
.midweek .times {
  display:block
}
.decor {
  position:absolute;
  z-index:1
}
.decor-lamp {
  left:-1%;
  top:180px;
  width:220px;
  height:315px
}
.lamp-shade {
  position:absolute;
  left:65px;
  top:0;
  width:110px;
  height:112px;
  background:#efa51a;
  clip-path:polygon(14% 0,86% 0,100% 100%,0 100%);
  box-shadow:inset 0 0 0 2px #c77d1b
}
.lamp-stem {
  position:absolute;
  left:115px;
  top:110px;
  width:5px;
  height:210px;
  background:var(--brown);
  transform:rotate(6deg);
  transform-origin:top
}
.lamp-stem:before {
  content:"";
  position:absolute;
  top:1px;
  left:-175px;
  width:178px;
  height:5px;
  background:var(--brown);
  transform:rotate(-17deg);
  transform-origin:right
}
.lamp-base {
  position:absolute;
  left:105px;
  bottom:0;
  width:25px;
  height:45px;
  background:#d5a72b
}
.decor-shelf {
  right:1%;
  top:185px;
  width:250px;
  height:125px;
  border-bottom:8px solid #754330
}
.frame {
  position:absolute;
  border:5px solid #754330;
  background:rgba(255,247,231,.35);
  bottom:8px
}
.frame-a {
  width:65px;
  height:83px;
  left:10px
}
.frame-b {
  width:76px;
  height:62px;
  left:72px;
  bottom:8px
}
.book-stack {
  position:absolute;
  left:132px;
  bottom:7px;
  height:54px;
  border-left:7px solid #754330;
  border-right:7px solid #754330;
  width:29px
}
.tiny-leaf {
  position:absolute;
  width:7px;
  height:34px;
  background:#9d6d43;
  bottom:33px;
  transform:rotate(30deg)
}
.leaf-a {
  left:42px
}
.leaf-b {
  left:101px;
  transform:rotate(-27deg)
}
.decor-chair {
  left:-3%;
  bottom:-6px;
  width:260px;
  height:260px
}
.chair-back {
  position:absolute;
  left:34px;
  top:0;
  width:175px;
  height:190px;
  border-radius:47% 47% 20% 20%;
  background:#dfa38e;
  border:3px solid #9a6d68;
  transform:rotate(-7deg)
}
.chair-seat {
  position:absolute;
  left:25px;
  top:145px;
  width:210px;
  height:78px;
  border-radius:46%;
  background:#dfa38e;
  border:3px solid #9a6d68;
  transform:rotate(3deg)
}
.decor-chair i {
  position:absolute;
  width:8px;
  height:90px;
  background:#704948;
  bottom:0;
  transform:rotate(7deg)
}
.decor-chair i:nth-of-type(1) {
  left:60px
}
.decor-chair i:nth-of-type(2) {
  left:192px;
  transform:rotate(-17deg)
}
.decor-chair i:nth-of-type(3) {
  left:133px;
  height:50px;
  bottom:0
}
.decor-plant {
  right:-5%;
  bottom:-8px;
  width:220px;
  height:410px
}
.pot {
  position:absolute;
  bottom:0;
  left:48px;
  width:138px;
  height:92px;
  background:#a45b2c;
  border-radius:0 0 24px 24px;
  border-top:10px solid #713b26
}
.stem {
  position:absolute;
  bottom:72px;
  left:112px;
  width:10px;
  height:250px;
  background:var(--olive);
  transform-origin:bottom;
  transform:rotate(12deg)
}
.stem-b {
  transform:rotate(-27deg);
  height:200px
}
.leaf {
  position:absolute;
  background:#7d8734;
  border-radius:100% 0 100% 0;
  width:60px;
  height:120px;
  transform-origin:bottom
}
.leaf-1 {
  bottom:205px;
  left:92px;
  transform:rotate(22deg)
}
.leaf-2 {
  bottom:160px;
  left:18px;
  transform:rotate(-58deg);
  width:52px;
  height:95px
}
.leaf-3 {
  bottom:282px;
  left:115px;
  transform:rotate(42deg);
  width:42px;
  height:91px
}
.leaf-4 {
  bottom:278px;
  left:38px;
  transform:rotate(-59deg);
  width:41px;
  height:82px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
@media(max-width:760px) {
  .landing-page {
    padding:20px 20px 50px
  }
  .brand-mark {
    width:42px;
    height:42px
  }
  .brand-mark span {
    width:18px;
    height:18px;
    border-width:5px
  }
  .brand-name {
    font-size:16px;
    letter-spacing:.2em
  }
  .brand-name small {
    font-size:7px
  }
  .visit-link {
    font-size:13px
  }
  .hero {
    padding-top:40px;
    min-height:425px
  }
  .hero h1 span {
    font-size:clamp(3.8rem,18vw,6rem)
  }
  .hero h1 strong {
    font-size:clamp(4.8rem,24vw,8rem)
  }
  .hero h1 em {
    margin-left:-130px;
    font-size:3rem
  }
  .hero h1 b {
    font-size:1.65rem;
    margin-top:-40px;
    margin-left:70px
  }
  .intro {
    margin-top:40px;
    font-size:1.25rem
  }
  .services {
    grid-template-columns:1fr;
    gap:34px
  }
  .service-group h3 {
    font-size:3.8rem
  }
  .midweek {
    grid-column:auto;
    margin-top:0
  }
  .decor-lamp {
    left:-66px;
    top:145px;
    transform:scale(.7)
  }
  .decor-shelf {
    right:-80px;
    top:175px;
    transform:scale(.65)
  }
  .decor-chair {
    left:-70px;
    bottom:-20px;
    transform:scale(.7)
  }
  .decor-plant {
    right:-104px;
    bottom:-20px;
    transform:scale(.7)
  }
  .weekend,.sunday,.midweek {
    position:relative;
    z-index:5
  }
  .weekend h3,.sunday h3 {
    margin-bottom:15px
  }
}
.service-group {
  opacity:0;
  transform:translateY(16px);
  transition:opacity .65s ease var(--delay),transform .65s ease var(--delay)
}
.service-group.is-visible {
  opacity:1;
  transform:translateY(0)
}
.construction-notice {
  position:relative;
  z-index:5;
  width:max-content;
  margin:25px auto 0;
  padding:8px 16px;
  border:1px solid rgba(222,92,99,.5);
  border-radius:999px;
  color:var(--coral);
  font-size:12px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase
}
.location {
  grid-column:1/-1;
  margin:22px auto 0;
  padding:14px 24px;
  color:var(--ink);
  font-size:clamp(.85rem,1.5vw,1.05rem);
  font-style:normal;
  font-weight:700;
  line-height:1.55;
  max-width:720px;
  text-align:center;
  background:rgba(255,249,233,.62);
  border:2px solid rgba(222,92,99,.62);
  border-radius:14px;
  box-shadow:0 7px 0 rgba(222,92,99,.1)
}
.location-icon {
  color:var(--coral);
  font-size:1.35rem;
  margin-right:5px
}
.location a {
  color:inherit;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.location-text {
  display:block;
  color:var(--ink);
  font-size:inherit;
  margin:0;
  line-height:1.4;
}
.location-icon {
  flex:0 0 auto;
  line-height:1;
}
.location a:hover,
.location a:focus-visible {
  text-decoration:underline;
  text-decoration-color:var(--coral);
  text-underline-offset:4px;
}
@media(min-width:761px) {
  .hero {
    padding-top:25px;
    min-height:345px
  }
  .hero h1 span {
    font-size:clamp(3.6rem,7vw,6rem)
  }
  .hero h1 strong {
    font-size:clamp(4.3rem,8.4vw,7.2rem)
  }
  .hero h1 em {
    font-size:clamp(2.5rem,4.5vw,3.8rem);
    margin-left:-175px
  }
  .hero h1 b {
    font-size:clamp(1.4rem,2.4vw,2.2rem);
    margin-top:-42px;
    margin-left:75px
  }
  .intro {
    font-size:clamp(1rem,1.7vw,1.45rem);
    margin-top:34px
  }
  .services {
    max-width:780px;
    column-gap:55px
  }
  .service-group h3 {
    font-size:clamp(2.3rem,4.3vw,3.8rem);
    margin-bottom:15px
  }
  .times {
    gap:8px 16px
  }
  .times strong {
    font-size:clamp(1.7rem,3vw,2.7rem)
  }
  .times small {
    font-size:1.25rem
  }
  .midweek {
    margin-top:4px
  }
  .decor-lamp {
    transform:scale(.8);
    transform-origin:top left;
    top:150px
  }
  .decor-shelf {
    transform:scale(.8);
    transform-origin:top right;
    top:155px
  }
  .decor-chair {
    transform:scale(.8);
    transform-origin:bottom left
  }
  .decor-plant {
    transform:scale(.8);
    transform-origin:bottom right
  }
}
.construction-notice {
  margin-top:12px
}
@media(min-width:761px) {
  .hero {
    padding-top:10px
  }
}
.hero h1 span {
  transform:none
}
.construction-notice {
  margin-top:6px
}
.brand-logo {
  width:55px;
  height:55px
}
@media(max-width:760px) {
  .landing-page {
    padding-top:10px
  }
  .brand-logo {
    width:42px;
    height:42px
  }
}
.brand {
  gap:12px
}
.brand-logo {
  width:42px;
  height:42px
}
@media(max-width:760px) {
  .brand-logo {
    width:34px;
    height:34px
  }
}
.brand-logo {
  display:block;
  width:50px !important;
  height:50px !important;
  max-width:50px;
  max-height:50px;
}
@media(max-width:760px) {
  .brand-logo {
    width:28px !important;
    height:28px !important;
    max-width:28px;
    max-height:28px;
  }
}
@media(min-width:761px) {
  .construction-notice {
    font-size:10px;
  }
  .hero h1 span {
    font-size:clamp(3.2rem,6vw,5rem);
  }
  .hero h1 strong {
    font-size:clamp(3.8rem,7.2vw,6.2rem);
  }
  .hero h1 em {
    font-size:clamp(2.2rem,4vw,3.2rem);
  }
  .hero h1 b {
    font-size:clamp(1.2rem,2vw,1.8rem);
  }
  .intro {
    font-size:clamp(.9rem,1.45vw,1.2rem);
  }
  .service-group h3 {
    font-size:clamp(2rem,3.7vw,3.2rem);
  }
  .times strong {
    font-size:clamp(1.5rem,2.6vw,2.3rem);
  }
  .times small {
    font-size:1.05rem;
  }
  .location {
    font-size:.85rem;
  }
}
@media(max-width:760px) {
  .site-header {
    justify-content:center;
    margin-top: 10px;
    margin-bottom:20px;
  }
  .brand {
    width:100%;
    justify-content:center;
  }
  .construction-notice {
    font-size:10px;
  }
  .hero h1 span {
    font-size:clamp(3.2rem,16vw,5rem);
  }
  .hero h1 strong {
    font-size:clamp(4.2rem,21vw,6.8rem);
  }
  .hero h1 em {
    font-size:2.5rem;
  }
  .hero h1 b {
    font-size:1.4rem;
  }
  .intro {
    font-size:1.05rem;
  }
  .service-group h3 {
    font-size:3.2rem;
  }
  .times strong {
    font-size:1.7rem;
  }
  .times small {
    font-size:1.1rem;
  }
  .location {
    font-size:.78rem;
  }
}
@media(min-width:761px) {
  .hero {
    min-height:300px;
  }
  .intro {
    margin-bottom:0;
  }
}
@media(max-width:760px) {
  .hero {
    min-height:320px;
  }
  .intro {
    margin-bottom:0;
  }
}
.brand {
  gap:0;
}
.brand-logo {
  width:210px !important;
  height:auto !important;
  max-width:210px;
  max-height:none;
}
@media(max-width:760px) {
  .brand-logo {
    width:155px !important;
    max-width:155px;
  }
}
