
:root {
  --ink: #251f1b;
  --paper: #f4efe6;
  --cream: #fbf8f2;
  --coral: #e95d3f;
  --wine: #5b2430;
  --line: rgba(37, 31, 27, 0.16);
  --radius: 0.7rem;
  --background: #f4efe6;
  --foreground: #251f1b;
  --card: #fbf8f2;
  --card-foreground: #251f1b;
  --popover: #fbf8f2;
  --popover-foreground: #251f1b;
  --primary: #251f1b;
  --primary-foreground: #fffaf1;
  --secondary: #e9e0d2;
  --secondary-foreground: #251f1b;
  --muted: #e9e0d2;
  --muted-foreground: #746b64;
  --accent: #e95d3f;
  --accent-foreground: #fff;
  --destructive: #b42318;
  --border: rgba(37, 31, 27, 0.2);
  --input: rgba(37, 31, 27, 0.2);
  --ring: #e95d3f;
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 76px; padding: 0 clamp(24px, 6vw, 88px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 900; font-size: 20px; letter-spacing: -.06em; }
.wordmark span { color: var(--coral); font-size: 25px; }
.header-link { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(35px, 6vw, 96px); align-items: center; padding: 70px clamp(24px, 6vw, 88px) 90px; max-width: 1500px; margin: auto; }
.hero-copy { max-width: 680px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .16em; font-weight: 800; margin-bottom: 27px; }
.eyebrow span { display: grid; place-items: center; width: 27px; height: 27px; background: var(--coral); color: white; border-radius: 50%; letter-spacing: 0; }
h1 { margin: 0; font-size: clamp(49px, 6vw, 88px); line-height: 1.03; letter-spacing: -.075em; font-weight: 800; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lead { margin: 30px 0 35px; max-width: 570px; font-size: 17px; line-height: 1.9; color: #514942; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-width: 260px; background: var(--ink); color: white; font-weight: 700; padding: 18px 24px; transition: transform .2s, background .2s; }
.primary-cta:hover { transform: translateY(-2px); background: var(--wine); }
.microcopy { color: #766e67; font-size: 11px; margin: 13px 0 0; }
.hero-visual { position: relative; min-height: 500px; overflow: hidden; background: var(--wine); }
.hero-photo { object-fit: cover; filter: saturate(.78) contrast(1.03); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(20,8,8,.58)); }
.price-stamp { z-index: 3; position: absolute; top: 20px; right: 20px; width: 92px; height: 92px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--coral); color: white; transform: rotate(7deg); }
.price-stamp strong { font-size: 24px; letter-spacing: -.04em; }.price-stamp span { font-size: 10px; }
.visual-flow { z-index: 3; position: absolute; bottom: 20px; left: 20px; right: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.paper-card { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.93); color: var(--ink); padding: 13px 14px; font-size: 11px; font-weight: 700; box-shadow: 0 9px 30px rgba(0,0,0,.16); }
.paper-card.output { background: var(--coral); color: white; }.transform-line { color: white; padding: 8px; }

.deliverables, .steps { padding: 100px clamp(24px, 6vw, 88px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 70px minmax(220px,.8fr) 1.2fr; gap: 25px; max-width: 1500px; margin: auto; }
.section-number { font-size: 11px; font-weight: 800; color: #897f76; padding-top: 7px; }
.section-number.light { color: rgba(255,255,255,.55); }.section-number.coral { color: var(--coral); }
.section-kicker { margin: 0 0 12px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker.light { color: #e7aa9d; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.14; letter-spacing: -.055em; }
.deliverable-list { border-top: 1px solid var(--line); }
.deliverable-item { display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--line); }
.deliverable-item span { font-size: 10px; color: #8b8178; }.deliverable-item strong { font-size: 17px; }.deliverable-item svg { color: var(--coral); }

.example { background: var(--wine); color: #fff8ee; padding: 100px clamp(24px, 6vw, 88px); }
.example-heading, .example-grid, .example-note { max-width: 1324px; margin-left: auto; margin-right: auto; }
.example-heading { display: grid; grid-template-columns: 70px 1fr 1.5fr; gap: 25px; align-items: start; }
.example-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.example-grid article { padding: 30px 30px 36px 0; min-height: 190px; }.example-grid article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.25); }
.example-grid span { color: #e7aa9d; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.example-grid p { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 16px; line-height: 2; }
.example-note { font-size: 10px; color: rgba(255,255,255,.55); margin-top: 16px; }

.steps ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 52px 1fr; min-height: 92px; align-items: center; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: 11px; font-weight: 800; }
.steps strong { font-size: 16px; }.steps p { margin: 5px 0 0; color: #746b64; font-size: 12px; }

.order-section { padding: 100px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 9vw, 140px); background: var(--cream); border-top: 1px solid var(--line); }
.order-intro > p:not(.section-kicker) { line-height: 1.8; color: #5f5750; margin: 25px 0; }
.order-intro ul { list-style: none; padding: 0; margin: 35px 0 0; display: grid; gap: 13px; }
.order-intro li { display: flex; gap: 10px; align-items: flex-start; font-size: 11px; color: #6f665f; }.order-intro li svg { color: var(--coral); flex: none; }
.order-form { background: white; border: 1px solid var(--line); padding: clamp(24px, 4vw, 50px); display: grid; gap: 22px; box-shadow: 12px 12px 0 #e7ded0; }
.field-stack { display: grid; gap: 8px; }.field-stack label { font-size: 12px; font-weight: 800; }
.field-stack input, .field-stack textarea { border-radius: 0; background: #fbfaf7; min-height: 48px; font-size: 13px; }
.field-stack p { margin: 0; font-size: 10px; color: #857c74; }
.consent-row { display: flex; gap: 11px; align-items: flex-start; font-size: 11px; line-height: 1.6; color: #675f58; }
.consent-row a { text-decoration: underline; text-underline-offset: 2px; }
.submit-button { border-radius: 0; min-height: 54px; background: var(--coral); color: white; font-weight: 800; font-size: 14px; }
.submit-button:hover { background: var(--wine); }.form-error { color: #b42318; font-size: 12px; margin: 0; }
.success-card { background: white; border: 1px solid var(--line); min-height: 360px; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 12px 12px 0 #e7ded0; }
.success-card > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); }.success-card h3 { margin: 22px 0 8px; font-size: 24px; }.success-card p { color: #70675f; font-size: 13px; }

footer { padding: 65px clamp(24px, 6vw, 88px) 35px; background: var(--ink); color: #f7f1e8; display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: start; }
.footer-mark { font-size: 25px; }.footer-mark span { font-size: 31px; } footer > p { margin: 7px 0; font-size: 11px; color: #aaa098; }
footer nav { display: flex; gap: 24px; font-size: 11px; border-bottom: 1px solid #80766e; padding-bottom: 4px; }
footer small { grid-column: 1 / -1; color: #776f69; font-size: 9px; margin-top: 25px; }

.legal-shell { min-height: 100vh; background: var(--cream); }
.legal-header { height: 76px; padding: 0 clamp(24px, 6vw, 88px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header > a:last-child { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.legal-body { max-width: 900px; margin: 0 auto; padding: 90px 24px 120px; }
.legal-body > p:first-child { margin: 0 0 12px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.legal-body h1 { font-size: clamp(40px, 6vw, 66px); margin-bottom: 18px; }
.legal-lead { margin: 0 0 55px; color: #6d645c; font-size: 13px; line-height: 1.9; }
.legal-body section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-body section:last-of-type { border-bottom: 1px solid var(--line); }
.legal-body h2 { margin: 0 0 12px; font-size: 18px; letter-spacing: -.02em; }
.legal-body p, .legal-body li, .legal-table th, .legal-table td { font-size: 13px; line-height: 1.9; }
.legal-body p { margin: 0; color: #554d46; }
.legal-body ol, .legal-body ul { margin: 0; padding-left: 1.4rem; color: #554d46; display: grid; gap: 6px; }
.legal-body a { text-decoration: underline; text-underline-offset: 3px; }
.legal-date { margin-top: 28px !important; color: #847a71 !important; font-size: 11px !important; }
.legal-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.legal-table th, .legal-table td { padding: 16px 14px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.legal-table th { width: 30%; color: #70675f; font-size: 11px; }
.pending-value { color: #a43d27; font-weight: 700; }

.admin-shell { min-height: 100vh; background: #f7f3eb; }
.admin-header { min-height: 76px; padding: 0 clamp(24px, 5vw, 70px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--cream); }
.admin-header > div { display: flex; align-items: center; gap: 14px; }.admin-header p { margin: 3px 0 0; padding-left: 14px; border-left: 1px solid var(--line); color: #887e75; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.admin-header > a { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.admin-content { max-width: 1380px; margin: 0 auto; padding: 70px clamp(20px, 5vw, 70px) 100px; }
.admin-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 38px; }
.admin-title h1 { font-size: clamp(40px, 5vw, 66px); }.admin-count { display: flex; align-items: baseline; gap: 7px; color: var(--coral); }
.admin-count svg { align-self: center; margin-right: 3px; }.admin-count strong { font-size: 36px; line-height: 1; }.admin-count span { color: #776e66; font-size: 11px; }
.admin-table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); box-shadow: 9px 9px 0 #e7ded0; }
.admin-table-wrap table { min-width: 940px; }.admin-table-wrap th { height: 52px; background: #ede5d8; color: #6f665e; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.admin-table-wrap td { padding-top: 18px; padding-bottom: 18px; vertical-align: top; font-size: 12px; }.admin-date { white-space: nowrap; color: #716960; }.admin-product { min-width: 170px; font-weight: 800; }.admin-notes { min-width: 180px; max-width: 320px; line-height: 1.65; color: #696058; }
.admin-action { display: inline-flex; align-items: center; gap: 6px; color: var(--coral); font-weight: 700; white-space: nowrap; }.admin-action:hover { text-decoration: underline; }
.admin-empty { min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: white; border: 1px solid var(--line); color: #766d65; }.admin-empty h2 { margin: 18px 0 5px; font-size: 20px; }.admin-empty p { margin: 0; font-size: 12px; }
.admin-locked { min-height: 100vh; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.admin-locked svg { color: var(--coral); }.admin-locked h1 { margin: 18px 0 8px; font-size: 31px; }.admin-locked p { color: #746b64; }.admin-locked a { margin-top: 17px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }

@media (max-width: 860px) {
  .site-header { height: 64px; }.hero { grid-template-columns: 1fr; padding-top: 55px; }.hero-visual { min-height: 430px; }
  .deliverables, .steps { grid-template-columns: 40px 1fr; padding-top: 75px; padding-bottom: 75px; }.deliverable-list, .steps ol { grid-column: 2; margin-top: 25px; }
  .example-heading { grid-template-columns: 40px 1fr; }.example-heading h2 { grid-column: 2; }.example-grid { grid-template-columns: 1fr; }.example-grid article { min-height: auto; padding: 25px 0; }.example-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .order-section { grid-template-columns: 1fr; }.order-form { box-shadow: 7px 7px 0 #e7ded0; } footer { grid-template-columns: 1fr; } footer nav, footer small { grid-column: 1; }
}

@media (max-width: 520px) {
  h1 { font-size: 46px; }.hero { padding-left: 20px; padding-right: 20px; }.hero-visual { min-height: 360px; }.price-stamp { width: 76px; height: 76px; }.price-stamp strong { font-size: 20px; }
  .visual-flow { left: 10px; right: 10px; bottom: 10px; }.paper-card { padding: 10px; }.transform-line { padding: 2px; }
  .deliverables, .steps { padding-left: 20px; padding-right: 20px; grid-template-columns: 28px 1fr; }.example { padding-left: 20px; padding-right: 20px; }.example-heading { grid-template-columns: 28px 1fr; }
  .order-section { padding: 70px 20px; }.order-form { padding: 23px; } footer { padding-left: 20px; padding-right: 20px; }
  .admin-content { padding-top: 48px; }.admin-title { align-items: center; }.admin-title h1 { font-size: 38px; }.admin-count strong { font-size: 28px; }
  .legal-body { padding-top: 60px; }.legal-table th, .legal-table td { display: block; width: 100%; }.legal-table th { padding-bottom: 3px; border-bottom: 0; }.legal-table td { padding-top: 3px; }
}

.hero-photo {position:absolute;inset:0;width:100%;height:100%;}
button,input,textarea {font:inherit;} button {cursor:pointer;border:0;} button:disabled {opacity:.6;cursor:wait;} .field-stack input,.field-stack textarea {width:100%;border:1px solid var(--line);padding:10px 12px;} input[type=checkbox] {accent-color:var(--coral);flex:none;margin-top:3px;} table {border-collapse:collapse;width:100%;} th,td {padding:12px;text-align:left;border-bottom:1px solid var(--line);} svg {display:inline-block;vertical-align:middle;flex-shrink:0;} [hidden] {display:none!important;} :focus-visible {outline:2px solid var(--coral);outline-offset:3px;}
