:root {
  color-scheme: light;

  --paper: #f7f3e9;
  --paper-light: #fffdf7;
  --paper-aged: #eee6d4;

  --ink: #2d2923;
  --faded: #71695d;

  --green: #56664e;
  --rose: #955f68;
  --blue: #66788b;
  --yellow: #a98945;
  --lavender: #766d82;

  --rule: #aaa08e;
  --rule-dark: #665e52;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;

  width: 100%;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;

  background:
    var(--paper);
}

body {
  min-height: 100vh;
  min-height: 100dvh;

  overflow-x: hidden;

  color: var(--ink);

  font-family:
    "IM Fell English",
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;
  line-height: 1.7;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(69, 55, 35, 0.018) 0,
      rgba(69, 55, 35, 0.018) 1px,
      transparent 1px,
      transparent 5px
    ),
    var(--paper);
}

body::before {
  content: "";

  position: fixed;
  inset: 0;

  z-index: 100;

  pointer-events: none;

  opacity: 0.11;

  background:
    radial-gradient(
      circle at 17% 18%,
      rgba(80, 64, 42, 0.12) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 71% 58%,
      rgba(80, 64, 42, 0.09) 0 1px,
      transparent 2px
    );

  background-size:
    27px 31px,
    41px 37px;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}



.petal-field {
  display: none;
}



.site-header {
  position: relative;

  z-index: 20;

  display: grid;
  grid-template-columns: 1fr;

  gap: 12px;

  padding:
    24px
    clamp(18px, 6vw, 84px)
    17px;

  background:
    var(--paper-light);

  border-top:
    4px double var(--rule-dark);

  border-bottom:
    4px double var(--rule-dark);

  text-align: center;
}

.brand {
  display: block;

  text-decoration: none;

  line-height: 1;
}

.brand-small {
  display: block;

  margin-bottom: 5px;

  color: var(--rose);

  font-size: 16px;
  font-style: italic;
}

.brand strong {
  display: block;

  color: #27231e;

  font-family:
    "IM Fell English",
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(
      35px,
      5vw,
      52px
    );

  font-weight: 400;

  letter-spacing:
    0.03em;
}

.brand strong::before,
.brand strong::after {
  content: "❦";

  margin:
    0
    15px;

  color: var(--green);

  font-size: 17px;

  vertical-align: middle;
}

nav {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;

  gap:
    7px
    28px;
}

nav a {
  color: #514c43;

  font-size: 13px;

  text-decoration: none;
}

nav a::before {
  content: "·";

  margin-right: 7px;

  color: var(--rose);
}

nav a:hover {
  text-decoration: underline;
}


/* --------------------------------------------------
   SHARED
-------------------------------------------------- */

main,
footer {
  position: relative;

  z-index: 2;
}

.section-heading {
  max-width: 780px;

  margin-bottom: 54px;
}

.section-heading > span,
.eyebrow {
  display: block;

  margin-bottom: 8px;

  color: var(--rose);

  font-size: 14px;
  font-style: italic;
}

.section-heading h2 {
  margin:
    0
    0
    18px;

  font-family:
    "IM Fell English",
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(
      43px,
      7vw,
      79px
    );

  font-weight: 400;
  line-height: 1;

  letter-spacing:
    -0.035em;
}

.section-heading h2::after {
  content: "";

  display: block;

  width: 82px;

  margin-top: 20px;

  border-bottom:
    1px solid var(--rule-dark);
}

.section-heading p {
  max-width: 620px;

  color: var(--faded);
}


/* --------------------------------------------------
   HERO — old shop handbill + photograph
-------------------------------------------------- */

.hero {
  position: relative;

  min-height: 850px;

  display: grid;

  grid-template-columns:
    minmax(330px, 0.82fr)
    minmax(0, 1.18fr);

  gap:
    clamp(
      40px,
      7vw,
      105px
    );

  align-items: center;

  padding:
    72px
    clamp(20px, 7vw, 105px)
    90px;

  background:
    var(--paper-light);

  border-bottom:
    1px solid var(--rule);
}


.hero-copy {
  max-width: 620px;
}

