:root {
  --wine: #b04a70;
  --wine-deep: #91324f;
  --forest: #477a67;
  --ink: #312b28;
  --paper: #fffefe;
  --soft: #fcf6f6;
  --line: rgba(41, 37, 34, 0.13);
  --white: #fff;
  --content: 1280px;
  --gutter: 40px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 1180px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }

.announcement {
  height: 34px;
  color: var(--white);
  background: var(--wine-deep);
  font-size: 13px;
  letter-spacing: .06em;
}
.announcement-inner {
  position: relative;
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.announcement p { margin: 0; }
.announcement strong { color: #ffe2a6; }
.announcement small { color: rgba(255,255,255,.76); font-size: 11px; }
.announcement a { position: absolute; right: 0; border-bottom: 1px solid rgba(255,255,255,.5); }

.site-header {
  position: relative;
  z-index: 20;
  height: 92px;
  background: rgba(255,253,250,.98);
  border-bottom: 1px solid var(--line);
}
.site-header-inner {
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 18px;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  box-shadow: 0 8px 28px rgba(27,26,24,.09);
  animation: header-in .28s ease both;
}
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { display: flex; align-items: center; width: max-content; }
.brand-logo { width: 240px; height: auto; }
.main-nav { height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.6vw, 32px); white-space: nowrap; }
.main-nav a { position: relative; display: grid; place-items: center; height: 100%; font-size: 14px; letter-spacing: .035em; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 1px; background: var(--wine); transition: width .25s, left .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.is-menu-open::after { left: 0; width: 100%; }
.main-nav a[data-header-menu][aria-haspopup="true"] { padding-right: 13px; }
.main-nav a[data-header-menu][aria-haspopup="true"]::before { content: ""; position: absolute; right: 0; top: 48%; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-60%) rotate(45deg); transition: transform .2s; }
.main-nav a.is-menu-open::before { transform: translateY(-10%) rotate(225deg); }
.header-actions { display: flex; align-items: center; gap: 18px; white-space: nowrap; font-size: 12px; }
.header-actions > a:not(.header-contact):hover { color: var(--wine); }
.header-contact { padding: 10px 16px; color: var(--white); background: var(--forest); }
.header-submenu { position: absolute; top: 100%; left: 0; right: 0; color: var(--ink); background: rgba(255,254,254,.99); border-top: 1px solid rgba(135,126,118,.1); border-bottom: 1px solid var(--line); box-shadow: 0 10px 22px rgba(35,31,29,.08); }
.header-submenu-inner { width: min(calc(100% - (var(--gutter) * 2)), var(--content)); min-height: 54px; margin: 0 auto; padding: 0; }
.header-submenu-heading, .header-submenu-close { display: none; }
.header-submenu-links { min-height: 54px; display: flex; align-items: stretch; justify-content: center; }
.header-submenu-link { position: relative; min-height: 54px; padding: 0 clamp(20px, 2.25vw, 36px); display: inline-flex; align-items: center; justify-content: center; color: #514944; background: transparent; font-size: 13px; line-height: 1.5; letter-spacing: .045em; transition: color .2s; }
.header-submenu-link + .header-submenu-link::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 1px; background: var(--line); }
.header-submenu-link::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 10px; height: 1px; background: var(--wine); transition: left .2s, right .2s; }
.header-submenu-link:hover, .header-submenu-link:focus-visible { color: var(--wine); }
.header-submenu-link:hover::after, .header-submenu-link:focus-visible::after { left: clamp(20px, 2.25vw, 36px); right: clamp(20px, 2.25vw, 36px); }
.header-submenu-link b { display: none; }

