/* =============================================================
   Kiyoi LLC — Studio Systems and Client Care
   Morning washi studio theme. Light washi-room palette.
   Palette (solid hex only, pre-blended, no rgba, no opacity):
     washi-room   #F6F1EA  body
     sumi-ink     #33302B  text
     pap-white    #FBF8F2  paper sheets
     plum-wash    #8E5A6E  accent
     stone-beam   #A79E90  frames and rules
     linen-cloth  #EDE6DB  panel fills
     tea-dust     #C9B27F  small accents
     night-cypress#2C3530  dark band and footer
   ============================================================= */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  font-family: Georgia, "Times New Roman", serif;
  color: #33302B;
  background-color: #F6F1EA;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

a {
  color: #8E5A6E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::selection {
  background-color: #8E5A6E;
  color: #FBF8F2;
}

/* -------------------------------------------------------------
   SCROLL-ROD NAV — a hanging scroll header
   ------------------------------------------------------------- */
.header,
.scrollrod {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F6F1EA;
}

.rodbase {
  height: 10px;
  background-color: #A79E90;
  position: relative;
}

.rodcap {
  position: absolute;
  top: -6px;
  width: 34px;
  height: 22px;
  border-radius: 50%;
  background-color: #8E5A6E;
}

.rodcap-a {
  left: 18px;
}

.rodcap-b {
  right: 18px;
}

.scrollnav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 18px 0;
  position: relative;
}

.brandscroll {
  display: block;
  background-color: #EDE6DB;
  border: 1px solid #A79E90;
  border-radius: 3px;
  padding: 10px 14px 12px;
  box-shadow: 0 2px 0 #A79E90;
  text-align: center;
  width: 150px;
  flex: 0 0 auto;
}

.sealpixel {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #8E5A6E;
  border-radius: 3px;
  margin: 0 auto 6px;
  border: 1px solid #8E5A6E;
}

.brandword {
  display: inline-flex;
  flex-direction: row;
  letter-spacing: 4px;
}

.brandword b {
  font-size: 15px;
  color: #33302B;
  font-weight: 700;
  font-family: Georgia, serif;
  display: inline-block;
}

.brandword b:nth-child(2),
.brandword b:nth-child(4) {
  color: #8E5A6E;
}

.brandsub {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: 3px;
  color: #8E5A6E;
  font-family: Georgia, serif;
}

.navtoggle {
  display: none;
  background: #EDE6DB;
  border: 1px solid #A79E90;
  border-radius: 3px;
  padding: 12px;
  cursor: pointer;
  align-self: center;
}

.navtoggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #33302B;
  margin: 4px 0;
}

.scrollslips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.scrollslips li {
  position: relative;
  margin-bottom: 4px;
}

.scrollslips a {
  display: block;
  background-color: #FBF8F2;
  color: #33302B;
  border: 1px solid #A79E90;
  border-radius: 2px;
  padding: 9px 14px;
  font-family: Georgia, serif;
  letter-spacing: 1px;
}

.scrollslips a:hover {
  background-color: #EDE6DB;
  color: #8E5A6E;
  text-decoration: none;
}

.rodweight {
  display: block;
  width: 6px;
  height: 10px;
  background-color: #A79E90;
  margin: 0 auto;
  border-radius: 0 0 50% 50%;
}

.scrollslips a.visitchip {
  background-color: #8E5A6E;
  color: #FBF8F2;
  border-color: #8E5A6E;
  font-weight: 700;
}

.scrollslips a.visitchip:hover {
  background-color: #7c4e60;
  color: #FBF8F2;
}

/* -------------------------------------------------------------
   Shared eyebrow and headings
   ------------------------------------------------------------- */
