:root {
  --paper: #f3efe7;
  --ink: #30271f;
  --accent: #8d594f;
  --line: rgba(48, 39, 31, .25);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.selector-page {
  min-height: 100vh;
  padding: 6vw;
  background: #ece7dd;
}
.selector-header { max-width: 720px; margin-bottom: 5vw; }
.eyebrow, .kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
.selector-header h1 {
  margin: 14px 0;
  font: 400 clamp(44px, 7vw, 90px)/.95 var(--serif);
}
.selector-header > p:last-child { max-width: 590px; color: #6e6257; line-height: 1.7; }
.concept-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5vw 2.5vw; }
.concept-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 190px; border-top: 1px solid #998e81; padding-top: 12px; }
.concept-number { position: absolute; top: 24px; left: 18px; z-index: 1; color: white; font-size: 11px; letter-spacing: .15em; }
.concept-image { aspect-ratio: 1.35; overflow: hidden; background: #ddd; }
.concept-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.concept-card:hover .concept-image img { transform: scale(1.025); }
.concept-copy { padding: 18px 0 0 22px; }
.concept-copy h2 { margin: 0 0 12px; font: 400 28px/1.05 var(--serif); }
.concept-copy p { color: #706359; font-size: 13px; line-height: 1.6; }
.concept-copy span { display: inline-block; margin-top: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.card-b { --paper: #3e1e17; }
.card-b .concept-image { filter: saturate(.8); }
.card-c .concept-image img { object-position: center 43%; }
.card-d .concept-image { aspect-ratio: 1.8; margin-top: 12%; }
.card-d .concept-image img { filter: grayscale(.3); }

.demo-switcher {
  position: fixed; z-index: 20; bottom: 18px; left: 50%; transform: translateX(-50%);
  width: min(520px, calc(100% - 30px)); padding: 9px 10px 9px 16px;
  display: flex; align-items: center; justify-content: space-between;
  color: #f7f1e9; background: rgba(35, 29, 24, .9); backdrop-filter: blur(12px);
  border-radius: 2px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
}
.demo-switcher > div { display: flex; gap: 3px; }
.demo-switcher [data-concept] { display: grid; place-items: center; width: 35px; height: 30px; border: 1px solid transparent; }
.demo-switcher [aria-current="page"] { border-color: rgba(255,255,255,.65); }
.announcement { padding: 9px 20px; text-align: center; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.site-header { height: 94px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.wordmark strong { font: 400 28px/1 var(--serif); letter-spacing: .03em; }
.wordmark span { margin-top: 5px; font-size: 8px; text-transform: uppercase; letter-spacing: .3em; }
.site-header nav { display: flex; gap: 36px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.header-cta, .primary-button { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.header-cta { border-bottom: 1px solid; padding-bottom: 5px; }
.menu-button { display: none; border: 0; background: none; }
.hero { height: calc(100vh - 122px); min-height: 620px; position: relative; overflow: hidden; }
.hero-image { position: absolute; inset: 0 0 0 43%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, transparent 35%); }
.hero-image img { height: 100%; object-fit: cover; }
.hero-copy { position: relative; z-index: 1; width: 52%; padding: 15vh 0 0 8vw; }
.hero-copy h1 { max-width: 670px; margin: 20px 0 28px; font: 400 clamp(62px, 7.5vw, 118px)/.86 var(--serif); letter-spacing: -.035em; }
.intro { max-width: 430px; font-size: 14px; line-height: 1.75; }
.primary-button { display: inline-flex; gap: 48px; margin-top: 30px; padding: 16px 18px; border: 1px solid var(--ink); }
.side-note { position: absolute; right: 22px; top: 50%; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-note { position: absolute; bottom: 30px; left: 8vw; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.scroll-note span { margin-left: 12px; }
.preview-section { min-height: 100vh; padding: 11vw 8vw; }
.preview-heading h2 { max-width: 820px; margin: 12px 0 65px; font: 400 clamp(48px, 6vw, 90px)/.95 var(--serif); }
.preview-cards { display: grid; grid-template-columns: .8fr 1fr; align-items: start; gap: 8vw; }
.preview-cards article:first-child { margin-top: 9vw; }
.preview-cards img { aspect-ratio: 4/5; object-fit: cover; }
.preview-cards p { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.preview-cards h3 { margin: 18px 0 13px; font: 400 clamp(24px, 2.6vw, 42px)/1.05 var(--serif); }
.preview-cards a, .text-link { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; border-bottom: 1px solid; padding-bottom: 5px; }
.wedding-feature { display: grid; grid-template-columns: 58% 42%; min-height: 85vh; background: #dcd3c6; }
.feature-image { min-height: 650px; overflow: hidden; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-copy { align-self: center; padding: 8vw; }
.feature-copy h2, .flavor-section h2, .everyday-section h2, .inquiry-section h2 {
  margin: 18px 0 28px; font: 400 clamp(48px, 5.8vw, 88px)/.95 var(--serif);
}
.feature-copy > p:not(.kicker), .everyday-section > div > p:last-child, .inquiry-section > p:not(.kicker) {
  max-width: 460px; font-size: 14px; line-height: 1.75;
}
.feature-copy .text-link { display: inline-block; margin-top: 25px; }
.flavor-section { padding: 11vw 8vw; }
.flavor-section header { max-width: 900px; margin-bottom: 7vw; }
.flavor-list { border-top: 1px solid var(--line); }
.flavor-list article { display: grid; grid-template-columns: 60px 1fr 260px; gap: 25px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.flavor-list span, .roll-list span { font-size: 10px; letter-spacing: .15em; }
.flavor-list h3 { margin: 0; font: 400 clamp(20px, 2.2vw, 34px)/1.2 var(--serif); }
.flavor-list p { margin: 0; color: color-mix(in srgb, var(--ink) 65%, transparent); font-size: 12px; }
.everyday-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; padding: 10vw 8vw; background: #3a3028; color: #f2ede5; }
.roll-list { align-self: end; border-top: 1px solid rgba(255,255,255,.3); }
.roll-list p { display: flex; gap: 30px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.3); font: 400 24px/1.2 var(--serif); }
.inquiry-section { min-height: 80vh; padding: 11vw 8vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.inquiry-section h2 { max-width: 850px; }

/* 02 — richer, expressive, and closer to the playful confidence of the reference. */
.concept-b { --paper: #4b221b; --ink: #f4eadc; --accent: #d4a0a2; --line: rgba(244,234,220,.25); }
.concept-b .announcement { background: #d19a9c; color: #4b221b; }
.concept-b .site-header { position: absolute; top: 27px; left: 0; right: 0; }
.concept-b .hero { height: 100vh; }
.concept-b .hero-image { inset: 0; }
.concept-b .hero-image::after { background: linear-gradient(90deg, rgba(50,19,14,.8), rgba(50,19,14,.05) 70%); }
.concept-b .hero-image img { object-position: 72% center; }
.concept-b .hero-copy { padding-top: 25vh; }
.concept-b .hero-copy h1 { text-transform: uppercase; font-family: "Prata", serif; font-size: clamp(55px, 7.4vw, 110px); }
.concept-b .hero-copy h1 em { color: var(--accent); text-transform: none; font-size: .85em; }
.concept-b .primary-button { background: var(--ink); color: #4b221b; border-color: var(--ink); border-radius: 50%; padding: 24px 30px; }
.concept-b .preview-section { background: #e3b5ae; color: #4b221b; }

/* 03 — airy, romantic, and deliberately soft. */
.concept-c { --paper: #f5e9e5; --ink: #663f3d; --accent: #a06c6e; --line: rgba(102,63,61,.2); }
.concept-c .site-shell { margin: 16px; border: 1px solid var(--line); }
.concept-c .hero { height: calc(100vh - 154px); }
.concept-c .hero-image { inset: 5% 5% 5% 50%; border-radius: 48% 48% 3px 3px; overflow: hidden; }
.concept-c .hero-image::after { display: none; }
.concept-c .hero-image img { object-position: center 43%; }
.concept-c .hero-copy { padding-left: 7vw; padding-top: 14vh; }
.concept-c .hero-copy h1 { font-family: "Playfair Display", serif; font-size: clamp(58px, 7vw, 102px); }
.concept-c .hero-copy h1 em { color: var(--accent); }
.concept-c .primary-button { border-radius: 99px; padding: 17px 25px; }
.concept-c .preview-cards img { border-radius: 160px 160px 0 0; }

/* 04 — graphic, spacious, and architectural. */
.concept-d { --paper: #e7e2d9; --ink: #151513; --accent: #777065; --line: rgba(21,21,19,.35); --serif: "Manrope", Arial, sans-serif; }
.concept-d .announcement { text-align: left; padding-left: 4vw; }
.concept-d .wordmark { align-items: flex-start; }
.concept-d .wordmark strong { font: 500 21px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: -.03em; }
.concept-d .hero { display: grid; grid-template-columns: 37% 63%; padding: 4vw; gap: 4vw; }
.concept-d .hero-image { position: relative; inset: auto; grid-column: 2; grid-row: 1; }
.concept-d .hero-image::after { display: none; }
.concept-d .hero-copy { width: auto; padding: 6vh 0 0; grid-column: 1; grid-row: 1; }
.concept-d .hero-copy h1 { font: 300 clamp(46px, 5.3vw, 80px)/.98 "Manrope", sans-serif; letter-spacing: -.06em; }
.concept-d .hero-copy h1 em { display: inline; font: inherit; }
.concept-d .intro { font-size: 12px; max-width: 320px; }
.concept-d .side-note { display: none; }
.concept-d .scroll-note { left: 4vw; }
.concept-d .preview-section { border-top: 1px solid var(--line); }
.concept-d .preview-heading h2 { font: 300 clamp(44px, 6vw, 82px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.concept-d .preview-cards { grid-template-columns: repeat(2, 1fr); gap: 2vw; }
.concept-d .preview-cards article:first-child { margin-top: 0; }
.concept-d .preview-cards h3, .concept-d .feature-copy h2, .concept-d .flavor-section h2,
.concept-d .flavor-list h3, .concept-d .everyday-section h2, .concept-d .roll-list p,
.concept-d .inquiry-section h2 { font-family: "Manrope", sans-serif; font-weight: 300; letter-spacing: -.04em; }
.concept-d .wedding-feature { grid-template-columns: 1fr 1fr; background: #d6d0c5; }
.concept-d .flavor-list article { grid-template-columns: 60px 1fr 220px; }

@media (max-width: 820px) {
  .selector-page { padding: 40px 20px 90px; }
  .selector-header { margin-bottom: 50px; }
  .concept-grid { grid-template-columns: 1fr; gap: 60px; }
  .concept-card { grid-template-columns: minmax(0, 1fr) 130px; }
  .site-header { height: 75px; padding: 0 20px; }
  .site-header nav, .header-cta { display: none; }
  .menu-button { display: block; width: 30px; padding: 0; }
  .menu-button i { display: block; height: 1px; margin: 6px 0; background: currentColor; }
  .site-header::after { content: ""; width: 30px; }
  .hero, .concept-b .hero, .concept-c .hero { height: auto; min-height: 760px; }
  .hero-image, .concept-c .hero-image { inset: 38% 0 0; border-radius: 0; }
  .hero-image::after { background: linear-gradient(180deg, var(--paper) 0%, transparent 38%); }
  .hero-copy, .concept-c .hero-copy { width: auto; padding: 70px 25px 0; }
  .hero-copy h1 { font-size: clamp(52px, 16vw, 78px); }
  .side-note { display: none; }
  .scroll-note { display: none; }
  .concept-b .site-header { top: 27px; }
  .concept-b .hero-copy { padding-top: 150px; }
  .concept-b .hero-image { inset: 0; }
  .concept-b .hero-image::after { background: linear-gradient(180deg, rgba(50,19,14,.85), rgba(50,19,14,.1)); }
  .concept-d .hero { display: block; padding: 25px; }
  .concept-d .hero-copy { padding: 50px 0; }
  .concept-d .hero-image { height: 52vh; }
  .preview-section { padding: 100px 25px; }
  .preview-cards { gap: 25px; }
  .wedding-feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 60vh; }
  .feature-copy { padding: 90px 25px; }
  .flavor-section { padding: 100px 25px; }
  .flavor-list article { grid-template-columns: 35px 1fr; gap: 14px; }
  .flavor-list article p { grid-column: 2; }
  .everyday-section { grid-template-columns: 1fr; padding: 100px 25px; }
  .inquiry-section { padding: 100px 25px 160px; }
}