.hero {
  position: relative;
  min-height: 560px;
  height: 560px;
  overflow: hidden;
  color: var(--white);
  background: #c79387 url("hero-flowerfarm.webp") center center / cover no-repeat;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(102,39,60,.54) 0%, rgba(102,39,60,.28) 36%, rgba(102,39,60,.01) 70%); }
.hero::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -90px 120px rgba(55,27,34,.09); pointer-events: none; }
.hero-content { position: relative; z-index: 3; width: min(calc(100% - (var(--gutter) * 2)), var(--content)); margin: 0 auto; padding: 40px 0 116px; }
.eyebrow { margin: 0 0 24px; font: 500 12px/1.2 Georgia, "Times New Roman", serif; letter-spacing: .3em; }
.eyebrow.wine { color: var(--wine); }
.hero h1 { margin: 0; font: 500 clamp(50px, 3.7vw, 64px)/1.22 var(--serif); letter-spacing: .09em; text-shadow: 0 3px 20px rgba(0,0,0,.18); }
.hero-copy { margin: 18px 0 0; font-family: var(--serif); font-size: 16px; line-height: 1.85; letter-spacing: .07em; }
.hero-buttons { margin-top: 24px; display: flex; gap: 12px; }
.button { min-width: 210px; min-height: 54px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 14px; letter-spacing: .06em; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--wine); }
.button-primary:hover { background: var(--wine-deep); }
.button-quiet { border: 1px solid rgba(255,255,255,.72); color: var(--white); background: rgba(92,31,49,.12); backdrop-filter: blur(6px); }
.button-light { color: var(--forest); background: var(--white); }
.season-card {
  position: absolute;
  z-index: 4;
  right: max(var(--gutter), calc((100vw - var(--content)) / 2));
  top: 20px;
  width: 310px;
  padding: 18px 21px 15px;
  color: var(--ink);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
}
.season-card > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.season-card p { margin: 0; color: var(--wine); font: 10px/1 Georgia, serif; letter-spacing: .18em; }
.season-card span { font-family: var(--serif); font-size: 14px; }
.season-card > a { display: inline-block; margin-right: 16px; font-size: 14px; }
.season-card > a::after { content: " →"; color: var(--wine); }
.hero-image-note { position: absolute; z-index: 4; right: max(var(--gutter), calc((100vw - var(--content)) / 2)); bottom: 96px; color: rgba(255,255,255,.74); font-size: 10px; letter-spacing: .06em; text-shadow: 0 1px 5px rgba(0,0,0,.4); }
.quick-finder {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  transform: translateX(-50%);
  bottom: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1.45fr repeat(5, 1fr);
  color: var(--ink);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
}
.quick-heading, .quick-finder > a { padding: 14px 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.quick-heading { padding-left: 30px; background: var(--forest); color: var(--white); }
.quick-heading span { margin-bottom: 10px; font: 9px/1 Georgia, serif; letter-spacing: .2em; color: rgba(255,255,255,.64); }
.quick-heading strong { font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .08em; }
.quick-finder > a { position: relative; transition: color .25s, background .25s; }
.quick-finder > a:hover { color: var(--white); background: var(--wine); }
.quick-finder > a b { margin-bottom: 6px; color: var(--wine); font: 10px/1 Georgia, serif; }
.quick-finder > a:hover b { color: #f2c8d3; }
.quick-finder > a span { font-family: var(--serif); font-size: 16px; letter-spacing: .05em; }
.quick-finder > a::after { content: "↗"; position: absolute; right: 17px; bottom: 16px; font-size: 12px; opacity: .45; }

.notice-strip { min-height: 64px; border-bottom: 1px solid var(--line); background: var(--white); }
.notice-inner { width: min(calc(100% - (var(--gutter) * 2)), var(--content)); min-height: 64px; margin: 0 auto; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: start; }
.notice-label { min-height: 64px; display: flex; align-items: center; gap: 22px; font-family: var(--serif); font-size: 14px; }
.notice-label span { color: var(--wine); font: 10px/1 Georgia, serif; letter-spacing: .15em; }
.notice-list { min-width: 0; margin: 0; padding: 0; list-style: none; }
.notice-list li { border-bottom: 1px solid var(--line); }
.notice-list li:last-child { border-bottom: 0; }
.notice-list:not(.is-open) li:nth-child(n+2) { display: none; }
.notice-entry { min-height: 64px; padding: 12px 24px 12px 0; display: flex; align-items: center; gap: 24px; font-size: 14px; }
a.notice-entry:hover .notice-title, a.notice-entry:focus-visible .notice-title { color: var(--wine); }
.notice-entry time { flex: 0 0 84px; color: #8b857f; font: 11px/1.3 Georgia, serif; letter-spacing: .06em; }
.notice-title { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color .2s; }
.notice-entry-arrow { margin-left: auto; color: var(--wine); font-size: 12px; }
.notice-toggle { min-height: 64px; margin: 0; padding: 0 0 0 24px; display: inline-flex; align-items: center; gap: 12px; border: 0; color: var(--ink); background: transparent; font: 12px/1.4 var(--sans); cursor: pointer; }
.notice-toggle:hover, .notice-toggle:focus-visible { color: var(--wine); }
.notice-toggle-arrow { font-size: 14px; transition: transform .25s; }
.notice-toggle[aria-expanded="true"] .notice-toggle-arrow { transform: rotate(180deg); }

.section { padding: 96px var(--gutter); }
.section-heading { max-width: var(--content); margin: 0 auto 50px; display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.section-heading h2 { margin: 0; font: 500 clamp(38px, 3.5vw, 58px)/1.45 var(--serif); letter-spacing: .08em; }
.section-heading > p { margin: 0 2vw 8px 0; color: #625e59; line-height: 2; letter-spacing: .04em; }
.section-heading-row { align-items: center; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; letter-spacing: .05em; }

.occasions { padding-top: 64px; padding-bottom: 68px; background: var(--paper); }
.occasions .section-heading { margin-bottom: 36px; }
.occasion-feature-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.occasion-feature { position: relative; height: 430px; overflow: hidden; color: var(--white); background: #777; }
.occasion-feature img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.occasion-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(61,34,41,.52), transparent 60%); }
.occasion-feature:hover img { transform: scale(1.035); }
.occasion-copy { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 28px; }
.occasion-copy p { margin: 0 0 10px; font: 10px/1 Georgia, serif; letter-spacing: .22em; }
.occasion-copy h3 { margin: 0 0 11px; font: 500 30px/1.4 var(--serif); letter-spacing: .08em; }
.occasion-copy > span { display: flex; justify-content: space-between; align-items: center; max-width: 420px; border-top: 1px solid rgba(255,255,255,.5); padding-top: 12px; font-size: 14px; }
.occasion-copy b { font-size: 20px; font-weight: 400; }
.image-note { position: absolute; z-index: 2; top: 18px; right: 20px; padding: 3px 8px; background: rgba(0,0,0,.35); color: rgba(255,255,255,.9); font-size: 10px; letter-spacing: .04em; }
.occasion-links { max-width: var(--content); margin: 18px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.occasion-links a { min-height: 78px; padding: 14px 20px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .2s, color .2s; }
.occasion-links a:hover { color: var(--white); background: var(--wine); }
.occasion-links span { font-family: var(--serif); font-size: 17px; }
.occasion-links b { color: var(--wine); font: 9px/1 Georgia, serif; letter-spacing: .12em; }
.occasion-links a:hover b { color: #f1ced8; }

.products { padding-top: 58px; background: var(--soft); }
.products .section-heading { margin-bottom: 38px; }
.product-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2vw, 28px); }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; aspect-ratio: 1 / 1.06; overflow: hidden; background: var(--white); }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-image:hover img { transform: scale(1.03); }
.product-image > span { position: absolute; left: 0; top: 0; padding: 7px 13px; color: var(--white); background: var(--wine); font-size: 11px; letter-spacing: .08em; }
.product-meta { margin-top: 20px; display: flex; justify-content: space-between; color: #7c7771; font: 9px/1.4 Georgia, serif; letter-spacing: .14em; }
.product-card h3 { margin: 10px 0 9px; font: 500 19px/1.55 var(--serif); letter-spacing: .04em; }
.product-card h3 a:hover { color: var(--wine); }
.product-card > p { min-height: 50px; margin: 0; color: #66615c; font-size: 13px; line-height: 1.75; }
.product-bottom { margin-top: 19px; padding-top: 15px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.product-bottom strong { font: 500 20px/1 Georgia, serif; }
.product-bottom strong small { margin-left: 3px; font: 11px/1 var(--sans); }
.product-bottom > a { font-size: 12px; border-bottom: 1px solid currentColor; }

.type-showcase { min-height: 0; padding-top: 64px; padding-bottom: 64px; color: var(--white); background: var(--forest); }
.type-showcase-inner { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 270px 1fr; gap: 44px; }
.type-intro { align-self: center; }
.type-intro h2 { margin: 0 0 18px; font: 500 42px/1.4 var(--serif); letter-spacing: .08em; }
.type-intro > p:not(.eyebrow) { max-width: 360px; margin: 0 0 24px; color: rgba(255,255,255,.76); line-height: 1.9; }
.type-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.type-card {
  position: relative;
  min-height: 176px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  background: #3f6f5e;
  isolation: isolate;
  transition: transform .25s, border-color .25s;
}
.type-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(48,96,78,.99) 0%, rgba(48,96,78,.95) 34%, rgba(48,96,78,.68) 54%, rgba(48,96,78,.12) 100%);
  pointer-events: none;
}
.type-card:hover, .type-card:focus-visible { transform: translateY(-2px); border-color: rgba(255,255,255,.62); }
.type-card-image { position: absolute; z-index: 0; right: 0; top: 0; width: 62%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease, filter .35s; }
.type-card:hover .type-card-image, .type-card:focus-visible .type-card-image { transform: scale(1.045); filter: saturate(1.08) brightness(1.04); }
.type-card-copy { position: relative; z-index: 2; width: 76%; display: flex; flex-direction: column; gap: 15px; }
.type-card small { font: 10px/1.2 Georgia, serif; letter-spacing: .13em; color: rgba(255,255,255,.68); }
.type-card b { padding-right: 18px; font: 500 20px/1.5 var(--serif); letter-spacing: .05em; }
.type-card-long .type-card-copy { width: 88%; gap: 10px; }
.type-card-long b { font-size: 16px; line-height: 1.55; }
.type-card-arrow { position: absolute; z-index: 2; right: 20px; bottom: 22px; font-size: 16px; opacity: .78; }

.service-promise { padding-top: 58px; background: var(--paper); }
.service-promise .section-heading { margin-bottom: 38px; }
.promise-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.promise-grid > a { min-height: 295px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: color .25s, background .25s; }
.promise-grid > a:hover { color: var(--white); background: var(--wine); }
.promise-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font: 11px/1 Georgia, serif; }
.promise-grid > a:hover .promise-number { color: var(--white); border-color: rgba(255,255,255,.6); }
.promise-grid h3 { margin: 29px 0 12px; font: 500 20px/1.5 var(--serif); }
.promise-grid p { min-height: 72px; margin: 0 0 17px; color: #68635e; font-size: 13px; line-height: 1.85; }
.promise-grid > a:hover p { color: rgba(255,255,255,.78); }
.promise-grid b { color: var(--wine); font: 10px/1 var(--sans); letter-spacing: .08em; }
.promise-grid > a:hover b { color: var(--white); }

.closing-banner { min-height: 0; padding: 42px var(--gutter); color: var(--white); background: linear-gradient(110deg, rgba(145,50,79,.88), rgba(176,74,112,.62)), url("hero-flowerfarm.webp") center 58% / cover no-repeat; }
.closing-inner { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 330px minmax(0, 1fr); align-items: center; gap: 54px; }
.closing-banner h2 { margin: 0; font: 500 36px/1.55 var(--serif); letter-spacing: .08em; }
.blog-all { display: inline-block; margin-top: 22px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 12px; letter-spacing: .06em; }
.blog-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.34); }
.blog-list li { border-bottom: 1px solid rgba(255,255,255,.34); }
.blog-list a { min-height: 50px; padding: 9px 8px; display: grid; grid-template-columns: 106px minmax(0, 1fr) 20px; align-items: center; gap: 18px; transition: background .2s; }
.blog-list a:hover, .blog-list a:focus-visible { background: rgba(255,255,255,.12); }
.blog-list time { font: 10px/1.2 Georgia, serif; letter-spacing: .08em; color: rgba(255,255,255,.72); }
.blog-list span { overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.blog-list b { font-size: 13px; font-weight: 400; opacity: .72; }

.site-footer { color: #f7f4f1; background: #3b554b; }
.footer-top { position: relative; width: min(calc(100% - (var(--gutter) * 2)), var(--content)); margin: 0 auto; padding: 42px 0 30px; display: grid; grid-template-columns: 1fr 1.45fr; gap: 80px; }
.footer-brand { align-self: start; padding: 0; color: var(--white); background: transparent; }
.brand-footer .brand-logo { width: 280px; }
.footer-brand > p { margin: 16px 0 0; color: #d7e2dc; font-size: 13px; line-height: 1.75; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; gap: 7px; }
.footer-links b { margin-bottom: 3px; color: var(--white); font-family: var(--serif); font-size: 15px; }
.footer-links a { width: max-content; color: #c1cbc5; font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.to-top { position: absolute; right: 0; top: -24px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--wine); font-size: 19px; }
.footer-bottom { width: min(calc(100% - (var(--gutter) * 2)), var(--content)); min-height: 48px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #aab7b0; font-size: 10px; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-height: 760px) {
  .hero { min-height: 540px; height: 540px; }
  .hero-content { padding-top: 32px; padding-bottom: 110px; }
  .hero h1 { font-size: 50px; }
  .season-card { top: 14px; }
}