.eyeslash {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8E5A6E;
  padding-bottom: 6px;
  border-bottom: 2px solid #8E5A6E;
  margin: 0 0 16px;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: #33302B;
  margin: 0 0 14px;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

.btn {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 13px 24px;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-plum {
  background-color: #8E5A6E;
  color: #FBF8F2;
}

.btn-plum:hover {
  background-color: #7c4e60;
  color: #FBF8F2;
  text-decoration: none;
}

.btn-cypress {
  background-color: #FBF8F2;
  color: #2C3530;
  border-color: #2C3530;
}

.btn-cypress:hover {
  background-color: #2C3530;
  color: #F6F1EA;
  text-decoration: none;
}

.btn-paper {
  background-color: #FBF8F2;
  color: #8E5A6E;
  border: 1px solid #EDE6DB;
}

.btn-paper:hover {
  background-color: #EDE6DB;
  color: #8E5A6E;
  text-decoration: none;
}

/* -------------------------------------------------------------
   Scroll reveal — safe without JS. Default (no .js on <html>)
   keeps everything fully visible. When JS runs it adds the .js
   class, hides unrevealed cards, then reveals them progressively.
   ------------------------------------------------------------- */
html.js [data-reveal]:not(.revealed) {
  opacity: 0;
  transform: translateY(18px);
  visibility: visible;
}

html.js [data-reveal].revealed {
  opacity: 1;
  transform: none;
}

[data-reveal],
html.js [data-reveal],
html.js [data-reveal].revealed {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* -------------------------------------------------------------
   HERO — Morning-bench first view (no side split)
   ------------------------------------------------------------- */
.morningbench {
  margin: 0;
}

.benchmat {
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 30px 18px 0;
  background-color: #EDE6DB;
  border: 1px solid #A79E90;
  border-radius: 6px;
  position: relative;
  overflow-x: hidden;
}

.sheetpanel {
  background-color: #FBF8F2;
  transform: rotate(-1deg);
  border: 1px solid #D8CDBD;
  border-radius: 2px;
  padding: 42px 48px;
  max-width: 780px;
  margin: 14px auto 20px;
  box-shadow: 5px 6px 0 #E6DCCB;
}

.sheetpanel h1 {
  font-size: 44px;
  margin-bottom: 18px;
}

.lead {
  font-size: 18px;
  color: #4b463e;
  margin: 0 0 24px;
}

.herocta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.stilllife {
  position: relative;
  height: 240px;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: none;
}

.stone {
  position: absolute;
  bottom: 40px;
  background-color: #A79E90;
  border-radius: 45% 40% 50% 42%;
}

.stone-a {
  left: 18%;
  width: 64px;
  height: 46px;
  transform: rotate(12deg);
}

.stone-b {
  left: 25%;
  bottom: 26px;
  width: 40px;
  height: 30px;
  transform: rotate(-14deg);
  background-color: #B9AEA1;
}

.budvase {
  position: absolute;
  left: 38%;
  bottom: 60px;
  width: 96px;
  height: 150px;
}

.budvase .stem {
  position: absolute;
  bottom: 0;
  left: 38px;
  width: 10px;
  height: 96px;
  background-color: #8E5A6E;
  border-radius: 6px 6px 3px 3px;
}

.twig {
  position: absolute;
  background-color: #A79E90;
  width: 3px;
  border-radius: 2px;
}

.twig-a {
  left: 70px;
  bottom: 66px;
  height: 56px;
  transform: rotate(18deg);
}

.twig-b {
  left: 66px;
  bottom: 96px;
  height: 52px;
  transform: rotate(64deg);
}

.twig-c {
  left: 23px;
  bottom: 72px;
  height: 46px;
  transform: rotate(-22deg);
}

.budvase::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 60px;
  height: 46px;
  background-color: #C9B27F;
  border-radius: 0 0 26px 26px;
  transform: translateX(-50%);
  border: 2px solid #D8CDBD;
}

.teadish {
  position: absolute;
  left: 56%;
  bottom: 26px;
  width: 120px;
  height: 34px;
  background-color: #C9B27F;
  border-radius: 0 0 60px 60px;
  border: 2px solid #D8CDBD;
}

/* Kick strip with inline stats */
.kickstrip {
  background-color: #2C3530;
  padding: 18px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.benchstats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 14px;
  text-align: center;
}

.benchstats li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benchstats strong {
  font-size: 26px;
  color: #F6F1EA;
  font-family: Georgia, serif;
  border-right: 2px solid #8E5A6E;
  padding-right: 12px;
}

.benchstats span {
  font-size: 13px;
  letter-spacing: 1px;
  color: #A79E90;
  padding-left: 12px;
}

/* -------------------------------------------------------------
   PAPER-STACK ROWS — first movement of the body
   ------------------------------------------------------------- */
.papers {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 18px;
}

.selabel {
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8E5A6E;
}

.stacktitle {
  margin: 6px 0 10px;
}

.stackintro {
  max-width: 720px;
  font-size: 18px;
  color: #4b463e;
  margin: 0 0 46px;
}

.sectionstack {
  /* sheets stacked with stagger */
}

.sheet {
  position: relative;
  background-color: #FBF8F2;
  border: 1px solid #D8CDBD;
  border-radius: 2px;
  padding: 30px 34px 28px 40px;
  margin: 0 0 26px;
  box-shadow: 4px 5px 0 #E6DCCB;
}

.s1 { transform: translate(0, 0); }
.s2 { transform: translate(22px, -4px); }
.s3 { transform: translate(22px, -8px); }
.s4 { transform: translate(22px, -8px); }
.s5 { transform: translate(22px, -8px); }
.s6 { transform: translate(22px, -8px); }

.sheet .deckeedge {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #EDE6DB;
  border-right: 1px solid #D8CDBD;
}

.cornerfold {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 0;
  border-color: transparent #8E5A6E transparent transparent;
}

.stackindex {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #8E5A6E;
  margin-bottom: 8px;
  padding: 2px 10px;
  border: 1px solid #8E5A6E;
  border-radius: 2px;
}

.sheet h2,
.sheet h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.sheet p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 14px;
  color: #454039;
}

.sheetmore {
  display: inline-block;
  font-weight: 700;
  color: #8E5A6E;
}

/* The blank card layout inside details uses section. Fine here. */
.servicecard {
  min-height: 0;
}

/* ---- Statement band between the two movements ---- */
.statementband {
  background-color: #2C3530;
  color: #EDE6DB;
  padding: 46px 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0 50px;
}

.statfigure {
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 1;
  color: #F6F1EA;
  margin: 0;
  min-width: 220px;
  border-right: 2px solid #8E5A6E;
  padding-right: 40px;
  background: #2C3530;
}

.statpledge {
  flex: 1 1 360px;
  font-size: 18px;
  line-height: 1.7;
  color: #EDE6DB;
  margin: 0;
  background: #2C3530;
}

.statementband.compact {
  display: block;
  padding: 40px;
}

.statementband.compact .statfigure {
  font-size: 60px;
  border-right: none;
  padding-right: 0;
  margin-bottom: 12px;
}

/* -------------------------------------------------------------
   RINSE-BOWL FLOW — second movement
   ------------------------------------------------------------- */
.ribbonflow .flowhead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.bowlsteps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.bowlsteps li {
  flex: 1 1 170px;
  max-width: 200px;
  text-align: center;
  position: relative;
}

.bowlring {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 10px solid #8E5A6E;
  background-color: #F6F1EA;
  box-sizing: border-box;
  position: relative;
}

.bowlring::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 2px;
  background-color: #8E5A6E;
  transform: translate(-50%, -50%) rotate(-8deg);
  border-radius: 2px;
}

