:root {
  color-scheme: light;
  --cream: #fff8eb;
  --cream-strong: #f7e6c7;
  --ink: #2e241f;
  --muted: #6f5b50;
  --green: #496a4f;
  --rose: #a94e56;
  --white: #fffdf8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
}

a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 45%, transparent); text-underline-offset: .18em; }
img { display: block; max-width: 100%; height: auto; }

.hero {
  min-height: min(820px, 84svh);
  padding: clamp(1rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 15% 15%, #f6cbd0 0, transparent 28rem),
    radial-gradient(circle at 80% 5%, #d9e7c2 0, transparent 24rem),
    linear-gradient(135deg, #fff8eb 0%, #fff3df 58%, #f5ead0 100%);
}

.topbar, .hero-grid, .section, .visit-section, .faq-section, .contact, .footer {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 0 2rem;
}
.brand { font-weight: 800; text-decoration: none; }
.navlinks { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; color: var(--muted); font-size: .95rem; }
.navlinks a { text-decoration: none; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.hero-copy h1 {
  max-width: 9ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 2.45rem + 3.4vw, 4.25rem);
  line-height: .86;
  letter-spacing: -.07em;
}
.hero-copy > p:not(.eyebrow):not(.hero-note) { max-width: 34rem; font-size: clamp(1.1rem, 2vw, 1.45rem); color: var(--muted); }
.eyebrow, .section-index {
  margin: 0 0 .75rem;
  color: var(--rose);
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: .78rem;
}
.hero-card {
  position: relative;
  justify-self: end;
  width: min(100%, 34rem);
  margin: 0;
}
.hero-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 68% 42%;
  border-radius: 40% 60% 46% 54% / 52% 44% 56% 48%;
  box-shadow: 0 2rem 5rem rgb(76 52 38 / 18%);
}
.hero-mark {
  position: absolute;
  right: -1.3rem;
  bottom: 1.4rem;
  display: grid;
  gap: .2rem;
  width: min(16rem, 62%);
  padding: 1rem 1.1rem;
  color: var(--ink);
  background: rgb(255 253 248 / 88%);
  border: 1px solid rgb(46 36 31 / 10%);
  border-radius: 1.4rem;
  box-shadow: 0 1rem 2.5rem rgb(76 52 38 / 18%);
  backdrop-filter: blur(10px);
  transform: rotate(-3deg);
}
.mark-kicker {
  color: var(--green);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mark-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
}
.actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero-note {
  margin: 1rem 0 0;
  color: var(--green);
  font-size: .85rem;
  font-weight: 800;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .75rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  background: rgb(255 255 255 / 38%);
}
.button.primary { background: var(--green); color: var(--white); border-color: var(--green); }
.notice-banner {
  width: 100%;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 50%, rgb(255 253 248 / 40%) 0, transparent 18rem),
    linear-gradient(135deg, #f8bac6 0%, #ffd5cf 52%, #f6e1aa 100%);
  border-block: 1px solid rgb(182 91 98 / 18%);
  box-shadow: 0 .8rem 2rem rgb(76 52 38 / 8%);
}
.notice-banner-inner {
  display: grid;
  gap: .35rem;
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}
.notice-banner .eyebrow {
  margin: 0;
}
.notice-banner h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .95;
  letter-spacing: -.04em;
}
.notice-banner p:not(.eyebrow) {
  margin: 0;
  color: var(--green);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 900;
}


.section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(15rem, .72fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  padding: clamp(4rem, 9vw, 7rem) 0;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.section:nth-child(even) .section-copy { order: 2; }
.section h2, .contact h2, .gallery h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .94;
  letter-spacing: -.045em;
}
.section-copy p:not(.section-index) { color: var(--muted); font-size: 1.05rem; }
.section-copy .section-index {
  font-size: .78rem;
  line-height: 1.3;
}
.flower-list {
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}
.flower-list li::before { content: "❀"; color: var(--rose); margin-right: .55rem; }
.section-media { display: grid; gap: 1rem; align-content: center; }
.section-media img, .shop-image {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 1rem 3rem rgb(76 52 38 / 12%);
}
.feature-image {
  object-fit: cover;
}
.feature-image-1 {
  aspect-ratio: 1 / 1;
}
.feature-image-2 {
  aspect-ratio: 5 / 4;
}
.feature-image-3 {
  aspect-ratio: 4 / 5;
}
.section-media img:nth-child(2) {
  width: 82%;
  justify-self: end;
}
.feature-action {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 1.4rem;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid color-mix(in srgb, var(--green) 28%, transparent);
}

.faq-section {
  padding: clamp(4rem, 8vw, 6rem) 0;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.faq-section h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.5vw, 4.1rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.faq-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.faq-list details {
  padding: 1.15rem;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  border-radius: 1.2rem;
  background: color-mix(in srgb, var(--white) 78%, transparent);
}
.faq-list summary {
  cursor: pointer;
  color: var(--green);
  font-weight: 900;
}
.faq-list p {
  margin: .85rem 0 0;
  color: var(--muted);
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(16rem, .75fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: stretch;
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.visit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 3rem);
  background: rgb(255 253 248 / 72%);
  border-radius: 1.6rem;
  box-shadow: 0 .8rem 2rem rgb(76 52 38 / 8%);
}
.visit-copy h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.visit-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}
.shop-image {
  aspect-ratio: 1 / 1;
}
.map-shell {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  height: clamp(20rem, 30vw, 23rem);
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 0 .8rem 2rem rgb(76 52 38 / 8%);
}
.map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  border: 0;
  pointer-events: none;
}
.map-highlight {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  background: rgb(255 253 248 / 90%);
  border-radius: 999px;
  box-shadow: 0 .5rem 1.4rem rgb(76 52 38 / 14%);
}
.map-inset {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(16rem, 34vw);
  margin: 0;
  overflow: hidden;
  background: var(--cream);
  border: .35rem solid rgb(255 253 248 / 92%);
  border-radius: 1rem;
  box-shadow: 0 .8rem 2rem rgb(76 52 38 / 18%);
}
.map-inset img {
  display: block;
  width: 100%;
  aspect-ratio: 13 / 9;
  object-fit: cover;
}
.map-inset figcaption {
  padding: .45rem .6rem .55rem;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
}



.contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: clamp(3rem, 7vw, 5rem);
  background: var(--green);
  color: var(--white);
  border-radius: 2rem;
}
.contact address { font-style: normal; }
.contact-help {
  max-width: 24rem;
  color: var(--cream);
}
.hours-notice {
  margin-bottom: 1.4rem;
  padding: 1rem;
  color: var(--ink);
  background: var(--cream);
  border-radius: 1rem;
}
.contact .hours-notice .eyebrow {
  margin-bottom: .35rem;
  color: var(--rose);
}
.hours-notice p {
  margin: 0 0 .25rem;
}

.hours { display: grid; gap: .6rem; margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.hours dt { font-weight: 800; }
.hours dd { margin: 0; color: var(--white); }
.contact .eyebrow { color: var(--cream); }
.socials { padding-left: 1rem; }

.gallery {
  width: min(1800px, calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 7rem) 0;
}
.gallery .section-heading {
  width: min(1120px, 100%);
  margin-inline: auto;
}
.section-heading { max-width: 42rem; margin-bottom: 2rem; }
.gallery-intro {
  color: var(--muted);
  font-size: 1.05rem;
}
.gallery-grid {
  columns: 16rem;
  column-gap: 1rem;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin: 0 0 1rem;
  break-inside: avoid;
  border-radius: 1.2rem;
  box-shadow: 0 1rem 3rem rgb(76 52 38 / 12%);
}
.gallery-grid img:nth-child(5n + 2) {
  aspect-ratio: 1 / 1;
}
.gallery-grid img:nth-child(5n + 3) {
  aspect-ratio: 5 / 4;
}
.gallery-grid img:nth-child(5n + 4) {
  aspect-ratio: 3 / 4;
}
.gallery-grid img:nth-child(5n) {
  aspect-ratio: 4 / 3;
}

.contact-actions,
.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
  margin-top: 1.4rem;
}
.contact-button {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}
.contact-button.secondary {
  background: transparent;
  border-color: rgb(255 255 255 / 55%);
  color: var(--white);
}
.gallery-actions > a:not(.button),
.gallery-home-link {
  font-weight: 800;
}
.gallery-page-header {
  background:
    radial-gradient(circle at 15% 20%, #f6cbd0 0, transparent 26rem),
    radial-gradient(circle at 86% 0, #d9e7c2 0, transparent 28rem),
    linear-gradient(135deg, #fff8eb 0%, #fff3df 58%, #f5ead0 100%);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}
.gallery-page-intro {
  width: min(1120px, calc(100% - 2rem));
  margin: clamp(3rem, 8vw, 6rem) auto 0;
}
.gallery-page-intro h1 {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: .94;
  letter-spacing: -.04em;
}
.gallery-page-intro > p:not(.eyebrow) {
  max-width: 38rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--muted);
}
.gallery-page {
  width: min(1800px, calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}
.gallery-page-summary {
  width: min(1120px, 100%);
  margin: 0 auto 2rem;
}
.gallery-page-summary h2 {
  margin-bottom: .35rem;
}
.gallery-page-summary p {
  margin: 0;
  color: var(--muted);
}
.gallery-sentinel {
  height: 1px;
}
.gallery-grid[aria-busy="true"] + .gallery-sentinel + .pagination [data-gallery-status]::before {
  display: inline-block;
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
  border: 2px solid var(--rose);
  border-right-color: transparent;
  border-radius: 999px;
  content: "";
  animation: gallery-loading .7s linear infinite;
}
@keyframes gallery-loading {
  to { transform: rotate(360deg); }
}
.pagination.is-enhanced [data-gallery-next][aria-disabled="true"] {
  opacity: .55;
  pointer-events: none;
}
.pagination.has-error [data-gallery-status] {
  max-width: 34rem;
  color: var(--rose);
  text-align: center;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.pagination[hidden] {
  display: none;
}
.pagination span {
  font-weight: 800;
}
.gallery-footer {
  margin-top: 0;
}
.mobile-contact-bar {
  display: none;
}
.mobile-contact-bar[hidden] {
  display: none;
}

.admin-page {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 5rem) 0;
}
.admin-header {
  max-width: 58rem;
  margin-bottom: 2rem;
}
.admin-header h1 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .9;
  letter-spacing: -.06em;
}
.admin-header code, .admin-card code, .admin-empty code {
  padding: .12rem .3rem;
  border-radius: .4rem;
  background: rgb(46 36 31 / 8%);
}
.admin-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.5rem 0 0;
}
.admin-stats div {
  min-width: 7rem;
  padding: .8rem 1rem;
  background: var(--cream);
  border-radius: 1rem;
}
.admin-stats dt {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.admin-stats dd {
  margin: .15rem 0 0;
  font-size: 1.8rem;
  font-weight: 900;
}
.admin-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}
.admin-card {
  overflow: hidden;
  background: rgb(255 253 248 / 82%);
  border: 1px solid rgb(46 36 31 / 10%);
  border-radius: 1.4rem;
  box-shadow: 0 1rem 3rem rgb(76 52 38 / 10%);
}
.admin-card.is-ignored {
  opacity: .48;
}
.admin-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.admin-card-copy {
  display: grid;
  gap: .6rem;
  padding: 1rem;
}
.admin-card-copy h2 {
  margin: 0;
  font-size: 1.1rem;
}
.admin-card-copy p {
  margin: 0;
}
.admin-card-state {
  color: var(--rose);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.admin-card-id {
  color: var(--muted);
}
.admin-card-form {
  margin: .25rem 0 0;
}
.admin-card-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.admin-empty {
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--cream);
  border-radius: 2rem;
}

.footer { padding: 2rem 0 3rem; color: var(--muted); }

@media (min-width: 960px) {
  .hero {
    min-height: min(900px, 90svh);
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
  }
  .topbar {
    padding-bottom: clamp(3rem, 5vw, 4.5rem);
  }
  .hero-grid {
    gap: clamp(4rem, 8vw, 7rem);
    padding-block: clamp(1.5rem, 4vw, 3rem);
  }
  .hero-copy h1 {
    font-size: clamp(4.75rem, 3rem + 3vw, 6.25rem);
  }
}

@media (max-width: 959px) {
  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .75rem;
    padding: .25rem 0 1.75rem;
  }
  .navlinks {
    width: 100%;
    flex-wrap: nowrap;
    gap: .5rem;
    padding-bottom: .25rem;
    overflow-x: auto;
    font-size: .875rem;
    scrollbar-width: none;
  }
  .navlinks::-webkit-scrollbar { display: none; }
  .navlinks a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 2.75rem;
    padding: .5rem .75rem;
    background: rgb(255 253 248 / 52%);
    border: 1px solid rgb(46 36 31 / 10%);
    border-radius: 999px;
  }
  .hero-grid, .section, .visit-section, .faq-list, .contact { grid-template-columns: 1fr; }
  .section:nth-child(even) .section-copy { order: initial; }
  .hero-card { justify-self: start; }
  .hero-mark { right: .8rem; bottom: .8rem; }
  .map-shell {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .map-frame {
    min-height: 0;
  }
  .map-highlight {
    top: .65rem;
    left: .65rem;
    max-width: calc(100% - 1.3rem);
    padding: .55rem .7rem;
    font-size: .72rem;
    white-space: normal;
  }
  .map-inset {
    right: .65rem;
    bottom: .65rem;
    width: 7.5rem;
    border-width: .25rem;
    border-radius: .8rem;
  }
  .map-inset figcaption {
    padding: .35rem .4rem .42rem;
    font-size: .62rem;
  }
}

@media (max-width: 679px) {
  .hero-copy .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
  }
  .hero-copy .button {
    width: 100%;
    line-height: 1.25;
    text-align: center;
  }
  .contact { padding: 2rem; }
  body.has-mobile-contact-bar {
    padding-bottom: 5rem;
  }
  .contact-actions,
  .gallery-actions,
  .gallery-page-intro .actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact-actions .button,
  .gallery-actions .button,
  .gallery-page-intro .button {
    width: 100%;
    text-align: center;
  }
  .mobile-contact-bar:not([hidden]) {
    position: fixed;
    z-index: 80;
    right: .65rem;
    bottom: .65rem;
    left: .65rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    padding: .5rem;
    background: rgb(255 253 248 / 94%);
    border: 1px solid rgb(46 36 31 / 14%);
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgb(46 36 31 / 24%);
    backdrop-filter: blur(12px);
  }
  .mobile-contact-bar a {
    display: grid;
    place-items: center;
    min-height: 3rem;
    padding: .55rem;
    border-radius: .7rem;
    background: var(--green);
    color: var(--white);
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .mobile-contact-bar a + a {
    background: var(--rose);
  }
}

@media (min-width: 680px) and (max-width: 959px) {
  .hero-copy .actions {
    display: grid;
    grid-template-columns: repeat(2, max-content);
  }
  .contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact > :first-child { grid-column: 1 / -1; }
}