.hero-copy::before {
  content: "FLOWERS · POSIES · WREATHS · BOTANICAL WORK";

  display: block;

  margin-bottom: 30px;

  padding:
    8px
    0;

  border-top:
    1px solid var(--rule-dark);

  border-bottom:
    1px solid var(--rule-dark);

  color: var(--faded);

  font-size: 11px;

  letter-spacing:
    0.09em;

  text-align: center;
}


.hero-copy h1 {
  margin:
    8px
    0
    29px;

  color: #2d2923;

  font-family:
    "IM Fell English",
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(
      58px,
      8vw,
      104px
    );

  font-weight: 400;
  line-height: 0.92;

  letter-spacing:
    -0.045em;
}


.hero-intro {
  max-width: 540px;

  margin: 0;

  font-size:
    clamp(
      20px,
      2.5vw,
      27px
    );

  line-height: 1.45;
}


.hero-note {
  max-width: 490px;

  margin:
    28px
    0;

  padding-left: 19px;

  color: var(--faded);

  font-size: 16px;
  font-style: italic;
}


.simple-link {
  color: var(--green);

  font-size: 14px;

  text-decoration: underline;
}


.hero-image {
  position: relative;

  margin: 0;

  min-height: 650px;

  padding: 12px;

  border:
    1px solid var(--rule-dark);

  background:
    var(--paper-aged);
}


.hero-image::before {
  content: "";

  position: absolute;
  inset: 6px;

  z-index: 4;

  pointer-events: none;

  border:
    1px solid rgba(80, 69, 53, 0.35);
}


.hero-image img {
  width: 100%;
  height: 100%;

  min-height: 625px;

  display: block;

  object-fit: cover;

  filter:
    saturate(0.9)
    contrast(1.02);
}


.hero-image figcaption {
  position: static;

  margin:
    10px
    4px
    0;

  padding: 0;

  background: none;

  color: var(--faded);

  font-size: 12px;
  font-style: italic;

  text-align: center;
}


.flower-stem {
  display: none;
}


/* --------------------------------------------------
   WELCOME
-------------------------------------------------- */

.welcome {
  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap:
    clamp(
      45px,
      9vw,
      135px
    );

  padding:
    95px
    clamp(20px, 8vw, 125px);

  border-bottom:
    4px double var(--rule);

  background:
    var(--paper);
}


.welcome::before {
  content: "❧";

  position: absolute;

  left: 50%;

  color: var(--green);

  font-size: 25px;
}


.welcome p {
  margin: 0;

  font-size:
    clamp(
      22px,
      3vw,
      34px
    );

  line-height: 1.38;
}


.welcome p:last-child {
  color: var(--faded);
}


/* --------------------------------------------------
   FLOWERS
-------------------------------------------------- */

.season,
.handmade,
.shop,
.write {
  padding:
    105px
    clamp(20px, 7vw, 105px);
}


.flower-selection {
  border-top:
    1px solid var(--rule-dark);
}


.flower-card,
.flower-card.reverse {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(290px, 0.95fr);

  gap:
    clamp(
      28px,
      6vw,
      85px
    );

  align-items: center;

  padding:
    55px
    0;

  border-bottom:
    1px solid var(--rule);
}


.flower-card.reverse figure {
  grid-column: 2;
}

.flower-card.reverse .flower-copy {
  grid-column: 1;
  grid-row: 1;
}


.flower-card figure {
  margin: 0;

  min-height: 460px;

  padding: 8px;

  border:
    1px solid var(--rule);

  background:
    var(--paper-aged);
}


.flower-card figure img {
  width: 100%;
  height: 100%;

  min-height: 442px;

  display: block;

  object-fit: cover;
}


.flower-copy {
  max-width: 440px;
}


.flower-number {
  color: var(--rose);

  font-size: 12px;
  font-style: italic;
}


.flower-copy h3 {
  margin:
    11px
    0
    18px;

  font-family:
    "IM Fell English",
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(
      37px,
      5vw,
      57px
    );

  font-weight: 400;
  line-height: 1;
}


.flower-copy p {
  color: var(--faded);
}


.flower-copy small {
  display: block;

  margin-top: 23px;

  padding-top: 10px;

  border-top:
    1px dotted var(--rule);

  color: var(--green);

  font-size: 13px;
  font-style: italic;
}