.bowlsteps h3 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #33302B;
}

.bowrings {
  font-size: 14px;
  color: #454039;
  margin: 0;
}

.stampholder {
  min-width: 150px;
}

.teastamp {
  display: block;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #8E5A6E;
  border: 3px double #8E5A6E;
  border-radius: 8px;
  padding: 16px 14px;
  margin-top: 8px;
  transform: rotate(-6deg);
}

.bowlsteps p {
  font-size: 14px;
  color: #454039;
  margin: 0;
}

/* -------------------------------------------------------------
   BRUSH-NOTE accent strip
   ------------------------------------------------------------- */
.brushnote {
  background-color: #8E5A6E;
  padding: 34px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.brushnote .openmark {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #FBF8F2;
  border: 2px solid #EDE6DB;
  padding: 8px 12px;
  border-radius: 3px;
  white-space: nowrap;
}

.brushnote p {
  color: #FBF8F2;
  max-width: 560px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  flex: 1 1 420px;
}

/* -------------------------------------------------------------
   VISITS section on homepage
   ------------------------------------------------------------- */
.visits {
  background-color: #EDE6DB;
  padding: 56px 0;
  margin-top: 26px;
}

.visitwrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.visitwrap h2 {
  font-size: 32px;
}

.visitintro {
  font-size: 18px;
  color: #454039;
  max-width: 720px;
}

.visitgrid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 22px 0 28px;
}

