@charset "UTF-8";

:root {
  --orange-light: #fad18f;
  --orange-medium: #f2b782;
  --orange-strong: #ff9d6d;
  --ink: #60443c;
  --ink-soft: #80675f;
  --paper: #fff;
  --paper-warm: #fffaf3;
  --line: rgba(242, 183, 130, .7);
  --required: #a93f35;
  --shadow: 0 12px 34px rgba(112, 68, 52, .09);
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  background-color: #fafafa;
  background-image: linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)), url("../../media/works/image-001.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center, bottom center;
  background-size: cover;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header { position: sticky; top: 0; z-index: 50; color: #5c4444; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(150, 100, 100, .18); backdrop-filter: blur(12px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(100%, 1200px); height: 80px; padding: 0 20px; margin: auto; }
.site-brand { display: flex; gap: .75rem; align-items: center; color: inherit; text-decoration: none; }
.site-brand__icon { flex: 0 0 56px; width: 56px; height: 56px; object-fit: contain; }
.site-logo { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo__main { font-size: clamp(1.25rem, 3vw, 1.65rem); font-weight: 900; letter-spacing: .04em; }
.site-logo__sub { margin-top: 4px; color: #8c7774; font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.desktop-nav { display: flex; align-self: stretch; }
.desktop-nav a { display: flex; align-items: center; justify-content: center; min-width: 112px; font-size: .88rem; font-weight: 700; text-decoration: none; transition: color .2s ease, background-color .2s ease; }
.desktop-nav a:hover { color: #ad5839; background: rgba(255, 157, 109, .12); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; background: var(--orange-strong); border: 0; border-radius: 50%; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: #fff; }
.mobile-nav { padding: 10px 20px 20px; background: #fff; }
.mobile-nav a { display: block; padding: 12px; font-weight: 800; text-align: center; text-decoration: none; border-bottom: 1px solid rgba(150, 100, 100, .18); }
main { width: min(100% - 2rem, 66rem); margin: 0 auto; }
.hero { padding: clamp(3.75rem, 9vw, 7.5rem) clamp(1.25rem, 5vw, 4rem); text-align: center; background: rgba(255, 255, 255, .84); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.eyebrow, .section__kicker { margin: 0 0 .5rem; color: #a8583e; font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(2rem, 7vw, 4rem); line-height: 1.25; letter-spacing: .035em; }
.hero__lead { margin-top: 1.75rem; font-size: clamp(1.05rem, 2.2vw, 1.25rem); font-weight: 800; }
.hero p:last-of-type { margin-bottom: 0; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .875rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: min(100%, 15.5rem); min-height: 3.5rem; padding: .75rem 1.25rem; color: #4b3029; font-weight: 900; text-align: center; text-decoration: none; border: 2px solid transparent; border-radius: 999px; box-shadow: 0 8px 18px rgba(112, 68, 52, .11); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(112, 68, 52, .15); }
.button:focus-visible, .copy-button:focus-visible, .template-field input:focus-visible, .template-field textarea:focus-visible, .template-motion input:focus-visible + span, summary:focus-visible, .site-brand:focus-visible, .desktop-nav a:focus-visible, .mobile-nav a:focus-visible, .menu-button:focus-visible, .media-slot--zoomable:focus-visible { outline: 3px solid var(--orange-strong); outline-offset: 3px; }
.button--primary { background: var(--orange-strong); }
.button--primary:hover { background: #ffae86; }
.button--secondary { background: var(--paper); border-color: var(--orange-medium); }
.button--secondary:hover { background: rgba(250, 209, 143, .22); }
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section + .section { border-top: 1px solid rgba(242, 183, 130, .34); }
.section--tint { width: calc(100% + 2rem); padding-right: clamp(1rem, 4vw, 3rem); padding-left: clamp(1rem, 4vw, 3rem); margin-left: -1rem; background: linear-gradient(135deg, rgba(250, 209, 143, .18), rgba(242, 183, 130, .12)); border: 1px solid rgba(242, 183, 130, .45); border-radius: 28px; }
h2 { margin: 0 0 2rem; font-size: clamp(1.65rem, 4vw, 2.5rem); line-height: 1.35; text-align: center; }
h2::after { display: block; width: 3.5rem; height: 4px; margin: .75rem auto 0; content: ""; background: var(--orange-strong); border-radius: 999px; }
.section__kicker { text-align: center; }
.section__intro, .note, .center { text-align: center; }
.card-grid, .load-grid, .range-grid, .menu-grid { display: grid; gap: 1rem; }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid--three, .load-grid, .range-grid, .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .load-card, .range-card, .menu-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card { padding: 1.75rem; text-align: center; }
.card--soft { background: linear-gradient(180deg, rgba(250, 209, 143, .18), #fff); }
.card__icon { margin: 0; font-size: 2rem; }
.card__number { margin: 0 0 .5rem; color: #ad5b3f; font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.card h3, .load-card h3, .range-card h3, .menu-card h3 { margin: .25rem 0 .5rem; line-height: 1.5; }
.card p:last-child, .load-card p:last-child, .range-card p:last-child, .menu-card p:last-child { margin-bottom: 0; }
.point-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.point-grid p { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .25rem 1rem; min-height: 5.5rem; padding: 1.25rem; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 20px rgba(112, 68, 52, .06); }
.point-grid strong { color: #8e4d37; font-size: 1.02rem; }
.point-grid span { color: var(--ink-soft); font-size: .88rem; }
.load-card { position: relative; padding: 1.75rem 1.25rem; text-align: center; }
.load-card--featured { border: 2px solid var(--orange-strong); transform: translateY(-.45rem); }
.load-card__level { display: inline-block; padding: .3rem .75rem; margin: 0; color: #6c3b2e; font-size: .82rem; font-weight: 900; background: rgba(250, 209, 143, .55); border-radius: 999px; }
.template-box { position: relative; width: min(100%, 46rem); padding: clamp(1rem, 4vw, 2rem); margin: 0 auto; background: var(--paper-warm); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.request-template-form { display: grid; gap: 1.15rem; }
.template-field { display: grid; gap: .45rem; min-width: 0; margin: 0; padding: 0; border: 0; }
.template-field label, .template-field legend { padding: 0; color: var(--ink); font-weight: 900; line-height: 1.5; }
.template-field__required { color: var(--required) !important; }
.template-field input[type="text"], .template-field textarea { width: 100%; min-width: 0; padding: .8rem .9rem; color: var(--ink); font: inherit; line-height: 1.6; background: #fff; border: 1px solid rgba(128, 103, 95, .35); border-radius: 12px; box-shadow: inset 0 1px 2px rgba(96, 68, 60, .04); }
.template-field textarea { resize: vertical; }
.template-field input::placeholder, .template-field textarea::placeholder { color: #a89d99; opacity: 1; }
.template-field__help { margin: -.15rem 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }
.template-motion__choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; }
.template-motion label { position: relative; min-width: 0; cursor: pointer; }
.template-motion input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.template-motion label span { display: flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .55rem .5rem; color: var(--ink-soft); font-size: .88rem; font-weight: 800; line-height: 1.35; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.template-motion input:checked + span { color: #60392f; background: rgba(250, 209, 143, .55); border-color: var(--orange-strong); box-shadow: inset 0 0 0 1px var(--orange-strong); }
.template-motion__mobile-break { display: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.copy-button { display: block; min-height: 3rem; padding: .625rem 1.25rem; margin: 1rem auto 0; color: #4b3029; font: inherit; font-weight: 900; cursor: pointer; background: var(--orange-strong); border: 0; border-radius: 999px; }
.copy-button:hover { background: #ffae86; }
.copy-status { min-height: 1.8rem; margin: .4rem 0 0; color: #86513f; font-size: .88rem; font-weight: 800; text-align: center; }
.media-slot { display: grid; min-height: 13rem; padding: 1rem; margin: 0; place-items: center; overflow: hidden; color: #8b503d; font-weight: 900; text-align: center; background: repeating-linear-gradient(135deg, rgba(250, 209, 143, .23) 0 14px, rgba(242, 183, 130, .18) 14px 28px); border: 2px dashed var(--orange-medium); border-radius: 16px; }
.media-slot--wide { min-height: clamp(16rem, 38vw, 25rem); }
.request-media { display: block; width: 100%; height: auto; max-height: 44rem; object-fit: contain; }
[data-protected-media] { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
[data-protected-media][draggable="false"] { -webkit-user-drag: none; }
[data-protected-media] .request-media, .request-media-modal__image { pointer-events: none; -webkit-user-drag: none; user-select: none; }
.media-slot--zoomable { width: 100%; font: inherit; cursor: zoom-in; appearance: none; }
.menu-card .request-media { max-height: 25rem; }
.works-grid .request-media { max-height: 32rem; }
.range-card { padding: 1.5rem 1rem; text-align: center; }
.range-card--best { background: rgba(250, 209, 143, .2); border: 2px solid var(--orange-strong); }
.range-card--muted { color: var(--ink-soft); background: #fffdfa; }
.range-card__mark { display: inline-block; padding: .25rem .75rem; margin: 0; font-weight: 900; background: rgba(250, 209, 143, .55); border-radius: 999px; }
.range-card__list { display: grid; gap: .35rem; padding: 0; margin: .75rem 0 0; list-style: none; }
.range-card__list li::before { margin-right: .4rem; content: "・"; }
.tag-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; padding: 0; list-style: none; }
.tag-list li { padding: .55rem .95rem; font-weight: 800; background: #fff; border: 1px solid var(--orange-medium); border-radius: 999px; }
.text-link { color: #8f4d37; font-weight: 900; text-underline-offset: .25rem; }
.support-message { width: calc(100% + 2rem); padding-right: clamp(1rem, 4vw, 3rem); padding-left: clamp(1rem, 4vw, 3rem); margin-left: -1rem; text-align: center; background: rgba(255, 157, 109, .14); border: 1px solid var(--line); border-radius: 28px; }
.support-message__paw { margin: 0; font-size: 2rem; }
.menu-card { overflow: hidden; }
.menu-card .media-slot { border: 0; border-bottom: 1px dashed var(--orange-medium); border-radius: 0; }
.menu-card__body { padding: 1.25rem; }
.menu-intro { margin-bottom: 1.5rem; }
.menu-intro strong { color: #9a482f; }
.price { display: inline-block; padding: .2rem .65rem; margin: 0 0 .5rem; color: #6c392d; font-weight: 900; background: var(--orange-light); border-radius: 999px; }
.works-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.works-grid .media-slot { flex: 0 1 calc((100% - 2rem) / 3); min-width: 0; }
.section-button-row { display: flex; justify-content: center; margin: 2rem 0 0; }
.tool-promo { width: calc(100% + 2rem); padding-right: clamp(1rem, 4vw, 3rem); padding-left: clamp(1rem, 4vw, 3rem); margin-left: -1rem; text-align: center; background: linear-gradient(135deg, rgba(250, 209, 143, .42), rgba(255, 157, 109, .18)); border: 1px solid var(--line); border-radius: 28px; }
.tool-promo__sample { width: min(100%, 62rem); padding: .5rem; margin: 1.5rem auto 0; overflow: hidden; background: rgba(255, 255, 255, .84); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.tool-promo__sample .request-media { max-height: none; border-radius: 10px; }
.request-media-modal { width: min(96vw, 88rem); max-width: none; height: min(94vh, 70rem); max-height: none; padding: 0; overflow: hidden; background: transparent; border: 0; }
.request-media-modal::backdrop { background: rgba(28, 19, 17, .9); }
.request-media-modal__body { display: grid; width: 100%; height: 100%; padding: 3.75rem 1rem 1rem; place-items: center; }
.request-media-modal__image { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(94vh - 5rem); object-fit: contain; }
.request-media-modal__close { position: absolute; top: .75rem; right: .75rem; z-index: 1; display: grid; width: 3rem; height: 3rem; padding: 0; place-items: center; color: #fff; font-size: 2rem; cursor: pointer; background: rgba(58, 42, 38, .88); border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; }
body.is-request-media-modal-open { overflow: hidden; }
.section--details { padding-top: 2rem; }
details { width: min(100%, 48rem); margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
summary { padding: 1.25rem; font-weight: 900; text-align: center; cursor: pointer; }
.details-body { padding: 0 1.5rem 1.5rem; color: var(--ink-soft); }
.details-body ul { margin: 0; padding-left: 1.25rem; }
.final-cta { padding: clamp(3rem, 8vw, 5rem) 1rem; margin: 2rem 0 5rem; text-align: center; background: linear-gradient(135deg, rgba(250, 209, 143, .55), rgba(255, 157, 109, .25)); border-radius: 28px; }
.final-cta h2 { margin-bottom: 1rem; }
footer { padding: 2rem 1rem; color: var(--ink-soft); font-size: .78rem; text-align: center; border-top: 1px solid rgba(242, 183, 130, .5); }
footer a { color: #8d513d; font-weight: 800; }

@media (max-width: 767px) {
  :root { --radius: 18px; }
  main { width: min(100% - 1.25rem, 66rem); }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .site-header__inner { height: 70px; }
  .hero { padding: 3.75rem 1rem; border-radius: 24px; }
  .card-grid--three, .load-grid, .range-grid, .menu-grid { grid-template-columns: 1fr; }
  .load-card--featured { transform: none; }
  .point-grid { grid-template-columns: 1fr; }
  .point-grid p { grid-template-columns: 1fr; gap: .1rem; min-height: 0; text-align: center; }
  .template-motion__choices { grid-template-columns: 1fr; }
  .template-motion__mobile-break { display: initial; }
  .works-grid .media-slot { flex-basis: calc((100% - 1rem) / 2); }
  body { background-attachment: scroll; }
  .section--tint, .support-message, .tool-promo { width: calc(100% + 1.25rem); margin-left: -.625rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .desktop-nav a { min-width: 80px; font-size: .78rem; }
}

@media (max-width: 480px) {
  body { line-height: 1.7; }
  .card-grid--two { grid-template-columns: 1fr; }
  .works-grid .media-slot { flex-basis: 100%; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
}

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