/* different botanical ink for each entry */

.flower-card:nth-child(2) .flower-number,
.flower-card:nth-child(2) small {
  color: var(--blue);
}

.flower-card:nth-child(3) .flower-number,
.flower-card:nth-child(3) small {
  color: var(--yellow);
}

.flower-card:nth-child(4) .flower-number,
.flower-card:nth-child(4) small {
  color: var(--lavender);
}


.window-note {
  position: relative;

  min-height: 340px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  padding:
    65px
    25px;

  background:
    var(--paper-light);

  border-top:
    4px double var(--rule);

  border-bottom:
    4px double var(--rule);

  text-align: center;
}


.window-note::before {
  content: "❦";

  display: block;

  margin-bottom: 22px;

  color: var(--rose);

  font-size: 28px;
}


.window-note blockquote {
  max-width: 790px;

  margin: 0;

  font-size:
    clamp(
      31px,
      5vw,
      55px
    );

  line-height: 1.2;
}


.window-note > p {
  margin-top: 23px;

  color: var(--faded);

  font-size: 13px;
  font-style: italic;
}


.window-flower {
  display: none;
}


/* --------------------------------------------------
   HANDMADE — catalogue
-------------------------------------------------- */

.handmade {
  background:
    var(--paper-aged);
}


.handmade-grid {
  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap:
    0
    55px;

  border-top:
    1px solid var(--rule-dark);
}


.handmade-piece {
  display: grid;

  grid-template-columns:
    170px
    1fr;

  gap: 24px;

  align-items: start;

  padding:
    35px
    0;

  border-bottom:
    1px solid var(--rule);
}


.handmade-piece figure {
  margin: 0;

  min-height: 210px;

  padding: 6px;

  border:
    1px solid var(--rule-dark);

  background:
    var(--paper-light);
}


.handmade-piece figure img {
  width: 100%;
  height: 100%;

  min-height: 196px;

  display: block;

  object-fit: cover;
}


.handmade-piece h3 {
  margin:
    0
    0
    13px;

  font-size: 27px;
  font-weight: 400;
}


.handmade-piece p {
  margin: 0;

  color: var(--faded);
}


.handmade-piece span {
  display: block;

  margin-top: 16px;

  color: var(--rose);

  font-size: 12px;
  font-style: italic;
}


/* --------------------------------------------------
   WORKROOM
-------------------------------------------------- */

.worktable {
  display: grid;

  grid-template-columns:
    1.2fr
    0.8fr;

  min-height: 660px;

  border-top:
    1px solid var(--rule-dark);

  border-bottom:
    1px solid var(--rule-dark);

  background:
    var(--paper-light);
}


.worktable-photo {
  min-height: 660px;

  padding:
    12px;

  border-right:
    1px solid var(--rule-dark);

  background:
    var(--paper-aged);
}


.worktable-photo img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}


.worktable-copy {
  display: flex;
  flex-direction: column;

  justify-content: center;

  padding:
    clamp(
      35px,
      7vw,
      90px
    );
}


.worktable-copy h2 {
  margin:
    12px
    0
    27px;

  font-size:
    clamp(
      42px,
      6vw,
      70px
    );

  font-weight: 400;
  line-height: 1;
}


.worktable-copy p {
  color: var(--faded);
}


/* --------------------------------------------------
   SHOP ADDRESS
-------------------------------------------------- */

.shop {
  background:
    var(--paper);
}


.shop-layout {
  display: grid;

  grid-template-columns:
    0.72fr
    1.28fr;

  gap:
    clamp(
      35px,
      8vw,
      100px
    );

  align-items: center;
}


.address-label {
  color: var(--rose);

  font-style: italic;
}


.shop-address address {
  margin:
    19px
    0
    30px;

  font-size:
    clamp(
      32px,
      4.5vw,
      50px
    );

  font-style: normal;
  line-height: 1.2;
}


.shop-address > p:last-child {
  color: var(--faded);

  font-style: italic;
}


.shop-photo {
  margin: 0;

  min-height: 560px;

  padding: 8px;

  border:
    1px solid var(--rule-dark);

  background:
    var(--paper-aged);
}