.visitgrid p {
  flex: 1 1 240px;
  background-color: #F6F1EA;
  border: 1px solid #A79E90;
  padding: 22px;
  border-radius: 3px;
}

.visitgrid strong {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8E5A6E;
  margin-bottom: 8px;
}

/* -------------------------------------------------------------
   BUDDY-VASE FOOTER
   ------------------------------------------------------------- */
.buddyvase {
  margin-top: 0;
}

.alcoveshelf {
  background-color: #A79E90;
  padding: 22px 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}

.alcoveshelf::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background-color: #8c8274;
}

.vaseobj {
  display: block;
  position: relative;
  z-index: 1;
}

.vase-a {
  width: 30px;
  height: 40px;
  background-color: #2C3530;
  border-radius: 2px 2px 12px 12px;
  border-bottom: 6px solid #8E5A6E;
}

.vase-b {
  width: 38px;
  height: 22px;
  background-color: #8c8274;
  border-radius: 8px;
}

.vase-c {
  width: 42px;
  height: 26px;
  background-color: #FBF8F2;
  border-radius: 2px;
  border-top: 8px solid #A79E90;
}

.motto {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #2C3530;
  font-weight: 700;
}

.footerband {
  background-color: #2C3530;
  padding: 46px 20px 26px;
}

.footcols {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.fcol h4 {
  color: #EDE6DB;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fcol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fcol li {
  margin-bottom: 10px;
}

.fcol a {
  color: #F6F1EA;
  font-size: 15px;
}

.fcol a:hover {
  color: #C9B27F;
  text-decoration: none;
}

.plaque {
  background-color: #A79E90;
  max-width: 1200px;
  margin: 36px auto 0;
  padding: 24px 26px;
  text-align: center;
  border: 1px solid #8c8274;
}

.plaquecompany {
  font-family: Georgia, serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: #33302B;
  margin: 0 0 8px;
  font-weight: 700;
}

.plaqueaddr {
  margin: 0 0 6px;
  color: #33302B;
  font-size: 15px;
}

.plaquecontact {
  margin: 0;
}

.plaquecontact a {
  color: #2C3530;
  font-weight: 700;
  margin: 0 12px;
}

.plaquecontact a:hover {
  color: #FBF8F2;
  text-decoration: none;
}

.copyright {
  text-align: center;
  color: #A79E90;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 22px 0 0;
}

/* -------------------------------------------------------------
   Inner page hero (services / contact)
   ------------------------------------------------------------- */
.innerhero {
  background-color: #EDE6DB;
  padding: 46px 24px;
  text-align: center;
}

.innerhero .lead {
  max-width: 720px;
  margin: 0 auto;
  color: #454039;
}

/* -------------------------------------------------------------
   Services detail page
   ------------------------------------------------------------- */
.sectiondetail {
  padding-top: 44px;
}

.processband {
  margin: 30px 0;
}

.processband h2 {
  text-align: center;
}

.processsteps {
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
  max-width: 1080px;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.processsteps li {
  flex: 1 1 180px;
  background-color: #EDE6DB;
  border: 1px solid #A79E90;
  border-top: 6px solid #8E5A6E;
  padding: 20px;
  border-radius: 3px;
}

.processsteps span {
  display: block;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #8E5A6E;
  margin-bottom: 8px;
}

.processsteps p {
  font-size: 14px;
  color: #454039;
  margin: 0;
}

/* -------------------------------------------------------------
   Contact page
   ------------------------------------------------------------- */
.contactlayout {
  max-width: 1200px;
  margin: 44px auto 0;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
}

.contactform,
.contactdetails .detailblock {
  background-color: #FBF8F2;
  border: 1px solid #A79E90;
  border-radius: 3px;
  height: 100%;
}

.contactform {
  padding: 30px 34px;
}

.contactform h2 {
  font-size: 26px;
}

.formnote {
  color: #454039;
  margin-bottom: 20px;
}

.field {
  margin: 0 0 16px;
}

.field label {
  display: block;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #8E5A6E;
  margin-bottom: 6px;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  font-family: Georgia, serif;
  color: #33302B;
  background-color: #F6F1EA;
  border: 1px solid #A79E90;
  border-radius: 3px;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: #8E5A6E;
}

.formstatus {
  font-size: 14px;
  color: #2C3530;
  margin-top: 12px;
  min-height: 20px;
}

.contactdetails {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detailblock {
  padding: 24px 26px;
}

.detailblock h2 {
  font-size: 18px;
  color: #8E5A6E;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #EDE6DB;
}

.detailblock p {
  font-size: 16px;
  color: #454039;
  line-height: 1.7;
}

.detailblock a {
  font-weight: 700;
}

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

.hours li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #EDE6DB;
  padding: 8px 0;
}

.hours span {
  color: #454039;
}

.hours strong {
  color: #33302B;
}

/* -------------------------------------------------------------
   FAQ
   ------------------------------------------------------------- */
.faqband {
  max-width: 860px;
  margin: 40px auto 0;
  padding: 0 20px 40px;
}

.faqband > h2 {
  text-align: center;
}

.faqitem {
  background-color: #FBF8F2;
  border: 1px solid #A79E90;
  margin-bottom: 12px;
  border-radius: 3px;
  padding: 0 18px;
}

.faqitem summary {
  font-family: Georgia, serif;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 0;
  color: #33302B;
  position: relative;
  list-style: none;
}

.faqitem summary::-webkit-details-marker {
  display: none;
}

.faqitem summary::after {
  content: "+";
  float: right;
  color: #8E5A6E;
  font-size: 22px;
}

.faqitem[open] summary::after {
  content: "–";
}

.faqitem p {
  padding-bottom: 16px;
  color: #454039;
  margin: 0;
}

/* -------------------------------------------------------------
   Responsive
   ------------------------------------------------------------- */
@media (max-width: 920px) {
  h1 { font-size: 32px; }
  .sheetpanel h1 { font-size: 34px; }
  .benchstats strong { font-size: 22px; }
  .statfigure { font-size: 56px; padding-right: 20px; }
  .footcols { grid-template-columns: 1fr; gap: 30px; }
  .contactlayout { grid-template-columns: 1fr; }
  .scrollnav {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 720px) {
  .navtoggle {
    display: block;
    position: absolute;
    right: 8px;
    top: 6px;
  }

  .scrollslips {
    display: none;
  }

  .navopen .scrollslips,
  .scrollnav.navopen .scrollslips {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    padding: 6px 0 12px;
    background-color: #EDE6DB;
  }

  .brandscroll {
    width: auto;
    padding-right: 70px;
    margin-right: 8px;
  }

  .scrollnav {
    flex-wrap: wrap;
  }

  .sheet {
    padding: 22px 20px 20px 26px;
  }

  .s2, .s3, .s4, .s5, .s6 {
    transform: translate(6px, -2px);
  }

  .stilllife {
    height: 200px;
  }

  .sheetpanel {
    padding: 26px 22px;
  }
}