.shop-photo img {
  width: 100%;
  height: 100%;

  min-height: 542px;

  display: block;

  object-fit: cover;
}


.shop-hours {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  margin-top: 65px;

  border-top:
    4px double var(--rule-dark);

  border-bottom:
    4px double var(--rule-dark);
}


.shop-hours div {
  padding:
    18px
    20px;

  border-right:
    1px solid var(--rule);
}


.shop-hours div:last-child {
  border-right: 0;
}


.shop-hours span {
  display: block;

  margin-bottom: 6px;

  color: var(--rose);

  font-size: 12px;
  font-style: italic;
}


.shop-hours strong {
  font-weight: 400;
}


/* --------------------------------------------------
   SCRAPS FROM THE COUNTER
-------------------------------------------------- */

.little-notes {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;

  gap:
    40px;

  padding:
    35px
    clamp(20px, 7vw, 105px)
    100px;

  background:
    var(--paper);
}


.note-card {
  width:
    min(
      310px,
      100%
    );

  min-height: 175px;

  appearance: none;

  border:
    1px solid #a89b82;

  padding:
    25px
    24px;

  background:
    #f3ead5;

  color: #40392f;

  text-align: left;

  cursor: pointer;

  transform:
    rotate(-1.2deg);
}


.note-card:nth-child(2) {
  background:
    #ede9d9;

  transform:
    rotate(0.7deg);
}


.note-card:nth-child(3) {
  background:
    #f0e4dc;

  transform:
    rotate(-0.4deg);
}


.note-card::before {
  content: "";

  display: block;

  width: 22px;

  margin-bottom: 17px;

  border-top:
    1px solid var(--rose);
}


.note-card span {
  color: var(--faded);

  font-size: 12px;
  font-style: italic;
}


.note-card p {
  margin:
    24px
    0
    0;

  font-size: 20px;
  line-height: 1.4;
}


/* --------------------------------------------------
   WRITE — stationery
-------------------------------------------------- */

.write {
  display: grid;

  grid-template-columns:
    1fr
    0.72fr;

  gap:
    clamp(
      45px,
      8vw,
      110px
    );

  align-items: center;

  background:
    var(--paper-aged);

  border-top:
    4px double var(--rule-dark);
}


.write-copy > span {
  color: var(--rose);

  font-size: 13px;
  font-style: italic;
}


.write-copy h2 {
  margin:
    12px
    0
    27px;

  font-size:
    clamp(
      42px,
      7vw,
      73px
    );

  font-weight: 400;
  line-height: 1;
}


.write-copy p {
  max-width: 560px;

  color: var(--faded);
}


.email-button {
  appearance: none;

  margin-top: 19px;

  border: 0;
  border-bottom:
    1px solid var(--ink);

  padding:
    3px
    0;

  background: transparent;

  color: var(--ink);

  cursor: pointer;
}


.email-button::before {
  content: "✉ ";

  color: var(--rose);
}


/* --------------------------------------------------
   ENVELOPE
-------------------------------------------------- */

.letter-illustration {
  min-height: 430px;

  display: flex;

  align-items: center;
  justify-content: center;
}


.envelope {
  position: relative;

  width:
    min(
      380px,
      86vw
    );

  height: 240px;

  border:
    1px solid #9e937f;

  background:
    #f4ecd9;

  transform:
    rotate(1.4deg);
}


.envelope-flap {
  position: absolute;

  inset:
    0
    0
    auto;

  height: 123px;

  background:
    #ede2cd;

  clip-path:
    polygon(
      0 0,
      100% 0,
      50% 100%
    );
}


.envelope-address {
  position: absolute;

  left: 31px;
  bottom: 28px;

  color: #51493f;

  font-size: 17px;
  font-style: italic;

  line-height: 1.45;
}


.pressed-daisy {
  position: absolute;

  right: 30px;
  bottom: 27px;

  color: var(--rose);

  font-size: 35px;

  transform:
    rotate(-11deg);
}


/* --------------------------------------------------
   FOOTER / MAILBOX
-------------------------------------------------- */

footer {
  min-height: 380px;

  display: grid;

  grid-template-columns:
    0.65fr
    1.35fr;

  gap: 50px;

  align-items: end;

  padding:
    65px
    clamp(20px, 7vw, 105px)
    max(
      50px,
      env(safe-area-inset-bottom)
    );

  background:
    var(--paper-light);

  border-top:
    1px solid var(--rule-dark);
}


.footer-mailbox {
  position: relative;

  min-height: 230px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: flex-end;
}


.mailbox-post {
  position: absolute;

  left: 50%;
  bottom: 20px;

  width: 10px;
  height: 135px;

  transform:
    translateX(-50%);

  background:
    #4f5947;
}


/* flatter */

.mailbox {
  position: relative;

  z-index: 2;

  width: 130px;
  height: 85px;

  appearance: none;

  border:
    2px solid #41493d;

  border-radius:
    44px 44px 3px 3px;

  padding: 0;

  background:
    #cdd2c4;

  cursor: pointer;
}


.mailbox-door {
  position: absolute;

  inset: 5px;

  border:
    1px solid #687061;

  border-radius:
    37px 37px 2px 2px;
}


.mail-slot {
  position: absolute;

  left: 50%;
  top: 37px;

  width: 55px;
  height: 4px;

  transform:
    translateX(-50%);

  background:
    #41493d;
}


.mailbox-flag {
  position: absolute;

  right: -15px;
  top: 27px;

  width: 20px;
  height: 5px;

  background:
    #8f5760;

  transform-origin:
    left center;

  transform:
    rotate(-70deg);
}


.footer-mailbox p {
  position: relative;

  z-index: 4;

  color: var(--green);

  font-size: 12px;
  font-style: italic;
}


.footer-address {
  display: flex;
  flex-direction: column;

  padding-bottom: 18px;
}


.footer-address::before {
  content: "❦";

  margin-bottom: 15px;

  color: var(--rose);

  font-size: 21px;
}


.footer-address strong {
  font-size:
    clamp(
      33px,
      5vw,
      56px
    );

  font-weight: 400;
}


.footer-address span {
  margin-top: 11px;

  color: var(--faded);
}


/* --------------------------------------------------
   MOBILE
-------------------------------------------------- */

@media (max-width: 820px) {

  body {
    font-size: 17px;
  }

  .site-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand strong::before,
  .brand strong::after {
    margin:
      0
      7px;
  }


  nav {
    gap:
      6px
      14px;
  }


  .hero,
  .welcome,
  .worktable,
  .shop-layout,
  .write,
  footer {
    grid-template-columns: 1fr;
  }


  .hero {
    min-height: auto;

    padding:
      55px
      17px
      70px;
  }


  .hero-image,
  .hero-image img {
    min-height: 62dvh;
  }


  .welcome {
    padding:
      65px
      17px;
  }

  .welcome::before {
    display: none;
  }


  .season,
  .handmade,
  .shop,
  .write {
    padding-left: 17px;
    padding-right: 17px;
  }


  .flower-card,
  .flower-card.reverse {
    grid-template-columns: 1fr;
  }


  .flower-card.reverse figure,
  .flower-card.reverse .flower-copy {
    grid-column: auto;
    grid-row: auto;
  }


  .flower-card figure,
  .flower-card figure img {
    min-height: 55dvh;
  }


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


  .handmade-piece {
    grid-template-columns:
      125px
      1fr;
  }


  .worktable {
    min-height: auto;
  }


  .worktable-photo {
    min-height: 60dvh;

    border-right: 0;
    border-bottom:
      1px solid var(--rule-dark);
  }


  .shop-photo,
  .shop-photo img {
    min-height: 55dvh;
  }


  .shop-hours {
    grid-template-columns: 1fr;
  }

  .shop-hours div {
    border-right: 0;
    border-bottom:
      1px solid var(--rule);
  }


  .little-notes {
    padding-left: 17px;
    padding-right: 17px;
  }


  .letter-illustration {
    min-height: 320px;
  }


  footer {
    padding-left: 17px;
    padding-right: 17px;
  }


  .footer-address {
    text-align: center;
  }

  .footer-address::before {
    text-align: center;
  }

}