:root {
  --fresh-ink: #171412;
  --fresh-soft: #645d54;
  --fresh-line: rgba(23, 20, 18, 0.12);
  --fresh-bg-a: #faf6f1;
  --fresh-bg-b: #efe7dc;
  --fresh-panel: rgba(255, 255, 255, 0.8);
  --fresh-shadow: 0 16px 36px rgba(23, 20, 18, 0.1);
  --site-zoom-desktop: 0.8;
  --mobile-page-gutter: clamp(12px, 0.3cm, 16px);
  --page-transition-duration: 0.7s;
  --page-transition-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 901px) {
  html body.simple-home > .simple-topbar,
  html body.home-header-match > .simple-topbar {
    min-height: auto !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    align-items: center !important;
  }

  html body.simple-home > .simple-topbar > .simple-topbar-left,
  html body.simple-home > .simple-topbar > .simple-topbar-left:visited,
  html body.simple-home > .simple-topbar > .simple-topbar-left:hover,
  html body.simple-home > .simple-topbar > .simple-topbar-left:active,
  html body.home-header-match > .simple-topbar > .simple-topbar-left,
  html body.home-header-match > .simple-topbar > .simple-topbar-left:visited,
  html body.home-header-match > .simple-topbar > .simple-topbar-left:hover,
  html body.home-header-match > .simple-topbar > .simple-topbar-left:active {
    min-height: auto !important;
    display: flex !important;
    align-items: center !important;
    padding: 1.1cm 1rem !important;
    font-size: 72px !important;
    line-height: 0.68 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  html {
    zoom: var(--site-zoom-desktop);
  }

  html body h1,
  html body .simple-topbar-left,
  html body.pricing-reference .pricing-event-card h3,
  html body.quick-quote-page .quick-summary-total {
    zoom: 0.875;
  }
}

@media (min-width: 901px) {
  html body .simple-topbar {
    min-height: 58px;
    padding: 6px 18px;
  }

  html body .simple-topbar-left,
  html body .simple-topbar-left:visited,
  html body .simple-topbar-left:hover,
  html body .simple-topbar-left:active {
    font-size: 40px;
    line-height: 0.9;
  }
}

@media (min-width: 901px) {
  html body.simple-home .simple-topbar {
    min-height: 42px !important;
    padding: 0 18px !important;
  }

  html body.simple-home .simple-topbar-left,
  html body.simple-home .simple-topbar-left:visited,
  html body.simple-home .simple-topbar-left:hover,
  html body.simple-home .simple-topbar-left:active {
    font-size: 56px !important;
    line-height: 0.82 !important;
  }
}

html.js-page-transitions body > * {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity var(--page-transition-duration) var(--page-transition-ease),
    transform var(--page-transition-duration) var(--page-transition-ease),
    filter calc(var(--page-transition-duration) * 0.9) ease;
  will-change: opacity, transform, filter;
}

html.js-page-transitions body.page-transition-ready > * {
  opacity: 1;
  transform: none;
  filter: none;
}

html.js-page-transitions body.page-transition-ready > *:nth-child(1) {
  transition-delay: 0.02s;
}

html.js-page-transitions body.page-transition-ready > *:nth-child(2) {
  transition-delay: 0.08s;
}

html.js-page-transitions body.page-transition-ready > *:nth-child(3) {
  transition-delay: 0.14s;
}

html.js-page-transitions body.page-transition-ready > *:nth-child(4) {
  transition-delay: 0.2s;
}

html.js-page-transitions body.page-transition-leaving > * {
  opacity: 0;
  transform: translateY(-18px) scale(0.992);
  filter: blur(12px);
  transition-delay: 0s;
  pointer-events: none;
}

@media (max-width: 900px) {
  :root {
    --page-transition-duration: 0.46s;
    --mobile-first-section-gap: clamp(30px, 1cm, 40px);
  }

  html.js-page-transitions body > * {
    transform: translateY(14px) scale(0.995);
    filter: blur(5px);
  }

  html.js-page-transitions body.page-transition-leaving > * {
    transform: translateY(-10px) scale(0.997);
    filter: blur(6px);
  }

  html body main > *:first-child,
  html body > .simple-hero:first-of-type {
    margin-top: var(--mobile-first-section-gap);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.js-page-transitions body > * {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.fresh-home,
.clean-portfolio {
  color: var(--fresh-ink);
  font-family: "Noto Sans KR", sans-serif;
  background:
    radial-gradient(circle at 7% 9%, rgba(255, 255, 255, 0.96), transparent 24%),
    radial-gradient(circle at 92% 9%, rgba(229, 219, 206, 0.68), transparent 22%),
    linear-gradient(158deg, var(--fresh-bg-a) 0%, var(--fresh-bg-b) 48%, var(--fresh-bg-a) 100%);
}

.fresh-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.02)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}

.fresh-header,
.fresh-main,
.fresh-footer,
.clean-header,
.clean-main {
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
}

.fresh-header,
.clean-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.05rem 0 0.7rem;
  backdrop-filter: blur(12px);
}

.fresh-logo,
.clean-brand {
  color: inherit;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.fresh-nav,
.clean-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.fresh-nav a,
.clean-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  opacity: 0.78;
}

.fresh-nav a:hover,
.clean-nav a:hover {
  opacity: 1;
}

.fresh-main,
.clean-main {
  padding-bottom: 2rem;
}

.fresh-kicker,
.clean-kicker {
  margin: 0 0 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fresh-soft);
}

.fresh-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 2.3rem;
  align-items: center;
  padding-top: 3.2rem;
}

.fresh-hero-copy h1 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.fresh-hero-copy p {
  margin: 0;
  max-width: 52ch;
  color: var(--fresh-soft);
}

.fresh-cta {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.fresh-btn {
  border-radius: 999px;
  padding: 0.86rem 1.44rem;
  border: 1px solid var(--fresh-line);
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.fresh-btn-solid {
  background: #161310;
  color: #f9f6f1;
}

.fresh-btn-ghost {
  background: rgba(255, 255, 255, 0.6);
}

.fresh-hero-visual {
  min-height: 31rem;
  position: relative;
}

.fresh-hero-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 0.45rem;
  overflow: hidden;
  box-shadow: 0 25px 46px rgba(23, 20, 18, 0.17);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.3)),
    var(--img) center/cover no-repeat;
}

.fresh-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 46% 18%, rgba(255, 255, 255, 0.58), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.24));
}

.fresh-hero-card span {
  position: absolute;
  left: 0.95rem;
  bottom: 0.95rem;
  z-index: 1;
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.77rem;
  letter-spacing: 0.14em;
}

.fresh-hero-card-main {
  width: 62%;
  height: 72%;
  left: 3%;
  top: 3%;
}

.fresh-hero-card-sub {
  width: 62%;
  height: 52%;
  right: 0;
  bottom: 1%;
}

.fresh-quick-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.fresh-quick-card {
  color: inherit;
  text-decoration: none;
  min-height: 11rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: var(--fresh-shadow);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.36)),
    var(--img) center/cover no-repeat;
  display: grid;
  align-items: end;
  padding: 0.95rem;
}

.fresh-quick-card strong {
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 0.86rem;
}

.fresh-section {
  padding-top: 4.5rem;
}

.fresh-preview {
  padding-top: 2.2rem;
}

.fresh-section-head,
.clean-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.fresh-section-head a,
.clean-section-top a {
  color: var(--fresh-soft);
  text-decoration: none;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.fresh-marquee-mask {
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1rem, calc((100vw - 1240px) / 2));
}

.fresh-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: fresh-flow-left 46s linear infinite;
}

.fresh-marquee-card {
  width: 22.5rem;
}

.fresh-marquee-poster {
  min-height: 15rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--fresh-shadow);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.36)),
    var(--img) center/cover no-repeat;
}

.fresh-marquee-label {
  position: absolute;
  left: 0.95rem;
  bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.93);
}

.fresh-marquee-label strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.85rem;
  line-height: 1;
}

.fresh-title-block {
  margin-bottom: 1.2rem;
}

.fresh-title-block h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.028em;
  white-space: nowrap;
}

.fresh-grid-four,
.fresh-grid-two {
  display: grid;
  gap: 0.9rem;
}

.fresh-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fresh-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fresh-panel,
.fresh-price-card,
.fresh-contact-card,
.fresh-quote,
.fresh-about-copy,
.fresh-portfolio-card {
  border: 1px solid var(--fresh-line);
  background: var(--fresh-panel);
  border-radius: 0.95rem;
  box-shadow: var(--fresh-shadow);
}

.fresh-panel,
.fresh-price-card,
.fresh-about-copy,
.fresh-quote {
  padding: 1rem;
}

.fresh-panel small {
  color: var(--fresh-soft);
  letter-spacing: 0.12em;
}

.fresh-panel h3 {
  margin: 0.35rem 0 0.3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.33rem;
}

.fresh-panel p {
  margin: 0;
  color: var(--fresh-soft);
}

.fresh-price-tier {
  margin: 0;
  color: var(--fresh-soft);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.fresh-price-card h3 {
  margin: 0.2rem 0 0.15rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
}

.fresh-price-meta {
  margin: 0 0 0.8rem;
  color: var(--fresh-soft);
}

.fresh-price-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.fresh-note {
  margin-top: 0.82rem;
  color: var(--fresh-soft);
}

.fresh-about-copy p {
  margin: 0 0 0.7rem;
  color: var(--fresh-soft);
}

.fresh-quote {
  margin: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.fresh-contact-card {
  color: inherit;
  text-decoration: none;
  padding: 1rem;
  display: grid;
  gap: 0.2rem;
}

.fresh-contact-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
}

.fresh-contact-card span {
  color: var(--fresh-soft);
}

.fresh-footer {
  width: min(1240px, calc(100% - 3rem));
  margin: 3rem auto 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--fresh-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fresh-footer span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
}

.fresh-footer a {
  color: var(--fresh-soft);
  text-decoration: none;
}

.clean-portfolio-hero {
  padding-top: 4rem;
  padding-bottom: 1.1rem;
}

.clean-portfolio-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.02;
  white-space: nowrap;
}

.clean-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fresh-portfolio-card {
  overflow: hidden;
}

.fresh-portfolio-card.wide {
  grid-column: span 2;
}

.fresh-portfolio-image {
  min-height: 20rem;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.36)),
    var(--img) center/cover no-repeat;
}

.fresh-portfolio-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
}

.fresh-portfolio-copy strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 2.3vw, 2.7rem);
  line-height: 1;
}

.fresh-portfolio-copy span {
  display: block;
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}

html body.portfolio-archive-page .portfolio-archive-shell {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

html body.portfolio-archive-page .portfolio-archive-hero {
  padding: 0 0 2.4rem;
}

html body.portfolio-archive-page .portfolio-archive-hero h1 {
  margin: 0;
  max-width: 15ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #181410;
}

html body.portfolio-archive-page .portfolio-archive-intro {
  max-width: 48rem;
  margin: 1.1rem 0 0;
  font-size: 18px;
  line-height: 1.8;
  color: #5d554a;
}

html body.portfolio-archive-page .portfolio-archive-section {
  margin-inline: calc(50% - 50vw + 1.5rem);
  padding-top: 1.2rem;
}

html body.portfolio-archive-page .portfolio-archive-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

html body.portfolio-archive-page .portfolio-archive-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1;
  color: #1c1814;
}

html body.portfolio-archive-page .portfolio-archive-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7c715f;
}

html body.portfolio-archive-page .portfolio-film-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(70, 60, 48, 0.14);
  overflow: hidden;
}

html body.portfolio-archive-page .portfolio-film-card {
  position: relative;
  min-height: 18rem;
  aspect-ratio: 1.72 / 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem 1.1rem;
  overflow: hidden;
  color: #fffef9;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(12, 10, 8, 0.04) 0%, rgba(12, 10, 8, 0.1) 38%, rgba(12, 10, 8, 0.52) 100%),
    var(--card-img) var(--card-pos) / cover no-repeat;
  transition: transform 220ms ease, filter 220ms ease;
}

html body.portfolio-archive-page .portfolio-film-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

html body.portfolio-archive-page .portfolio-film-card:hover {
  transform: scale(1.015);
  filter: saturate(1.06);
}

html body.portfolio-archive-page .portfolio-film-card__badge,
html body.portfolio-archive-page .portfolio-film-card__title,
html body.portfolio-archive-page .portfolio-film-card__caption {
  position: relative;
  z-index: 1;
}

html body.portfolio-archive-page .portfolio-film-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(19, 16, 12, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

html body.portfolio-archive-page .portfolio-film-card__title {
  display: block;
  max-width: 92%;
  font-family: "Permanent Marker", "Noto Sans KR", sans-serif;
  font-size: clamp(1.9rem, 2vw, 2.65rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.3),
    0 8px 22px rgba(0, 0, 0, 0.24);
}

html body.portfolio-archive-page .portfolio-film-card__caption {
  position: absolute;
  right: 1rem;
  bottom: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

html body.portfolio-archive-page .portfolio-film-card__caption::after {
  content: "↗";
  font-size: 0.95rem;
  line-height: 1;
}

@keyframes fresh-flow-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@media (max-width: 1120px) {
  .fresh-hero {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding-top: 2rem;
  }

  .fresh-hero-visual {
    min-height: 24rem;
  }

  .fresh-quick-grid,
  .fresh-grid-four,
  .clean-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.portfolio-archive-page .portfolio-film-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fresh-header,
  .fresh-main,
  .fresh-footer,
  .clean-header,
  .clean-main {
    width: min(100% - 1rem, 1240px);
  }

  .fresh-header,
  .clean-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .fresh-title-block h2,
  .clean-portfolio-hero h1 {
    white-space: normal;
  }

  .fresh-quick-grid,
  .fresh-grid-four,
  .fresh-grid-two,
  .clean-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .fresh-portfolio-card.wide {
    grid-column: span 1;
  }

  html body.portfolio-archive-page .portfolio-archive-shell {
    padding-top: 2.5rem;
  }

  html body.portfolio-archive-page .portfolio-archive-section {
    margin-inline: 0;
  }

  html body.portfolio-archive-page .portfolio-archive-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  html body.portfolio-archive-page .portfolio-archive-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  html body.portfolio-archive-page .portfolio-film-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.portfolio-archive-page .portfolio-film-card {
    min-height: 13.2rem;
  }

  html body.portfolio-archive-page .portfolio-film-card__title {
    max-width: 100%;
    font-size: clamp(1.4rem, 5vw, 1.95rem);
  }

  html body.portfolio-archive-page .portfolio-film-card__caption {
    left: 1rem;
    right: auto;
    bottom: 0.8rem;
    font-size: 10px;
  }
}

@media (max-width: 560px) {
  html body.portfolio-archive-page .portfolio-film-grid {
    grid-template-columns: 1fr;
  }

  html body.portfolio-archive-page .portfolio-film-card {
    min-height: 14.5rem;
  }
}

/* Simple Reference-like Home */
.simple-home {
  margin: 0;
  color: #151311;
  font-family: "Noto Sans KR", sans-serif;
  background: #f6f5f3;
}

.simple-home a {
  color: inherit;
  text-decoration: none;
}

.simple-topbar {
  height: 48px;
  background: #64635f;
  color: #f2f0ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.simple-topbar-left {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.simple-topbar-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.simple-topbar-nav a {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.96;
}

.simple-title-band {
  background: #f6f5f3;
  padding: 42px 0 36px;
  text-align: center;
}

.simple-title-band h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 8vw, 98px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
}

.simple-hero-video {
  background: #ebe8e2;
}

.simple-hero-video-el {
  display: block;
  width: 100%;
  height: clamp(360px, 46vw, 760px);
  object-fit: cover;
  background: #dcd8d0;
}

.simple-video-caption {
  background: #f7f5f1;
  border-top: 1px solid rgba(21, 19, 17, 0.08);
  padding: 18px 16px 22px;
}

.simple-video-caption-inner {
  width: min(920px, calc(100% - 24px));
  margin: 0 auto;
  text-align: center;
}

.simple-video-line-main {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

.simple-video-line-sub {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  color: #625c55;
  font-size: clamp(20px, 1.8vw, 28px);
}

.simple-video-actions {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.simple-video-actions a {
  border: 1px solid rgba(21, 19, 17, 0.22);
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  color: #26221d;
}

.simple-hero {
  min-height: 54vh;
  background:
    linear-gradient(180deg, rgba(23, 20, 18, 0.12), rgba(23, 20, 18, 0.32)),
    url("assets/portfolio/thumb-02.png") center/cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px 16px;
}

.simple-hero-copy {
  color: #f3f1ee;
  max-width: 720px;
}

.simple-hero-copy p {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.2;
}

.simple-hero-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.simple-hero-actions a,
.simple-registry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 241, 238, 0.7);
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  background: rgba(22, 19, 16, 0.22);
  color: #f3f1ee;
  text-decoration: none;
}

.simple-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 64px;
}

.simple-section + .simple-section {
  margin-top: 54px;
}

.simple-label {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #64605a;
}

.simple-section h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.012em;
}

.simple-grid-4,
.simple-grid-2 {
  display: grid;
  gap: 12px;
}

.simple-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.simple-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.simple-grid-4 article,
.simple-grid-2 article,
.simple-contact a {
  border: 1px solid rgba(21, 19, 17, 0.12);
  background: #fcfbf9;
  border-radius: 12px;
  padding: 14px;
}

.simple-grid-4 strong,
.simple-grid-2 .tier,
.simple-contact strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}

.simple-grid-4 span,
.simple-grid-2 span,
.simple-contact span {
  color: #645f58;
}

.simple-grid-2 h3 {
  margin: 4px 0 3px;
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  line-height: 1;
}

.simple-note {
  margin: 10px 0 0;
  color: #645f58;
}

@media (max-width: 980px) {
  .simple-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simple-section h2 {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .simple-topbar {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 10px 14px;
  }

  .simple-topbar-nav {
    gap: 12px;
    flex-wrap: wrap;
  }

  .simple-title-band {
    padding: 28px 0 24px;
  }

  .simple-grid-4,
  .simple-grid-2 {
    grid-template-columns: 1fr;
  }

  .simple-video-caption-inner {
    width: min(100%, 920px);
  }

  .simple-video-actions {
    flex-wrap: wrap;
  }
}

.simple-registry {
  min-height: 54vh;
  margin-top: 18px;
  background:
    linear-gradient(180deg, rgba(43, 51, 29, 0.36), rgba(43, 51, 29, 0.42)),
    url("assets/portfolio/thumb-05.png") center/cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 36px 16px;
}

.simple-registry-overlay {
  color: #f3f1ed;
  max-width: 1280px;
}

.simple-label-white {
  margin: 0 0 14px;
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}

.simple-registry-text {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.2;
}

.simple-registry-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.simple-registry-text--line {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .simple-registry-overlay {
    max-width: 760px;
  }

  .simple-registry-text--line {
    white-space: normal;
  }
}

.simple-registry-btn {
  letter-spacing: normal;
}

.simple-date-block {
  background: #d8d1c4;
  text-align: center;
  padding: 48px 16px 56px;
}

.simple-date-block h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 5.6vw, 84px);
  letter-spacing: -0.01em;
}

.simple-date-block p {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.2;
}

.simple-page-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 64px;
}

.simple-page-main .simple-section h2 {
  white-space: normal;
}

/* Requested visual tuning */
.simple-topbar {
  min-height: 96px;
  height: auto;
  padding: 16px 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.simple-topbar-left {
  font-size: 34px;
}

.simple-topbar-nav {
  gap: 18px;
}

.simple-topbar-nav a {
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* 3cm gap between MONTH FILM band and hero image */
.simple-title-band {
  margin-bottom: 113px;
}

.simple-hero-actions a,
.simple-registry-btn {
  font-size: 16px;
  padding: 10px 18px;
}

/* "4번" block to footer-like style */
.simple-date-block {
  background: #efefef;
  padding: 46px 16px 54px;
}

.simple-footer-meta {
  margin: 0;
  color: #605d58;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 44px;
  line-height: 1.22;
  font-weight: 400;
}

.simple-footer-copy {
  margin: 6px 0 0;
  color: #55524d;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-transform: uppercase;
}

.simple-footer-icons {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.simple-icon {
  min-width: 58px;
  height: 58px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.simple-icon-instagram {
  background: radial-gradient(circle at 28% 107%, #fdf497 0%, #fdf497 8%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}

.simple-icon-youtube {
  background: #e6402a;
  color: #fff;
}

.simple-icon-kakao {
  background: #f3d800;
  color: #23211d;
}

@media (max-width: 1300px) {
  .simple-topbar {
    min-height: 78px;
    padding: 12px 18px;
  }

  .simple-topbar-left {
    font-size: 28px;
  }

  .simple-topbar-nav a {
    font-size: 16px;
  }

  .simple-title-band {
    margin-bottom: 72px;
  }

  .simple-footer-meta {
    font-size: 24px;
  }

  .simple-footer-copy {
    font-size: 32px;
  }

  .simple-icon {
    min-width: 46px;
    height: 46px;
    font-size: 13px;
  }
}

/* Services page: alignment style */
.services-alignment {
  background: #ece8df;
}

.alignment-main {
  width: min(1540px, calc(100% - 56px));
  margin: 0 auto;
  padding: 34px 0 88px;
}

.alignment-section {
  border-top: 2px solid rgba(90, 83, 71, 0.26);
  padding-top: 18px;
}

.alignment-head {
  border-bottom: 1px solid rgba(90, 83, 71, 0.22);
  padding-bottom: 10px;
}

.alignment-kicker {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 2.6vw, 52px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #585145;
}

.alignment-intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  padding: 34px 0 28px;
}

.alignment-lead {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(35px, 2.8vw, 48px);
  line-height: 1.15;
  color: #5d5548;
}

.alignment-sub {
  margin: 0;
  align-self: center;
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: 1.45;
  color: #6a6459;
}

.alignment-circles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 0 0;
}

.alignment-circle {
  width: clamp(320px, 26vw, 460px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: rgba(153, 141, 116, 0.86);
  color: #f3ede2;
  padding: clamp(34px, 3.2vw, 54px);
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.alignment-circle + .alignment-circle {
  margin-left: clamp(-48px, -3vw, -72px);
}

.circle-level {
  margin: 0;
  font-size: clamp(13px, 0.9vw, 16px);
  letter-spacing: 0.08em;
  color: #f1e58e;
  font-weight: 600;
}

.alignment-circle h2 {
  margin: 12px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 2.6vw, 52px);
  line-height: 0.98;
  font-weight: 600;
  color: #f5e78b;
  letter-spacing: -0.02em;
}

.circle-tag {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25px, 1.6vw, 31px);
  color: #f6efda;
}

.circle-body {
  margin: 20px 0 0;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.55;
  color: #f4f0e8;
}

@media (max-width: 1280px) {
  .alignment-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .alignment-circles {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .alignment-circle + .alignment-circle {
    margin-left: 0;
  }
}

.service-criteria {
  margin-top: 58px;
}

.service-criteria h3 {
  margin: 0 0 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(30px, 2.2vw, 42px);
  font-weight: 700;
  color: #3f3a32;
}

.criteria-row {
  display: grid;
  grid-template-columns: minmax(220px, 28%) 1fr;
  background: #f4f1ec;
  border: 1px solid rgba(93, 85, 72, 0.18);
  margin-bottom: 14px;
  min-height: 154px;
}

.criteria-left {
  background: #8f826f;
  color: #f7f3ea;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
}

.criteria-left p {
  margin: 0;
  font-size: clamp(24px, 1.7vw, 33px);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.criteria-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border: 2px solid rgba(247, 243, 234, 0.85);
  border-radius: 8px;
  position: relative;
}

.criteria-icon::before,
.criteria-icon::after {
  content: "";
  position: absolute;
  background: rgba(247, 243, 234, 0.85);
}

.criteria-icon::before {
  width: 20px;
  height: 2px;
  left: 8px;
  top: 14px;
}

.criteria-icon::after {
  width: 2px;
  height: 20px;
  left: 17px;
  top: 8px;
}

.criteria-icon-pencil {
  transform: rotate(-5deg);
}

.criteria-icon-pencil::before {
  width: 22px;
  height: 2px;
  left: 7px;
  top: 18px;
  transform: rotate(-35deg);
}

.criteria-icon-pencil::after {
  width: 0;
  height: 0;
  left: 23px;
  top: 8px;
  background: transparent;
  border-left: 6px solid rgba(247, 243, 234, 0.85);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(-35deg);
}

.criteria-right {
  display: grid;
  align-items: center;
  padding: 24px 30px;
}

.criteria-right p {
  margin: 0;
  font-size: clamp(20px, 1.35vw, 27px);
  line-height: 1.6;
  color: #49443b;
  font-weight: 400;
}

/* Header fine-tuning: slimmer gray bar + larger Month Film mark */
.simple-topbar {
  min-height: 72px;
  padding: 8px 22px;
}

.simple-topbar-left {
  font-size: 50px;
  line-height: 0.9;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .simple-topbar {
    min-height: 64px;
    padding: 8px 16px;
  }

  .simple-topbar-left {
    font-size: 42px;
  }
}

/* Header final request: TEN MINCHO, no bold, 0.5cm vertical spacing */
.simple-topbar {
  min-height: auto;
  height: auto;
  padding: 0.5cm 22px;
}

.simple-topbar-left,
.simple-topbar-nav a {
  font-family: "TEN MINCHO", "Ten Mincho", "Noto Serif KR", serif;
  font-weight: 400;
}

.simple-topbar-left {
  font-size: 50px;
  line-height: 1;
}

.simple-topbar-nav a {
  font-weight: 400;
}

@media (max-width: 1300px) {
  .simple-topbar {
    min-height: auto;
    padding: 0.5cm 16px;
  }

  .simple-topbar-left {
    font-size: 42px;
  }
}

/* Header rollback: restore previous fonts, keep non-bold, match left size to menu */
.simple-topbar-left {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.simple-topbar-nav a {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

@media (max-width: 1300px) {
  .simple-topbar-left {
    font-size: 16px;
  }
}

/* Footer spacing/text tweak request */
.simple-date-block {
  padding-top: calc(46px + 10cm);
}

.simple-footer-copy {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 1300px) {
  .simple-footer-copy {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .criteria-row {
    grid-template-columns: 1fr;
  }

  .criteria-left {
    min-height: 110px;
  }

  .criteria-right {
    padding: 18px 16px;
  }
}

/* Pricing matrix style */
.pricing-alignment {
  background: #ece8df;
}

.pricing-alignment .simple-page-main {
  width: min(1680px, calc(100% - 36px));
  padding-top: 42px;
}

.pricing-matrix-section h2 {
  margin-bottom: 22px;
}

.pricing-matrix-wrap {
  background: #ece8df;
  border-radius: 10px;
  border: 1px solid rgba(93, 85, 72, 0.2);
  padding: 10px;
}

.pricing-matrix-topline {
  height: 10px;
  border-radius: 6px;
  background: #6f6b64;
  margin-bottom: 8px;
}

.pricing-matrix-grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 6px;
}

.pm-label,
.pm-cell {
  border-radius: 8px;
  border: 1px solid rgba(73, 68, 59, 0.14);
  background: #f0ede7;
  min-height: 56px;
  padding: 10px 12px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #27231d;
}

.pm-head {
  background: #998f79;
  color: #efe58f;
  font-weight: 700;
}

.pm-label {
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.pm-cell {
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 500;
}

.pm-cell.pm-head {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 2vw, 40px);
  font-weight: 700;
}

.pm-span2 {
  grid-column: 2 / 4;
}

.pm-time {
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.3;
}

.pm-time small {
  display: block;
  margin-top: 4px;
  font-size: clamp(13px, 0.95vw, 18px);
}

.pm-video-label {
  min-height: 180px;
}

.pm-video-cell {
  align-content: center;
  font-size: 16px;
  line-height: 1.45;
  padding: 14px 16px 16px;
}

.pm-video-cell strong {
  display: block;
  font-size: clamp(24px, 1.6vw, 30px);
  margin-bottom: 6px;
  font-weight: 700;
}

.pm-video-cell ul {
  margin: 0;
  padding-left: 1.15em;
  text-align: left;
  font-size: clamp(15px, 1.05vw, 20px);
}

.pm-video-cell li + li {
  margin-top: 3px;
}

@media (max-width: 1100px) {
  .pricing-alignment .simple-page-main {
    width: min(1680px, calc(100% - 20px));
  }

  .pricing-matrix-grid {
    grid-template-columns: 170px 1fr 1fr;
  }

  .pm-label,
  .pm-cell {
    min-height: 56px;
    padding: 10px 10px;
  }
}

@media (max-width: 820px) {
  .pricing-matrix-wrap {
    padding: 10px;
  }

  .pricing-matrix-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pm-span2 {
    grid-column: auto;
  }

  .pm-video-label {
    min-height: 56px;
  }

  .pm-video-cell ul {
    font-size: 17px;
  }
}

/* Final footer override: TEN MINCHO + half-size text + 10cm top gap */
.simple-date-block {
  padding: 10cm 16px 54px !important;
}

.simple-footer-meta {
  font-family: "TEN MINCHO", "Ten Mincho", "Noto Serif KR", serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.28 !important;
}

.simple-footer-copy {
  font-family: "TEN MINCHO", "Ten Mincho", "Noto Serif KR", serif !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* Global topbar consistency across all public pages */
.simple-topbar-left {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* Main footer final style: line + list layout + Ten Mincho 0.8x */
.simple-footer-list {
  padding: 10cm 16px 54px !important;
  text-align: center;
}

.simple-footer-divider {
  width: min(1920px, 96%);
  height: 1px;
  margin: 0 auto 30px;
  background: rgba(63, 58, 50, 0.36);
}

.simple-footer-rights,
.simple-footer-listed {
  margin: 0;
  font-family: "TEN MINCHO", "Ten Mincho", "Noto Serif KR", serif !important;
  font-weight: 400 !important;
  color: #3f3a32;
}

.simple-footer-rights {
  font-size: 9.1px !important;
  line-height: 1.35;
}

.simple-footer-listed {
  margin-top: 10px;
  font-size: 15.9px !important;
  line-height: 1.34;
}

@media (max-width: 1300px) {
  .simple-footer-divider {
    margin-bottom: 22px;
  }

  .simple-footer-rights {
    font-size: 7.8px !important;
  }

  .simple-footer-listed {
    font-size: 10.4px !important;
  }
}

/* Final unified topbar across all pages */
.simple-topbar {
  background: #64635f !important;
  color: #f2f0ed !important;
  min-height: auto !important;
  height: auto !important;
  padding: 0.5cm 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.simple-topbar-left {
  font-size: 33px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #f2f0ed !important;
  text-decoration: none !important;
}

.simple-topbar-nav {
  display: flex !important;
  align-items: center !important;
  gap: 0.3cm !important;
}

.simple-topbar-nav a,
.simple-topbar-nav a:visited,
.simple-topbar-nav a:hover,
.simple-topbar-nav a:active {
  color: #f2f0ed !important;
  text-decoration: none !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

@media (max-width: 1300px) {
  .simple-topbar {
    padding: 0.4cm 14px !important;
  }

  .simple-topbar-left {
    font-size: 25px !important;
  }

  .simple-topbar-nav a,
  .simple-topbar-nav a:visited,
  .simple-topbar-nav a:hover,
  .simple-topbar-nav a:active {
    font-size: 16px !important;
  }
}

/* Contact page: board style (service tone) */
.contact-main {
  width: min(1600px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 76px;
}

.contact-board {
  border: 1px solid rgba(93, 85, 72, 0.2);
  border-radius: 14px;
  background: #ece8df;
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
}

.contact-left h1 {
  margin: 8px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 4.2vw, 78px);
  line-height: 0.95;
  color: #3f3a32;
}

.contact-lead {
  margin: 0 0 22px;
  color: #5a5347;
  font-size: clamp(20px, 1.35vw, 28px);
  line-height: 1.45;
}

.contact-notes {
  margin: 0;
  padding-left: 1.2em;
  color: #5d564a;
  font-size: clamp(17px, 1.08vw, 22px);
  line-height: 1.6;
}

.contact-notes li + li {
  margin-top: 6px;
}

.contact-right {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-pill {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  min-height: 122px;
  border: 1px solid rgba(93, 85, 72, 0.28);
  border-radius: 999px;
  background: #f8f6f1;
  color: #2e2922;
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(57, 51, 41, 0.11);
}

.pill-icon {
  width: 112px;
  height: 112px;
  margin-left: 4px;
  border-radius: 999px;
  background: #8f826f;
  color: #f3ede2;
  display: grid;
  place-items: center;
  font-size: 46px;
  line-height: 1;
}

.pill-copy {
  display: grid;
  padding: 0 26px 0 18px;
}

.pill-copy strong {
  font-size: clamp(29px, 1.9vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #3f3a32;
}

.pill-copy small {
  margin-top: 4px;
  font-size: clamp(16px, 1vw, 20px);
  color: #625b50;
  line-height: 1.35;
}

@media (max-width: 1150px) {
  .contact-board {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
  }
}

@media (max-width: 760px) {
  .contact-main {
    width: min(1600px, calc(100% - 20px));
    padding-top: 22px;
  }

  .contact-pill {
    grid-template-columns: 82px 1fr;
    min-height: 94px;
  }

  .pill-icon {
    width: 82px;
    height: 82px;
    margin-left: 3px;
    font-size: 32px;
  }

  .pill-copy {
    padding-right: 14px;
  }
}

/* Contact page minimal style */
.contact-min-main {
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
  padding: 46px 0 88px;
}

.contact-min-panel {
  background: #ece8df;
  border: 1px solid rgba(93, 85, 72, 0.2);
  border-radius: 12px;
  padding: 34px 30px 38px;
}

.contact-min-panel h1 {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(64px, 5.2vw, 96px);
  font-weight: 700;
  line-height: 0.95;
  color: #2f2d29;
}

.contact-min-line {
  margin-top: 18px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(47, 45, 41, 0.9) 0 24%, rgba(47, 45, 41, 0.2) 24% 100%);
}

.contact-min-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}

.contact-min-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #2f2d29;
  background: rgba(248, 246, 241, 0.78);
  border: 1px solid rgba(93, 85, 72, 0.18);
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
}

.contact-min-icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #8f826f;
  color: #f5f1e8;
  font-size: 30px;
  line-height: 1;
}

.contact-min-copy strong {
  display: block;
  font-size: clamp(30px, 2.1vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  color: #373229;
}

.contact-min-copy small {
  display: block;
  margin-top: 4px;
  font-size: clamp(19px, 1.2vw, 24px);
  color: #6a6256;
  line-height: 1.3;
}

@media (max-width: 1020px) {
  .contact-min-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact page showcase style (matching provided layout) */
.contact-neo-main {
  width: min(1680px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 70px;
}

.contact-neo-canvas {
  min-height: 760px;
  background: #ece8df;
  border: 1px solid rgba(93, 85, 72, 0.18);
  border-radius: 10px;
  padding: 42px 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.contact-neo-deco {
  position: absolute;
  left: 42px;
  top: 96px;
  width: 240px;
  height: 190px;
}

.contact-neo-deco span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f6f3ec;
  border: 1px solid rgba(93, 85, 72, 0.14);
  margin-bottom: 44px;
}

.contact-neo-deco i {
  display: block;
  width: 220px;
  height: 1px;
  background: rgba(93, 85, 72, 0.2);
  margin-top: 6px;
}

.contact-neo-title {
  width: min(1120px, 78%);
  margin-top: 260px;
}

.contact-neo-title h1 {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(72px, 4.7vw, 106px);
  line-height: 0.95;
  font-weight: 800;
  color: #2f2d29;
}

.contact-neo-title h1 small {
  font-size: clamp(30px, 1.8vw, 44px);
  font-weight: 500;
  color: #3a352e;
  margin-left: 10px;
}

.contact-neo-title-line {
  margin-top: 12px;
  height: 2px;
  width: 100%;
  background: rgba(93, 85, 72, 0.24);
}

.contact-neo-pills {
  border-top: 1px solid rgba(93, 85, 72, 0.2);
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.contact-neo-pill {
  text-decoration: none;
  color: #2f2d29;
  border: 1px solid rgba(93, 85, 72, 0.18);
  background: #f5f2ec;
  border-radius: 999px;
  min-height: 74px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
}

.neo-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #998f79;
  color: #f4efe4;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.neo-copy strong {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(16px, 1.05vw, 22px);
  line-height: 1.1;
  font-weight: 700;
  color: #36322c;
}

.neo-copy small {
  display: block;
  margin-top: 2px;
  font-size: clamp(12px, 0.85vw, 16px);
  color: #625b50;
  line-height: 1.25;
}

@media (max-width: 1400px) {
  .contact-neo-canvas {
    min-height: 680px;
  }

  .contact-neo-title {
    width: 100%;
  }

  .contact-neo-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .contact-neo-main {
    width: min(1680px, calc(100% - 20px));
  }

  .contact-neo-canvas {
    padding: 20px 14px;
    min-height: 560px;
  }

  .contact-neo-deco {
    display: none;
  }

  .contact-neo-title {
    margin-top: 34px;
    width: 100%;
  }

  .contact-neo-title h1 small {
    display: block;
    margin: 8px 0 0;
  }

  .contact-neo-pills {
    grid-template-columns: 1fr;
    padding-top: 14px;
  }
}

/* Main title tweak request */
.simple-title-band {
  padding-top: calc(42px + 3cm);
}

.simple-title-band h1 {
  font-size: clamp(70px, 10.4vw, 127px);
}

/* Pricing modern cards (services tone) */
.pricing-alignment {
  background: #ece8df;
}

.pricing-alignment .simple-page-main {
  width: min(1540px, calc(100% - 56px));
  padding-top: 42px;
}

.pricing-modern h2 {
  margin: 0 0 20px;
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-plan-card {
  background: #f7f4ef;
  border: 1px solid rgba(93, 85, 72, 0.18);
  border-radius: 30px;
  padding: 28px 28px 24px;
  color: #3f3a32;
}

.plan-tier {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #6c6458;
}

.pricing-plan-card h3 {
  margin: 8px 0 2px;
  font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
  font-size: clamp(56px, 4.2vw, 88px);
  line-height: 0.98;
  font-weight: 800;
  color: #24211c;
}

.plan-cam {
  margin: 0 0 14px;
  font-size: clamp(20px, 1.3vw, 28px);
  color: #4f4a42;
}

.pricing-plan-card ul {
  margin: 0;
  padding-left: 1.05em;
  font-size: clamp(19px, 1.15vw, 26px);
  line-height: 1.65;
}

.pricing-plan-card li + li {
  margin-top: 4px;
}

.pricing-note {
  margin: 18px 0 0;
  font-size: clamp(18px, 1.1vw, 24px);
  color: #5a5347;
}

.pricing-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-event-card {
  background: #f7f4ef;
  border: 1px solid rgba(93, 85, 72, 0.18);
  border-radius: 30px;
  padding: 24px 24px 20px;
  color: #3f3a32;
}

.pricing-event-card h3 {
  margin: 0;
  font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
  font-size: clamp(40px, 2.6vw, 60px);
  line-height: 1.05;
  font-weight: 700;
}

.pricing-event-card .event-price {
  margin: 8px 0 8px;
  font-size: clamp(35px, 2.2vw, 50px);
  font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
  color: #26221c;
  line-height: 1.05;
}

.pricing-event-card p {
  margin: 0;
  font-size: clamp(18px, 1.05vw, 23px);
  line-height: 1.55;
  color: #5a5347;
}

@media (max-width: 1100px) {
  .pricing-alignment .simple-page-main {
    width: min(1540px, calc(100% - 24px));
  }
}

@media (max-width: 920px) {
  .pricing-plan-grid,
  .pricing-event-grid {
    grid-template-columns: 1fr;
  }

  .pricing-plan-card,
  .pricing-event-card {
    border-radius: 20px;
    padding: 18px 16px;
  }
}

/* Pricing editorial rows: image on the left, text on the right */
.pricing-editorial-stack {
  display: grid;
  gap: 22px;
}

.pricing-editorial-row {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  gap: 20px;
  align-items: stretch;
}

.pricing-editorial-media {
  border-radius: 6px;
  border: 1px solid rgba(93, 85, 72, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2)),
    var(--img) center/cover no-repeat;
  min-height: 360px;
  height: 100%;
}

.pricing-editorial-media.mono {
  filter: grayscale(1);
}

.pricing-editorial-copy {
  display: grid;
  align-content: center;
  padding: 6px 0;
  color: #26221d;
}

.pricing-editorial-copy h3 {
  margin: 0 0 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pricing-editorial-copy h3 span {
  font-size: 0.64em;
  font-weight: 500;
  margin-left: 10px;
}

.pricing-editorial-copy ul {
  margin: 0;
  padding-left: 1.05em;
  font-size: 17px;
  line-height: 1.75;
}

.pricing-editorial-copy li + li {
  margin-top: 3px;
}

@media (max-width: 1050px) {
  .pricing-editorial-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-editorial-media {
    min-height: 280px;
  }
}

/* Services circles: 4 deliverables with yellow title + white body */
.alignment-circles {
  gap: 0;
}

.alignment-circles .delivery-circle {
  width: clamp(250px, 20.5vw, 340px);
  padding: clamp(28px, 2.5vw, 40px);
  background: rgba(153, 141, 116, 0.86);
}

.alignment-circles .delivery-circle + .delivery-circle {
  margin-left: clamp(-42px, -2.6vw, -58px);
}

.delivery-title {
  margin: 0 0 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(32px, 2.1vw, 44px) !important;
  line-height: 1.1;
  font-weight: 700 !important;
  color: #efe58f !important;
  letter-spacing: -0.01em;
}

.delivery-body {
  margin: 0;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.55;
  color: #f4f1e9;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .alignment-circles .delivery-circle {
    width: min(100%, 520px);
  }

  .alignment-circles .delivery-circle + .delivery-circle {
    margin-left: 0;
  }
}

/* Services final circle format: EN title + KR subtitle + yellow divider */
.delivery-eng {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(40px, 2.4vw, 52px);
  line-height: 1.06;
  font-weight: 700;
  color: #efe58f;
  letter-spacing: -0.01em;
}

.delivery-kor {
  margin: 10px 0 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(19px, 1.2vw, 24px);
  font-weight: 500;
  color: #efe58f;
}

.delivery-divider {
  width: 100%;
  height: 2px;
  margin: 12px 0 16px;
  background: rgba(239, 229, 143, 0.95);
}

.delivery-body {
  text-align: center;
  color: #f4f1e9;
}

/* Contact final format: centered quote + 3 channel pills */
.contact-simple {
  background: #ece8df;
}

.contact-neo-main {
  width: min(1680px, calc(100% - 40px));
  padding: 24px 0 64px;
}

.contact-neo-canvas {
  min-height: 700px;
  background: #ece8df;
  border: 1px solid rgba(93, 85, 72, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-neo-quote {
  margin: 220px auto 0;
  width: min(1120px, 92%);
  text-align: center;
}

.contact-neo-quote p {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(36px, 2.45vw, 54px);
  line-height: 1.52;
  font-weight: 700;
  color: #2f2d29;
  letter-spacing: -0.01em;
}

.contact-neo-title-line {
  width: 100%;
  margin-top: 26px;
}

.contact-neo-pills {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.neo-icon {
  position: relative;
  font-size: 0;
}

.neo-icon::before {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.neo-icon-instagram::before {
  content: "◎";
}

.neo-icon-youtube::before {
  content: "▶";
  transform: translateX(1px);
}

.neo-icon-blog::before {
  content: "B";
  font-weight: 700;
}

@media (max-width: 1400px) {
  .contact-neo-quote {
    margin-top: 160px;
  }
}

@media (max-width: 1000px) {
  .contact-neo-quote {
    margin-top: 72px;
  }

  .contact-neo-pills {
    grid-template-columns: 1fr;
  }

  .contact-neo-quote p {
    font-size: clamp(26px, 4.2vw, 40px);
    line-height: 1.45;
  }
}

/* Main footer final sizing */
html body .simple-footer-list .simple-footer-rights {
  font-size: 12px !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
}

html body .simple-footer-list .simple-footer-listed {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.01em !important;
}

@media (max-width: 1300px) {
  html body .simple-footer-list .simple-footer-rights {
    font-size: 10px !important;
  }

  html body .simple-footer-list .simple-footer-listed {
    font-size: 13px !important;
  }
}

html body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html body .simple-footer-list {
  width: 100%;
  margin-top: auto;
  padding: 5cm 16px 42px !important;
  flex-shrink: 0;
  background: transparent !important;
}

html body .simple-date-block {
  background: transparent !important;
}

html body .simple-footer-list .simple-footer-divider {
  width: min(1920px, calc(100% - 14px));
  margin-bottom: 24px;
}

@media (max-width: 1300px) {
  html body .simple-footer-list {
    padding: 2.25rem 14px 34px !important;
  }
}

/* Absolute lock: identical topbar style on every page */
html body .simple-topbar {
  background: #64635f !important;
  color: #f2f0ed !important;
  min-height: auto !important;
  height: auto !important;
  padding: 0.5cm 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
}

html body .simple-topbar-left,
html body .simple-topbar-left:visited,
html body .simple-topbar-left:hover,
html body .simple-topbar-left:active {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 33px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #f2f0ed !important;
  text-decoration: none !important;
}

html body .simple-topbar-nav {
  display: flex !important;
  align-items: center !important;
  gap: 0.8cm !important;
}

html body .simple-topbar-nav a,
html body .simple-topbar-nav a:visited,
html body .simple-topbar-nav a:hover,
html body .simple-topbar-nav a:active {
  font-family: "Noto Sans KR", sans-serif !important;
  color: #f2f0ed !important;
  text-decoration: none !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

@media (max-width: 1300px) {
  html body .simple-topbar {
    padding: 0.4cm 14px !important;
  }

  html body .simple-topbar-left,
  html body .simple-topbar-left:visited,
  html body .simple-topbar-left:hover,
  html body .simple-topbar-left:active {
    font-size: 25px !important;
  }

  html body .simple-topbar-nav {
    gap: 0.38cm !important;
  }

  html body .simple-topbar-nav a,
  html body .simple-topbar-nav a:visited,
  html body .simple-topbar-nav a:hover,
  html body .simple-topbar-nav a:active {
    font-size: 16px !important;
  }
}

/* Contact quote size request: 0.3x */
html body.contact-simple .contact-neo-quote p {
  font-size: clamp(11px, 0.74vw, 16px) !important;
  line-height: 1.55 !important;
}

/* Pricing page: reference-style alternating editorial layout */
html body.pricing-reference {
  background: #ece8df;
}

html body.pricing-reference .pricing-ref-main {
  width: min(1380px, calc(100% - 64px));
  padding-top: 64px;
  padding-bottom: 110px;
}

html body.pricing-reference .pricing-ref-row {
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(360px, 1fr);
  gap: clamp(38px, 5vw, 86px);
  align-items: center;
}

html body.pricing-reference .pricing-ref-row + .pricing-ref-row {
  margin-top: 3cm;
}

html body.pricing-reference .pricing-ref-row-reverse {
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 520px);
}

html body.pricing-reference .pricing-ref-row-reverse .pricing-ref-copy {
  order: 1;
}

html body.pricing-reference .pricing-ref-row-reverse .pricing-ref-media {
  order: 2;
}

html body.pricing-reference .pricing-ref-media {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(72, 66, 56, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.18)),
    var(--img) center/cover no-repeat;
}

html body.pricing-reference .pricing-ref-copy {
  color: #2f2a23;
}

html body.pricing-reference .pricing-ref-label {
  margin: 0 0 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #6a6256;
}

html body.pricing-reference .pricing-ref-copy h2 {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
}

html body.pricing-reference .pricing-ref-body {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.75;
  color: #5f574b;
}

html body.pricing-reference .pricing-ref-list {
  margin: 22px 0 0;
  padding-left: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  list-style: none;
  font-size: 18px;
  line-height: 1.82;
  color: #2f2a23;
  border-top: 1px solid rgba(120, 109, 93, 0.24);
  border-bottom: 1px solid rgba(120, 109, 93, 0.24);
}

html body.pricing-reference .pricing-ref-list li {
  position: relative;
  padding-left: 16px;
}

html body.pricing-reference .pricing-ref-list li::before {
  content: "·";
  position: absolute;
  left: 0;
}

html body.pricing-reference .pricing-ref-note {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.42;
  color: #6a6256;
}

html body.pricing-reference .pricing-ref-addon-box {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(93, 85, 72, 0.18);
  border-radius: 18px;
  background: #f7f4ef;
  box-shadow: 0 10px 20px rgba(47, 42, 35, 0.03);
}

html body.pricing-reference .pricing-ref-addon-box p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  color: #6a6256;
}

html body.pricing-reference .travel-fee-block {
  margin-top: 3cm;
}

html body.pricing-reference .travel-fee-block-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #2f2a23;
}

html body.pricing-reference .travel-fee-card {
  margin-top: 22px;
  padding: clamp(24px, 2.4vw, 30px);
  border: 1px solid rgba(164, 150, 128, 0.28);
  border-radius: 32px;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.05);
  color: #2f2a23;
}

html body.pricing-reference .travel-fee-card-label {
  margin: 0 0 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #6a6256;
}

html body.pricing-reference .travel-fee-card-intro {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5f574b;
  word-break: keep-all;
}

html body.pricing-reference .travel-fee-section {
  padding: 24px 0;
  border-bottom: 1px solid rgba(120, 109, 93, 0.24);
}

html body.pricing-reference .travel-fee-section:first-of-type {
  padding-top: 8px;
}

html body.pricing-reference .travel-fee-section:last-of-type {
  border-bottom: 0;
}

html body.pricing-reference .travel-fee-section h3 {
  margin: 0 0 18px;
  text-align: left;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(24px, 1.8vw, 30px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: #2f2a23;
}

html body.pricing-reference .travel-fee-subgroup + .travel-fee-subgroup {
  margin-top: 30px;
}

html body.pricing-reference .travel-fee-subgroup h4 {
  margin: 0 0 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #2f2a23;
}

html body.pricing-reference .travel-fee-line {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

html body.pricing-reference .travel-fee-line + .travel-fee-line {
  margin-top: 18px;
}

html body.pricing-reference .travel-fee-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 92px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #8a7a67;
  color: #fffdf9;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  box-shadow: none;
}

html body.pricing-reference .travel-fee-line p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
  color: #4f473d;
  word-break: keep-all;
}

html body.pricing-reference .travel-fee-notes {
  padding-top: 20px;
  border-top: 1px solid rgba(120, 109, 93, 0.24);
}

html body.pricing-reference .travel-fee-notes p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5f574b;
  font-weight: 600;
}

html body.pricing-reference .travel-fee-notes p + p {
  margin-top: 2px;
}

html body.pricing-reference .pricing-event-section {
  margin-top: 3cm;
}

html body.pricing-reference .pricing-event-label {
  margin: 0 0 24px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #6a6256;
}

html body.pricing-reference .pricing-event-title {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #2f2a23;
}

html body.pricing-reference .pricing-event-intro {
  margin: 0 0 42px;
  max-width: 35rem;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  white-space: nowrap;
  color: #5f574b;
  word-break: keep-all;
}

html body.pricing-reference .pricing-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

html body.pricing-reference .pricing-event-card {
  padding: 2rem 2.2rem;
  border: 1px solid rgba(255, 251, 244, 0.14);
  border-radius: 1.25rem;
  background: #a49680;
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.06);
  color: #fffdf8;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

html body.pricing-reference .pricing-event-card h3 {
  margin: 0;
  width: 100%;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 2.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fffaf1;
}

html body.pricing-reference .pricing-event-card h3::after {
  content: "";
  display: block;
  width: 100%;
  margin: 1rem 0 0;
  border-bottom: 1px solid rgba(255, 250, 241, 0.72);
}

html body.pricing-reference .pricing-event-price {
  margin: 12px 0 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: rgba(249, 241, 221, 0.92);
}

html body.pricing-reference .pricing-event-body {
  margin: 1.1rem 0 0;
  max-width: none;
  font-size: 17px;
  line-height: 2;
  color: #fffaf1;
  word-break: keep-all;
}

@media (max-width: 1020px) {
  html body.pricing-reference .pricing-ref-main {
    width: min(1380px, calc(100% - 26px));
    padding-top: 34px;
  }

  html body.pricing-reference .pricing-ref-row,
  html body.pricing-reference .pricing-ref-row-reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  html body.pricing-reference .pricing-ref-row-reverse .pricing-ref-copy,
  html body.pricing-reference .pricing-ref-row-reverse .pricing-ref-media {
    order: initial;
  }

  html body.pricing-reference .pricing-ref-row + .pricing-ref-row {
    margin-top: 3cm;
  }

  html body.pricing-reference .pricing-ref-copy h2 {
    font-size: clamp(42px, 10vw, 64px);
  }

  html body.pricing-reference .pricing-ref-list {
    font-size: 16px;
  }

  html body.pricing-reference .pricing-ref-addon-box {
    padding: 10px 14px;
    border-radius: 16px;
  }

  html body.pricing-reference .pricing-ref-addon-box p {
    font-size: 11px;
    line-height: 1.4;
  }

  html body.pricing-reference .travel-fee-block {
    margin-top: 3cm;
  }

  html body.pricing-reference .travel-fee-block-title {
    font-size: clamp(42px, 10vw, 64px);
  }

  html body.pricing-reference .travel-fee-card {
    margin-top: 22px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  html body.pricing-reference .travel-fee-card-label {
    margin-bottom: 16px;
  }

  html body.pricing-reference .travel-fee-card-intro {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
  }

  html body.pricing-reference .travel-fee-section {
    padding: 24px 0;
  }

  html body.pricing-reference .travel-fee-section:first-of-type {
    padding-top: 8px;
  }

  html body.pricing-reference .travel-fee-section h3 {
    margin-bottom: 18px;
    text-align: left;
    font-size: 20px;
    line-height: 0.84;
  }

  html body.pricing-reference .travel-fee-line {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  html body.pricing-reference .travel-fee-pill {
    justify-self: start;
    min-width: 84px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 0.94;
  }

  html body.pricing-reference .travel-fee-line p {
    font-size: 15px;
    line-height: 1.56;
  }

  html body.pricing-reference .travel-fee-subgroup h4 {
    font-size: 17px;
    line-height: 1.12;
  }

  html body.pricing-reference .travel-fee-notes {
    padding-top: 20px;
  }

  html body.pricing-reference .pricing-event-section {
    margin-top: 3cm;
  }

  html body.pricing-reference .pricing-event-title {
    margin-bottom: 16px;
    font-size: clamp(42px, 10vw, 64px);
  }

  html body.pricing-reference .pricing-event-intro {
    margin-bottom: 24px;
    max-width: none;
    font-size: 15px;
    line-height: 1.7;
    white-space: normal;
  }

  html body.pricing-reference .pricing-event-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  html body.pricing-reference .pricing-event-card {
    min-height: auto;
    padding: 1.6rem 1.4rem;
    border-radius: 24px;
  }

  html body.pricing-reference .pricing-event-card h3 {
    padding: 0;
    font-size: clamp(22px, 5.6vw, 32px);
  }

  html body.pricing-reference .pricing-event-card h3::after {
    margin-top: 1rem;
    border-bottom-width: 1px;
  }

  html body.pricing-reference .pricing-event-price {
    margin-top: 0.45rem;
    font-size: clamp(1.05rem, 4.2vw, 1.4rem);
    line-height: 1.35;
  }

  html body.pricing-reference .pricing-event-body {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.7;
  }
}

/* Shared subpage background: match contract lookup page */
html body.subpage-contract-bg {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(220, 208, 194, 0.5), transparent 28%),
    linear-gradient(135deg, #f8f5ef 0%, #ece5da 50%, #f9f6f2 100%);
}

/* Luxe navigation inspired by bluemercury */
html body .simple-topbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 60 !important;
  display: grid !important;
  grid-template-columns: minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  align-items: center !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: rgba(251, 249, 245, 0.96) !important;
  color: #1f1b17 !important;
  border-top: 1px solid rgba(42, 36, 31, 0.08) !important;
  border-bottom: 1px solid rgba(42, 36, 31, 0.12) !important;
  backdrop-filter: blur(18px) !important;
  box-shadow: 0 16px 34px rgba(31, 27, 23, 0.05) !important;
}

html body .simple-topbar::before {
  content: "2026 · 2027 WEDDING FILM RESERVATIONS OPEN";
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: 2.35rem;
  box-sizing: border-box;
  padding: 0.78rem 1.5rem 0.74rem;
  background: #f1ece4;
  border-bottom: 1px solid rgba(42, 36, 31, 0.12);
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #4e473d;
}

html body .simple-topbar-left,
html body .simple-topbar-left:visited,
html body .simple-topbar-left:hover,
html body .simple-topbar-left:active {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  min-height: calc(8.25rem + 1.5cm);
  display: flex;
  align-items: center;
  padding: 1cm 1rem;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 110px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  color: #171412 !important;
  text-decoration: none !important;
}

html body .simple-topbar-nav {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  min-height: 4.6rem;
  box-sizing: border-box;
  gap: 0.82cm !important;
  padding: 0.95rem 1.5rem 0.9rem !important;
  border-top: 1px solid rgba(42, 36, 31, 0.1) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html body .simple-topbar-nav a,
html body .simple-topbar-nav a:visited,
html body .simple-topbar-nav a:hover,
html body .simple-topbar-nav a:active {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-bottom: 0.1rem;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #403a31 !important;
  text-decoration: none !important;
}

html body .simple-topbar-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.22rem;
  height: 1px;
  background: #1f1b17;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

html body .simple-topbar-nav a:hover::after,
html body .simple-topbar-nav a:focus-visible::after {
  transform: scaleX(1);
}

html body .simple-topbar-nav::-webkit-scrollbar {
  display: none;
}

@media (max-width: 900px) {
  html {
    -webkit-text-size-adjust: 80%;
    text-size-adjust: 80%;
  }

  html body .simple-topbar::before {
    padding-inline: 1rem;
    min-height: 2rem;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  html body .simple-topbar-left,
  html body .simple-topbar-left:visited,
  html body .simple-topbar-left:hover,
  html body .simple-topbar-left:active {
    min-height: calc(3.95rem + 0.8cm);
    padding: 0.35cm 0.8rem;
    font-size: 42px !important;
  }

  html body .simple-topbar-nav {
    gap: 1rem !important;
    min-height: 3.4rem;
    padding: 0.72rem 1rem 0.68rem !important;
  }

  html body .simple-topbar-nav a,
  html body .simple-topbar-nav a:visited,
  html body .simple-topbar-nav a:hover,
  html body .simple-topbar-nav a:active {
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }
}

html body.simple-home .simple-hero {
  margin-top: 0;
}

@media (max-width: 900px) {
  html body.simple-home .simple-hero {
    margin-top: 0;
  }
}

/* Services typography tuned to pricing concept */
html body.services-alignment .alignment-main {
  width: min(1380px, calc(100% - 64px));
  padding-top: 64px;
  padding-bottom: 110px;
}

html body.services-alignment .alignment-section {
  border-top: none;
  padding-top: 0;
}

html body.services-alignment .alignment-head {
  border-bottom: none;
  padding-bottom: 0;
}

html body.services-alignment .alignment-kicker {
  margin: 0 0 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6a6256;
}

html body.services-alignment .alignment-intro {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0 0 34px;
  align-items: start;
  justify-items: start;
}

html body.services-alignment .alignment-lead {
  margin: 20px 0 0;
  max-width: none;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 4.3vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-transform: none;
  color: #2f2a23;
}

html body.services-alignment .alignment-sub {
  margin: 20px 0 0;
  max-width: 35rem;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  color: #5f574b;
}

html body.services-alignment .alignment-package-note {
  margin: 0.35rem 0 0;
  max-width: 52rem;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  white-space: nowrap;
  color: #5f574b;
}

html body.services-alignment .alignment-circles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 12px;
  align-items: stretch;
}

html body.services-alignment .alignment-circles .delivery-circle {
  width: 100%;
  min-height: 28rem;
  aspect-ratio: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  margin-left: 0 !important;
  padding: 2rem 2.2rem;
  background: #a49680;
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

html body.services-alignment .delivery-circle-link {
  color: #fffaf1;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

html body.services-alignment .delivery-circle-link:hover,
html body.services-alignment .delivery-circle-link:focus-visible {
  transform: translateY(-4px);
  filter: saturate(1.05);
  box-shadow: 0 1.4rem 3rem rgba(46, 38, 29, 0.14);
}

html body.services-alignment .delivery-circle-link:focus-visible {
  outline: 2px solid rgba(33, 27, 22, 0.56);
  outline-offset: 4px;
}

html body.services-alignment .delivery-eng {
  margin: 0;
  width: auto;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 2.45vw, 48px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #fffaf1;
}

html body.services-alignment .delivery-kor {
  margin: 12px 0 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(249, 241, 221, 0.92);
}

html body.services-alignment .delivery-divider {
  width: 100%;
  height: 1px;
  margin: 1.1rem 0 1.25rem;
  background: rgba(255, 250, 241, 0.72);
}

html body.services-alignment .delivery-body {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 2;
  text-align: left;
  color: #fffaf1;
}

html body.services-alignment .delivery-sample-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.35rem;
  color: rgba(255, 250, 241, 0.9);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

html body.services-alignment .delivery-sample-link::after {
  content: "↗";
  font-size: 0.9em;
}

html body.services-alignment .alignment-sample-note {
  margin: 1.3rem 0 0;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  color: #5f574b;
}

html body.services-alignment .service-criteria {
  margin-top: calc(44px + 2.5cm);
}

html body.services-alignment .service-criteria-kicker {
  margin: 0 0 34px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6a6256;
}

html body.services-alignment .service-criteria h3 {
  margin: 0 0 28px;
  max-width: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  white-space: nowrap;
  color: #2f2a23;
}

html body.services-alignment .service-criteria-sub {
  margin: 0 0 34px;
  max-width: 52rem;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  white-space: nowrap;
  color: #5f574b;
}

html body.services-alignment .criteria-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

html body.services-alignment .criteria-row {
  min-height: 18rem;
  padding: 2rem 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: #a49680;
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.06);
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) 1px minmax(0, 1.42fr);
  gap: 2.2rem;
  align-items: center;
}

html body.services-alignment .criteria-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

html body.services-alignment .criteria-label h4 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 2.45vw, 48px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fffaf1;
}

html body.services-alignment .criteria-label p {
  margin: 12px 0 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(249, 241, 221, 0.92);
}

html body.services-alignment .criteria-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 250, 241, 0.72);
}

html body.services-alignment .criteria-content {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-left: 0.4rem;
}

html body.services-alignment .criteria-list {
  margin: 0;
  padding-left: 1.2em;
}

html body.services-alignment .criteria-list li {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  color: #fffdf7;
}

html body.services-alignment .criteria-list li + li {
  margin-top: 0.6rem;
}

html body.services-alignment .criteria-paragraph {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
  color: #fffaf1;
}

html body.services-alignment .service-process {
  margin-top: calc(44px + 2.5cm);
}

html body.services-alignment .service-process-kicker {
  margin: 0 0 34px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6a6256;
}

html body.services-alignment .service-process h3 {
  margin: 0 0 28px;
  max-width: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  white-space: nowrap;
  color: #2f2a23;
}

html body.services-alignment .service-process-sub {
  margin: 0 0 34px;
  max-width: 52rem;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  color: #5f574b;
}

html body.services-alignment .service-process-board {
  position: relative;
  padding: 2.4rem 2.2rem 2.2rem;
  border: 1px solid rgba(164, 150, 128, 0.26);
  border-radius: 2rem;
  background: rgba(255, 252, 247, 0.76);
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.05);
}

html body.services-alignment .service-process-seal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(140, 187, 164, 0.4);
  background: #f7f4ef;
  box-shadow: 0 10px 22px rgba(47, 42, 35, 0.06);
  font-size: 28px;
  line-height: 1;
  color: #7cb09d;
}

html body.services-alignment .service-process-rail {
  padding: 1.25rem;
  border: 1px solid rgba(196, 182, 158, 0.26);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.58);
  overflow-x: auto;
}

html body.services-alignment .service-process-track {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  min-width: 1060px;
}

html body.services-alignment .service-process-step {
  min-height: 92px;
  padding: 1.05rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  position: relative;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
}

html body.services-alignment .service-process-step:first-child {
  padding: 1.05rem 1.25rem;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}

html body.services-alignment .service-process-step:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22px 50%);
}

html body.services-alignment .service-process-step-no {
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.84;
}

html body.services-alignment .service-process-step-label {
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

html body.services-alignment .service-process-step--1 {
  background: #dfccb7;
  color: #473a30;
}

html body.services-alignment .service-process-step--2 {
  background: #d1b89a;
  color: #45372c;
}

html body.services-alignment .service-process-step--3 {
  background: #c39f79;
  color: #fffaf1;
}

html body.services-alignment .service-process-step--4 {
  background: #b28d63;
  color: #fffaf1;
}

html body.services-alignment .service-process-step--5 {
  background: #9c7956;
  color: #fffaf1;
}

html body.services-alignment .service-process-step--6 {
  background: #86674c;
  color: #fffaf1;
}

html body.services-alignment .service-process-step--7 {
  background: #6f5b49;
  color: #fffaf1;
}

html body.services-alignment .service-process-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0.55rem;
  padding: 0 1.25rem;
  align-items: start;
}

html body.services-alignment .service-process-card {
  --process-accent: #ccb28d;
  min-height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.9rem 0.12rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html body.services-alignment .service-process-card::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 0.78rem;
  background: rgba(182, 165, 139, 0.72);
}

html body.services-alignment .service-process-card-no {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: var(--process-accent);
  color: #fffaf1;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 700;
}

html body.services-alignment .service-process-card h4 {
  display: block;
  margin: 0.72rem 0 0;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 700;
  color: #2f2a23;
  word-break: keep-all;
}

html body.services-alignment .service-process-card p {
  margin: 0.38rem 0 0;
  font-size: 14px;
  line-height: 1.62;
  color: #5f574b;
  word-break: keep-all;
}

html body.services-alignment .service-process-card--1 {
  --process-accent: #cbb19a;
}

html body.services-alignment .service-process-card--2 {
  --process-accent: #b99b79;
}

html body.services-alignment .service-process-card--3 {
  --process-accent: #ab8761;
}

html body.services-alignment .service-process-card--4 {
  --process-accent: #977354;
}

html body.services-alignment .service-process-card--5 {
  --process-accent: #86654b;
}

html body.services-alignment .service-process-card--6 {
  --process-accent: #775a45;
}

html body.services-alignment .service-process-card--7 {
  --process-accent: #685041;
}

@media (max-width: 1020px) {
  html body.services-alignment .alignment-main {
    width: min(1380px, calc(100% - 26px));
    padding-top: 34px;
  }

  html body.services-alignment .alignment-intro {
    gap: 20px;
  }

  html body.services-alignment .alignment-lead {
    white-space: normal;
    font-size: clamp(38px, 8vw, 58px);
  }

  html body.services-alignment .alignment-sub {
    margin-top: 0;
    font-size: 16px;
  }

  html body.services-alignment .alignment-package-note {
    white-space: normal;
    font-size: 16px;
  }

  html body.services-alignment .alignment-circles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  html body.services-alignment .delivery-eng {
    white-space: normal;
  }

  html body.services-alignment .service-criteria h3 {
    white-space: normal;
    font-size: clamp(42px, 10vw, 64px);
  }

  html body.services-alignment .service-criteria {
    margin-top: 6rem;
  }

  html body.services-alignment .service-process {
    margin-top: 6rem;
  }

  html body.services-alignment .service-criteria-kicker {
    margin-bottom: 18px;
  }

  html body.services-alignment .service-process-kicker {
    margin-bottom: 18px;
  }

  html body.services-alignment .service-criteria-sub {
    white-space: normal;
    font-size: 16px;
  }

  html body.services-alignment .service-process h3 {
    white-space: normal;
    font-size: clamp(42px, 10vw, 64px);
  }

  html body.services-alignment .service-process-sub {
    font-size: 16px;
  }

  html body.services-alignment .criteria-grid {
    grid-template-columns: 1fr;
  }

  html body.services-alignment .criteria-row {
    min-height: auto;
    padding: 1.6rem 1.4rem;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  html body.services-alignment .criteria-label {
    align-items: flex-start;
    text-align: left;
  }

  html body.services-alignment .criteria-label h4 {
    font-size: clamp(3rem, 11vw, 4.6rem);
  }

  html body.services-alignment .criteria-label p {
    margin-top: 0.45rem;
    font-size: clamp(1.05rem, 4.2vw, 1.4rem);
  }

  html body.services-alignment .criteria-divider {
    width: 100%;
    height: 1px;
  }

  html body.services-alignment .criteria-content {
    align-items: flex-start;
  }

  html body.services-alignment .delivery-body,
  html body.services-alignment .criteria-list li,
  html body.services-alignment .criteria-paragraph {
    font-size: 16px;
  }

  html body.services-alignment .service-process-board {
    padding: 1.8rem 1.2rem 1.25rem;
    border-radius: 1.4rem;
  }

  html body.services-alignment .service-process-seal {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  html body.services-alignment .service-process-rail {
    padding: 0.9rem;
    border-radius: 1.25rem;
  }

  html body.services-alignment .service-process-track {
    min-width: 860px;
    grid-template-columns: repeat(7, minmax(118px, 1fr));
  }

  html body.services-alignment .service-process-step {
    min-height: 76px;
    padding: 0.84rem 0.95rem;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
  }

  html body.services-alignment .service-process-step:first-child {
    padding: 0.84rem 0.95rem;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  }

  html body.services-alignment .service-process-step:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18px 50%);
  }

  html body.services-alignment .service-process-step-no {
    font-size: 0.68rem;
  }

  html body.services-alignment .service-process-step-label {
    font-size: 0.84rem;
  }

  html body.services-alignment .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 1rem;
    padding: 0;
  }

  html body.services-alignment .service-process-card {
    min-height: auto;
    padding: 1rem 0.95rem;
    border: 1px solid rgba(164, 150, 128, 0.22);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 24px rgba(47, 42, 35, 0.03);
  }

  html body.services-alignment .service-process-card::before {
    margin-bottom: 0.8rem;
  }

  html body.services-alignment .service-process-card-no {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: var(--process-accent);
    color: #fffaf1;
    font-size: 0.78rem;
    line-height: 1;
    font-weight: 700;
  }

  html body.services-alignment .service-process-card h4 {
    font-size: 1rem;
  }

  html body.services-alignment .service-process-card p {
    font-size: 14px;
    line-height: 1.62;
  }
}

@media (max-width: 640px) {
  html body.services-alignment .service-process {
    margin-top: 4.5rem;
  }

  html body.services-alignment .service-process-board {
    padding: 1.55rem 0.92rem 1rem;
  }

  html body.services-alignment .service-process-rail {
    padding: 0.72rem;
  }

  html body.services-alignment .service-process-track {
    min-width: 760px;
    grid-template-columns: repeat(7, minmax(102px, 1fr));
  }

  html body.services-alignment .service-process-step {
    min-height: 68px;
    padding: 0.72rem 0.78rem;
    gap: 0.12rem;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
  }

  html body.services-alignment .service-process-step:first-child {
    padding: 0.72rem 0.78rem;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  }

  html body.services-alignment .service-process-step:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14px 50%);
  }

  html body.services-alignment .service-process-step-no {
    font-size: 0.62rem;
  }

  html body.services-alignment .service-process-step-label {
    font-size: 0.74rem;
  }

  html body.services-alignment .service-process-grid {
    grid-template-columns: 1fr;
  }

  html body.services-alignment .service-process-card-no {
    width: 2rem;
    height: 2rem;
    font-size: 0.74rem;
  }
}

html body.faq-page .faq-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 84px;
}

html body.faq-page .faq-hero {
  margin-bottom: 2rem;
}

html body.faq-page .faq-kicker {
  margin: 0 0 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6a6256;
}

html body.faq-page .faq-hero h1 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 4.3vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #2f2a23;
}

html body.faq-page .faq-intro {
  margin: 0;
  max-width: 44rem;
  font-size: 17px;
  line-height: 1.75;
  color: #5f574b;
}

html body.faq-page .faq-list {
  display: grid;
  gap: 2.25rem;
}

html body.faq-page .faq-group {
  display: grid;
  gap: 14px;
}

html body.faq-page .faq-group-head {
  display: grid;
  gap: 0.32rem;
  padding: 0 0.2rem;
}

html body.faq-page .faq-group-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a7d6c;
}

html body.faq-page .faq-group-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 700;
  color: #2f2a23;
}

html body.faq-page .faq-group-items {
  display: grid;
  gap: 14px;
}

html body.faq-page .faq-item {
  border: 1px solid rgba(164, 150, 128, 0.28);
  border-radius: 1.4rem;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.05);
  overflow: hidden;
}

html body.faq-page .faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2f2a23;
}

html body.faq-page .faq-item summary::-webkit-details-marker {
  display: none;
}

html body.faq-page .faq-item p {
  margin: 0;
  padding: 0 1.5rem 1.4rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #5f574b;
}

@media (max-width: 900px) {
  html body.faq-page .faq-main {
    width: min(1180px, calc(100% - 24px));
    padding-top: 34px;
  }

  html body.faq-page .faq-list {
    gap: 1.7rem;
  }

  html body.faq-page .faq-group-head h2 {
    font-size: 1.32rem;
  }

  html body.faq-page .faq-hero h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

  html body.faq-page .faq-intro,
  html body.faq-page .faq-item p,
  html body.faq-page .faq-item summary {
    font-size: 16px;
  }
}

html body.quick-quote-page .quick-quote-main {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 96px;
}

html body.quick-quote-page .quick-quote-hero {
  margin-bottom: 38px;
}

html body.quick-quote-page .quick-quote-kicker,
html body.quick-quote-page .quote-section-kicker,
html body.quick-quote-page .quick-summary-kicker {
  margin: 0 0 30px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6a6256;
}

html body.quick-quote-page .quick-quote-hero h1,
html body.quick-quote-page .quote-section-head h2,
html body.quick-quote-page .quick-summary h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: #2f2a23;
}

html body.quick-quote-page .quick-quote-hero h1 {
  font-size: clamp(46px, 4.5vw, 74px);
}

html body.quick-quote-page .quick-quote-intro {
  margin: 22px 0 0;
  max-width: none;
  font-size: 17px;
  line-height: 1.75;
  white-space: nowrap;
  color: #5f574b;
}

html body.quick-quote-page .quick-quote-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 30px;
  align-items: start;
}

html body.quick-quote-page .quick-quote-panel {
  border: 1px solid rgba(164, 150, 128, 0.24);
  border-radius: 30px;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.05);
}

html body.quick-quote-page .quick-quote-form {
  padding: 30px;
}

html body.quick-quote-page .quote-section + .quote-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(120, 109, 93, 0.34);
}

html body.quick-quote-page .quote-section-head {
  margin-bottom: 18px;
}

html body.quick-quote-page .quote-section-head h2,
html body.quick-quote-page .quick-summary h2 {
  font-size: clamp(34px, 3vw, 52px);
}

html body.quick-quote-page .quote-choice-grid,
html body.quick-quote-page .quote-check-grid {
  display: grid;
  gap: 14px;
}

html body.quick-quote-page .quote-choice input,
html body.quick-quote-page .quote-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

html body.quick-quote-page .quote-choice {
  display: block;
  cursor: pointer;
}

html body.quick-quote-page .quote-choice-ui,
html body.quick-quote-page .quote-check {
  display: grid;
  border: 1px solid rgba(164, 150, 128, 0.24);
  border-radius: 22px;
  background: rgba(246, 243, 237, 0.86);
  padding: 18px 20px;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

html body.quick-quote-page .quote-choice-ui {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  row-gap: 12px;
  align-items: start;
}

html body.quick-quote-page .quote-choice-ui strong {
  display: block;
  grid-column: 1;
  grid-row: 1;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 500;
  color: #2f2a23;
}

html body.quick-quote-page .quote-choice-ui span {
  display: block;
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  text-align: right;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 600;
  color: #7d5848;
}

html body.quick-quote-page .quote-choice-ui small {
  display: block;
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.65;
  color: #6a6256;
}

html body.quick-quote-page .quote-choice input:checked + .quote-choice-ui {
  border-color: rgba(138, 122, 103, 0.62);
  background: rgba(237, 231, 222, 0.92);
  box-shadow: 0 12px 28px rgba(103, 88, 69, 0.12);
  transform: translateY(-1px);
}

html body.quick-quote-page .quote-check {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}

html body.quick-quote-page .quote-check span {
  font-size: 17px;
  font-weight: 500;
  color: #2f2a23;
}

html body.quick-quote-page .quote-check strong {
  font-size: 16px;
  color: #8a7a67;
}

html body.quick-quote-page .quote-check small {
  display: block;
  grid-column: 1 / -1;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.65;
  color: #6a6256;
}

html body.quick-quote-page .quote-check-discount {
  align-items: start;
}

html body.quick-quote-page .quote-check-discount strong {
  color: #7d5848;
}

html body.quick-quote-page .quote-discount-select {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px 18px;
  border: 1px solid rgba(164, 150, 128, 0.24);
  border-radius: 22px;
  background: rgba(246, 243, 237, 0.86);
}

html body.quick-quote-page .quote-discount-select-head {
  display: contents;
}

html body.quick-quote-page .quote-discount-select span {
  font-size: 17px;
  font-weight: 500;
  color: #2f2a23;
}

html body.quick-quote-page .quote-discount-select select {
  width: clamp(9.5rem, 42vw, 13rem);
  min-height: 48px;
  justify-self: start;
  padding-inline: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #7d5848;
  text-align: left;
  text-align-last: left;
}

html body.quick-quote-page .quote-discount-select small {
  display: block;
  grid-column: 1 / -1;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.65;
  color: #6a6256;
}

html body.quick-quote-page .quote-check:has(input:checked) {
  border-color: rgba(138, 122, 103, 0.62);
  background: rgba(237, 231, 222, 0.92);
}

html body.quick-quote-page .quote-select-wrap {
  display: grid;
  gap: 10px;
}

html body.quick-quote-page .quote-select-wrap span {
  font-size: 15px;
  color: #6a6256;
}

html body.quick-quote-page .quote-select-wrap select {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(164, 150, 128, 0.3);
  border-radius: 18px;
  background: rgba(246, 243, 237, 0.86);
  padding: 0 18px;
  font-size: 16px;
  color: #2f2a23;
}

html body.quick-quote-page .quote-select-wrap.quote-discount-select {
  gap: 0;
}

html body.quick-quote-page .quote-select-wrap.quote-discount-select > .quote-discount-select-head > span {
  font-size: 17px;
  font-weight: 500;
  color: #2f2a23;
}

html body.quick-quote-page .quote-select-wrap.quote-discount-select > .quote-discount-select-head > select {
  width: clamp(9.5rem, 42vw, 13rem);
  min-height: 48px;
  justify-self: start;
  padding: 0 2.2rem 0 14px;
  border-radius: 18px;
  text-align: left;
  text-align-last: left;
  direction: ltr;
  font-size: 16px;
  font-weight: 700;
  color: #7d5848;
}

html body.quick-quote-page .quote-select-wrap.quote-discount-select > .quote-discount-select-head > select option {
  text-align: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

html body.quick-quote-page .quote-select-wrap.quote-discount-select.is-selected {
  border-color: rgba(138, 122, 103, 0.62);
  background: rgba(237, 231, 222, 0.92);
}

html body.quick-quote-page .quote-select-wrap.quote-discount-select.is-selected > .quote-discount-select-head > select {
  border-color: rgba(138, 122, 103, 0.44);
  background: rgba(244, 238, 230, 0.98);
}

html body.quick-quote-page .quote-travel-note,
html body.quick-quote-page .quick-summary-note {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6a6256;
}

html body.quick-quote-page .quick-summary {
  position: sticky;
  top: calc(15.9rem + 2cm);
  align-self: start;
  max-height: none;
  overflow: visible;
  padding: 30px;
}

html body.quick-quote-page .quick-summary-header {
  position: sticky;
  top: -30px;
  z-index: 2;
  margin: -30px -30px 0;
  padding: 30px 30px 18px;
  background: rgba(255, 252, 247, 0.96);
  backdrop-filter: blur(10px);
}

html body.quick-quote-page .quick-summary-total {
  margin: 22px 0 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(42px, 3.6vw, 62px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #2f2a23;
}

html body.quick-quote-page .quick-summary-box {
  display: grid;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(120, 109, 93, 0.34);
  border-bottom: 1px solid rgba(120, 109, 93, 0.34);
}

html body.quick-quote-page .quick-summary-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
}

html body.quick-quote-page .quick-summary-row span {
  font-size: 14px;
  color: #6a6256;
}

html body.quick-quote-page .quick-summary-row strong {
  font-size: 16px;
  line-height: 1.65;
  color: #2f2a23;
}


html body.quick-quote-page .quick-summary-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

html body.quick-quote-page .quick-summary-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

html body.quick-quote-page .quick-summary-actions a:first-child {
  background: #8a7a67;
  color: #fffdf9;
}

html body.quick-quote-page .quick-summary-actions a:last-child {
  border: 1px solid rgba(138, 122, 103, 0.34);
  color: #2f2a23;
  background: rgba(255, 252, 247, 0.72);
}

@media (max-width: 1020px) {
  html body.quick-quote-page .quick-quote-main {
    width: min(1380px, calc(100% - 24px));
    padding-top: 34px;
    padding-bottom: 72px;
  }

  html body.quick-quote-page .quick-quote-builder {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  html body.quick-quote-page .quick-quote-hero h1 {
    font-size: clamp(42px, 10vw, 64px);
  }

  html body.quick-quote-page .quick-quote-intro,
  html body.quick-quote-page .quote-choice-ui small,
  html body.quick-quote-page .quote-travel-note,
  html body.quick-quote-page .quick-summary-note {
    font-size: 15px;
    line-height: 1.65;
  }

  html body.quick-quote-page .quick-quote-form,
  html body.quick-quote-page .quick-summary {
    padding: 22px 18px;
    border-radius: 24px;
  }

  html body.quick-quote-page .quick-summary-header {
    top: -22px;
    margin: -22px -18px 0;
    padding: 22px 18px 16px;
  }

  html body.quick-quote-page .quick-quote-kicker,
  html body.quick-quote-page .quote-section-kicker,
  html body.quick-quote-page .quick-summary-kicker {
    margin-bottom: 16px;
  }

  html body.quick-quote-page .quote-section + .quote-section {
    margin-top: 22px;
    padding-top: 22px;
  }

  html body.quick-quote-page .quote-section-head h2,
  html body.quick-quote-page .quick-summary h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  html body.quick-quote-page .quote-choice-ui strong {
    font-size: 17px;
  }

  html body.quick-quote-page .quote-choice-ui span {
    font-size: 16px;
  }

  html body.quick-quote-page .quick-quote-intro {
    white-space: normal;
  }

  html body.quick-quote-page .quote-check {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  html body.quick-quote-page .quote-check small {
    font-size: 13px;
    line-height: 1.6;
  }

  html body.quick-quote-page .quote-discount-select small {
    font-size: 13px;
    line-height: 1.55;
    margin-top: 0;
  }

  html body.quick-quote-page .quote-discount-select-head {
    display: grid;
    gap: 2px;
  }

  html body.quick-quote-page .quote-discount-select {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  html body.quick-quote-page .quote-discount-select-head > select,
  html body.quick-quote-page .quote-discount-select select {
    width: clamp(9.5rem, 44vw, 12rem);
    justify-self: start;
    text-align: left;
    text-align-last: left;
  }

  html body.quick-quote-page .quick-summary {
    position: static;
    max-height: none;
    overflow: visible;
  }

  html body.quick-quote-page .quick-summary-header {
    position: static;
    margin: 0;
    padding: 0 0 18px;
    background: transparent;
    backdrop-filter: none;
  }

  html body.quick-quote-page .quick-summary-total {
    font-size: clamp(44px, 10vw, 62px);
  }

  html body.quick-quote-page .quick-summary-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 700px) {
  html body.services-alignment .alignment-circles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 6px;
  }

  html body.services-alignment .alignment-circles .delivery-circle {
    min-height: auto;
    padding: 1.6rem 1.4rem;
    border-radius: 1rem;
  }

  html body.services-alignment .delivery-eng {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  html body.services-alignment .delivery-kor {
    margin-top: 0.45rem;
    font-size: clamp(1.05rem, 4.2vw, 1.4rem);
    line-height: 1.35;
  }

  html body.services-alignment .delivery-divider {
    width: 100%;
    margin: 1rem 0;
  }

  html body.services-alignment .delivery-body {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.7;
  }
}

html body.contact-simple .contact-neo-canvas {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  justify-content: space-between;
  position: relative;
}

html body.contact-simple .contact-neo-quote {
  position: relative;
  z-index: 1;
  width: min(780px, 78%);
  margin: 14rem auto 0;
  padding: 0 0 1.5rem;
  display: grid;
  justify-items: center;
}

html body.contact-simple .contact-neo-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 5cm;
  padding-top: 0;
  padding-bottom: 18px;
  border-top: none;
  border-bottom: 1px solid rgba(93, 85, 72, 0.2);
  position: relative;
  z-index: 1;
}

html body.contact-simple .contact-neo-pill {
  --pill-accent: 161, 139, 107;
  position: relative;
  overflow: hidden;
  min-height: 88px;
  grid-template-columns: 68px 1fr;
  gap: 14px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(123, 108, 86, 0.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 240, 231, 0.92));
  box-shadow: 0 14px 28px rgba(47, 42, 35, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

html body.contact-simple .contact-neo-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--pill-accent), 0.11), rgba(255, 255, 255, 0) 48%);
  pointer-events: none;
}

html body.contact-simple .contact-neo-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--pill-accent), 0.28);
  box-shadow: 0 18px 34px rgba(47, 42, 35, 0.08);
}

html body.contact-simple .contact-neo-pill[aria-disabled="true"] {
  pointer-events: none;
}

html body.contact-simple .contact-neo-pill--instagram {
  --pill-accent: 214, 36, 159;
}

html body.contact-simple .contact-neo-pill--kakao {
  --pill-accent: 254, 229, 0;
}

html body.contact-simple .contact-neo-pill--blog {
  --pill-accent: 6, 199, 85;
}

html body.contact-simple .contact-neo-pill--youtube {
  --pill-accent: 255, 0, 51;
}

html body.contact-simple .neo-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 22px rgba(47, 42, 35, 0.16);
}

html body.contact-simple .neo-icon::before,
html body.contact-simple .neo-icon::after {
  content: "";
  position: absolute;
}

html body.contact-simple .neo-copy strong {
  position: relative;
  z-index: 1;
  font-size: clamp(14px, 0.95vw, 18px);
  letter-spacing: -0.01em;
}

html body.contact-simple .neo-copy small {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-size: clamp(11px, 0.76vw, 13px);
  line-height: 1.35;
}

html body.contact-simple .neo-icon-instagram {
  background:
    radial-gradient(circle at 20% 110%, #fdf497 0 12%, #fdf497 12%, #fd5949 46%, #d6249f 68%, #285aeb 100%);
}

html body.contact-simple .neo-icon-instagram::before {
  inset: 11px;
  border: 4px solid #ffffff;
  border-radius: 16px;
}

html body.contact-simple .neo-icon-instagram::after {
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 14px -14px 0 -6px #ffffff;
}

html body.contact-simple .neo-icon-kakao {
  background: #fee500;
}

html body.contact-simple .neo-icon-kakao::before {
  left: 50%;
  top: 50%;
  width: 42px;
  height: 31px;
  background: #3a2416;
  border-radius: 22px;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 62% 78%, 52% 100%, 50% 78%, 0 78%);
}

html body.contact-simple .neo-icon-kakao::after {
  inset: 0;
  display: grid;
  place-items: center;
  content: "TALK";
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fee500;
  transform: translateY(-1px);
}

html body.contact-simple .neo-icon-blog {
  background: #03c75a;
}

html body.contact-simple .neo-icon-blog::before {
  left: 50%;
  top: 50%;
  width: 42px;
  height: 32px;
  background: #ffffff;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 60% 82%, 50% 100%, 43% 82%, 0 82%);
}

html body.contact-simple .neo-icon-blog::after {
  inset: 0;
  display: grid;
  place-items: center;
  content: "blog";
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #ff7d23;
  transform: translateY(-2px);
}

html body.contact-simple .neo-icon-youtube {
  background: #ff0033;
  border-radius: 16px;
}

html body.contact-simple .neo-icon-youtube::before {
  left: 50%;
  top: 50%;
  width: 19px;
  height: 21px;
  background: #ffffff;
  transform: translate(-40%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

html body.contact-simple .contact-neo-quote p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.02em;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 1.25vw, 26px) !important;
  line-height: 1.6 !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2d29;
}

html body.contact-simple .contact-neo-quote-inner {
  display: inline-grid;
  justify-items: stretch;
}

html body.contact-simple .contact-quote-text {
  display: inline-block;
}

html body.contact-simple .contact-quote-mark {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2em;
  line-height: 0.8;
  color: #d6cfc2;
}

html body.contact-simple .contact-quote-mark-open {
  margin-right: -0.22em;
  transform: translateY(-0.12em);
}

html body.contact-simple .contact-quote-mark-close {
  align-self: flex-end;
  transform: translateY(0.12em);
}

html body.contact-simple .contact-neo-title-line {
  width: 100%;
  margin-top: 0.2cm;
}

@media (max-width: 1400px) {
  html body.contact-simple .contact-neo-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  html body.contact-simple .contact-neo-quote {
    width: min(100%, 40rem);
    margin: 6rem auto 0;
    padding: 0 0 1.2rem;
  }

  html body.contact-simple .contact-neo-pills {
    grid-template-columns: 1fr;
    margin-top: 2.2rem;
  }

  html body.contact-simple .contact-neo-quote p {
    font-size: 17px !important;
  }

  html body.contact-simple .contact-neo-pill {
    min-height: 82px;
    grid-template-columns: 64px 1fr;
  }
}

html body .mobile-nav-toggle,
html body .mobile-nav-overlay {
  display: none;
}

html body .mobile-nav-panel-head {
  display: none;
}

@media (max-width: 900px) {
  html body.mobile-nav-open {
    overflow: hidden;
  }

  html body .simple-topbar {
    z-index: 102 !important;
  }

  html body .mobile-nav-toggle {
    display: inline-grid;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: center;
    width: 44px;
    height: 44px;
    margin-left: 0.8rem;
    padding: 0;
    border: 1px solid rgba(64, 58, 49, 0.14);
    border-radius: 999px;
    background: rgba(251, 249, 245, 0.9);
    place-items: center;
    gap: 0;
    z-index: 105;
    cursor: pointer;
  }

  html body .mobile-nav-toggle span {
    display: block;
    width: 13px;
    height: 1px;
    background: #403a31;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  html body.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(1.5px) rotate(45deg);
  }

  html body.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  html body.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-1.5px) rotate(-45deg);
  }

  html body .mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 98;
    border: 0;
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  html body.mobile-nav-open .mobile-nav-overlay {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  html body .simple-topbar {
    grid-template-columns: auto 1fr auto !important;
    grid-template-rows: auto auto !important;
  }

  html body .simple-topbar-left,
  html body .simple-topbar-left:visited,
  html body .simple-topbar-left:hover,
  html body .simple-topbar-left:active {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    min-height: auto;
    padding: 0.72rem 2.5rem 0.68rem;
    font-size: 32px !important;
  }

  html body .simple-topbar-nav {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    z-index: 104;
    width: min(20rem, 56vw) !important;
    max-width: min(20rem, 56vw) !important;
    min-height: 100svh;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    box-sizing: border-box;
    padding: calc(env(safe-area-inset-top, 0px) + 1rem) 1.15rem 1.4rem !important;
    background: rgba(252, 249, 244, 0.995) !important;
    border: 0 !important;
    border-right: 1px solid rgba(88, 79, 67, 0.08) !important;
    box-shadow: 22px 0 46px rgba(39, 33, 27, 0.08) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-105%);
    transition: opacity 220ms ease, transform 240ms ease, visibility 0s linear 240ms;
    pointer-events: none;
  }

  html body.mobile-nav-open .simple-topbar-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 220ms ease, transform 240ms ease;
    pointer-events: auto;
  }

  html body .simple-topbar-nav a,
  html body .simple-topbar-nav a:visited,
  html body .simple-topbar-nav a:hover,
  html body .simple-topbar-nav a:active {
    width: 100%;
    padding: 0.95rem 0 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.02em !important;
    color: #2f2a23 !important;
    border-bottom: 1px solid rgba(64, 58, 49, 0.08);
    touch-action: manipulation;
    pointer-events: auto;
  }

  html body .simple-topbar-nav a::after {
    display: none;
  }

  html body .mobile-nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(64, 58, 49, 0.1);
  }

  html body .mobile-nav-panel-kicker {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6d6458;
  }

  html body .mobile-nav-close {
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    color: #403a31;
    cursor: pointer;
  }

}

html body.portfolio-grid-page {
  background:
    radial-gradient(circle at 7% 9%, rgba(255, 255, 255, 0.96), transparent 24%),
    radial-gradient(circle at 92% 9%, rgba(229, 219, 206, 0.68), transparent 22%),
    linear-gradient(158deg, #faf6f1 0%, #efe7dc 48%, #faf6f1 100%);
}

html body.about-story-page {
  background:
    radial-gradient(circle at 7% 9%, rgba(255, 255, 255, 0.96), transparent 24%),
    radial-gradient(circle at 92% 9%, rgba(229, 219, 206, 0.68), transparent 22%),
    linear-gradient(158deg, #faf6f1 0%, #efe7dc 48%, #faf6f1 100%);
}

html body.about-story-page .about-story-main {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  padding: 2.4rem 0 5rem;
}

html body.about-story-page .about-story-hero {
  display: grid;
  justify-items: start;
  text-align: left;
  gap: 0.95rem;
  margin-bottom: 2rem;
}

html body.about-story-page .about-story-kicker {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6b6153;
}

html body.about-story-page .about-story-title {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.7vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #1c1814;
}

html body.about-story-page .about-story-intro {
  margin: 0;
  max-width: 46rem;
  font-size: 18px;
  line-height: 1.8;
  color: #645b4e;
  word-break: keep-all;
}

html body.about-story-page .about-story-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: start;
}

html body.about-story-page .about-story-portrait {
  margin: 0;
  align-self: start;
  justify-self: end;
  width: min(100%, 23rem);
}

html body.about-story-page .about-story-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(39, 30, 20, 0.08);
}

html body.about-story-page .about-story-copy {
  padding-top: 0.2rem;
  max-width: 56rem;
}

html body.about-story-page .about-story-quote {
  margin: 0 0 1.15rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.73rem, 2.99vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #241c15;
}

html body.about-story-page .about-story-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.95;
  color: #4c453b;
  word-break: keep-all;
}

html body.about-story-page .about-story-copy p + p {
  margin-top: 1.2rem;
}

html body.about-story-page .about-story-highlight {
  display: inline;
  padding: 0 0.12em;
  border-radius: 0.24em;
  background:
    linear-gradient(
      transparent 34%,
      rgba(248, 228, 120, 0.78) 34%,
      rgba(248, 228, 120, 0.78) 90%,
      transparent 90%
    );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

html body.about-story-page .about-compare-section {
  margin-top: 3cm;
}

html body.about-story-page .about-compare-head {
  display: grid;
  justify-items: start;
  text-align: left;
  gap: 0;
  margin-bottom: 2rem;
}

html body.about-story-page .about-compare-kicker {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #746957;
}

html body.about-story-page .about-compare-title {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.7vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #1e1914;
}

html body.about-story-page .about-compare-intro {
  margin: 20px 0 0;
  max-width: 46rem;
  font-size: 18px;
  line-height: 1.8;
  color: #645b4e;
  word-break: keep-all;
}

html body.about-story-page .about-diff-table {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 92px minmax(280px, 1fr);
  column-gap: 16px;
  row-gap: 0;
  grid-auto-rows: minmax(88px, auto);
  margin-top: 1.8rem;
}

html body.about-story-page .about-diff-cell {
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
  padding: 1rem 1.1rem;
  text-align: center;
  word-break: keep-all;
}

html body.about-story-page .about-diff-cell--head {
  min-height: 84px;
  font-size: clamp(1.34rem, 1.7vw, 1.9rem);
  font-weight: 700;
  line-height: 1.2;
}

html body.about-story-page .about-diff-cell--other {
  background: linear-gradient(180deg, #f6f2eb 0%, #f0e8dd 100%);
  color: #5b5349;
}

html body.about-story-page .about-diff-cell--month {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 249, 240, 0.14), transparent 18%),
    linear-gradient(180deg, #b29b80 0%, #a28b70 100%);
  color: #fffaf4;
}

html body.about-story-page .about-diff-cell--axis {
  background: rgba(255, 255, 255, 0.92);
  color: #887866;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid rgba(117, 104, 88, 0.12);
}

html body.about-story-page .about-diff-cell--other:not(.about-diff-cell--head),
html body.about-story-page .about-diff-cell--month:not(.about-diff-cell--head),
html body.about-story-page .about-diff-cell--axis:not(.about-diff-cell--head) {
  border-top: 1px solid rgba(117, 104, 88, 0.12);
}

html body.about-story-page .about-diff-cell:not(.about-diff-cell--head):not(.about-diff-cell--axis) {
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 600;
}

html body.about-story-page .about-diff-cell--month:not(.about-diff-cell--head) {
  border-top-color: rgba(255, 249, 241, 0.18);
}

html body.about-story-page .about-diff-cell--other.about-diff-cell--head,
html body.about-story-page .about-diff-cell--month.about-diff-cell--head {
  border-radius: 32px 32px 0 0;
}

html body.about-story-page .about-diff-cell--other:nth-last-child(3),
html body.about-story-page .about-diff-cell--month:last-child {
  border-radius: 0 0 32px 32px;
}

html body.about-story-page .about-diff-cell--axis.about-diff-cell--head {
  border-radius: 999px;
  min-height: 92px;
  box-shadow: 0 12px 28px rgba(62, 48, 33, 0.08);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #7d6d59;
}

html body.about-story-page .about-diff-cell--axis:not(.about-diff-cell--head) {
  border-radius: 18px;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

html body.about-story-page .about-diff-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.4rem;
  border: 1px solid rgba(117, 104, 88, 0.16);
  background: rgba(255, 252, 247, 0.72);
}

html body.about-story-page .about-diff-note {
  padding: 1.6rem 1.8rem 1.55rem;
}

html body.about-story-page .about-diff-note:nth-child(odd) {
  border-right: 1px solid rgba(117, 104, 88, 0.12);
}

html body.about-story-page .about-diff-note:nth-child(n + 3) {
  border-top: 1px solid rgba(117, 104, 88, 0.12);
}

html body.about-story-page .about-diff-note h3 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1.4;
  font-weight: 700;
  color: #231c16;
}

html body.about-story-page .about-diff-note h3::before {
  content: "✓ ";
}

html body.about-story-page .about-diff-note p {
  margin: 0.7rem 0 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #5f574b;
}

html body.about-story-page .about-diff-highlight {
  display: inline;
  padding: 0 0.12em;
  border-radius: 0.24em;
  background:
    linear-gradient(
      transparent 34%,
      rgba(248, 228, 120, 0.78) 34%,
      rgba(248, 228, 120, 0.78) 90%,
      transparent 90%
    );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

html body.about-story-page .about-diff-line {
  display: block;
}

html body.about-story-page .about-diff-line--compact {
  white-space: nowrap;
  font-size: 0.92em;
  letter-spacing: -0.02em;
}

html body.about-story-page .about-diff-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 86px minmax(280px, 1fr);
  gap: 0 1rem;
  margin-top: 1.7rem;
  align-items: stretch;
}

html body.about-story-page .about-diff-grid__head {
  display: grid;
  justify-items: stretch;
  padding-bottom: 0.42rem;
}

html body.about-story-page .about-diff-grid__pill {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 74px;
  padding: 0.86rem 1.2rem 0.82rem;
  border-radius: 16px;
  font-size: 1.52rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 24px rgba(93, 85, 75, 0.08);
}

html body.about-story-page .about-diff-grid__pill--other {
  background: linear-gradient(180deg, #696158 0%, #5d554b 100%);
  color: #fff8f1;
}

html body.about-story-page .about-diff-grid__pill--month {
  background: linear-gradient(180deg, #c3ad8e 0%, #b19978 100%);
  color: #fff8f1;
}

html body.about-story-page .about-diff-grid__vs {
  display: grid;
  place-items: center;
  min-height: 74px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__cell,
html body.about-story-page .about-diff-grid__axis {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 0.95rem 0.85rem;
  text-align: center;
  word-break: keep-all;
}

html body.about-story-page .about-diff-grid__cell {
  background: rgba(255, 253, 249, 0.96);
  font-size: 0.97rem;
  line-height: 1.42;
  font-weight: 700;
  color: #2f2922;
  border-left: 1px solid rgba(132, 117, 98, 0.14);
  border-right: 1px solid rgba(132, 117, 98, 0.14);
}

html body.about-story-page .about-diff-grid__cell--other {
  background: rgba(255, 253, 249, 0.96);
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__cell--month {
  background: rgba(255, 253, 249, 0.96);
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__axis {
  background: rgba(255, 253, 249, 0.96);
  border-radius: 0;
  border-left: 1px solid rgba(132, 117, 98, 0.14);
  border-right: 1px solid rgba(132, 117, 98, 0.14);
  color: #7a6c5c;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 600;
}

html body.about-story-page .about-diff-grid__cell:nth-child(n + 4),
html body.about-story-page .about-diff-grid__axis:nth-child(n + 5) {
  border-top: 1px solid rgba(123, 111, 95, 0.12);
}

html body.about-story-page .about-diff-grid__cell--other:nth-child(4) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--month:nth-child(6) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--other:nth-last-child(3) {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--month:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

html body.about-story-page .about-compare-board {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 86px minmax(280px, 1fr);
  gap: 1.2rem;
  align-items: center;
}

html body.about-story-page .about-compare-card {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(38, 30, 22, 0.08);
  background: #f5f1eb;
}

html body.about-story-page .about-compare-card--other {
  background: linear-gradient(180deg, #f3efe8 0%, #eee7dd 100%);
  color: #5c5449;
}

html body.about-story-page .about-compare-card--month {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 249, 240, 0.18), transparent 18%),
    linear-gradient(180deg, #b49d82 0%, #a38c70 100%);
  color: #fffaf4;
}

html body.about-story-page .about-compare-card__head {
  padding: 1.2rem 1.2rem 1.1rem;
  text-align: center;
}

html body.about-story-page .about-compare-card__head p {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: clamp(1.28rem, 1.7vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
}

html body.about-story-page .about-compare-card__body {
  margin: 0;
  padding: 0.35rem 1.1rem 1rem;
  background: transparent;
}

html body.about-story-page .about-compare-axis {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  gap: 1rem;
}

html body.about-story-page .about-compare-axis-mark {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 80px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(170, 153, 130, 0.22);
  box-shadow: 0 10px 24px rgba(62, 48, 33, 0.08);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #7d6d59;
}

html body.about-story-page .about-compare-axis-list {
  display: grid;
  align-content: start;
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(183, 167, 146, 0.22);
}

html body.about-story-page .about-compare-axis span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 0.8rem 0.45rem;
  font-size: 0.86rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  color: #8a7b67;
}

html body.about-story-page .about-compare-axis span + span {
  border-top: 1px solid rgba(135, 121, 101, 0.14);
}

html body.about-story-page .about-compare-value {
  display: grid;
  align-items: center;
  min-height: 74px;
  padding: 0.9rem 0.2rem;
  font-size: 0.96rem;
  line-height: 1.45;
  font-weight: 600;
  color: #564d43;
  text-align: center;
  word-break: keep-all;
}

html body.about-story-page .about-compare-value + .about-compare-value {
  border-top: 1px solid rgba(120, 108, 91, 0.14);
}

html body.about-story-page .about-compare-card--month .about-compare-value {
  color: #fdf8f2;
}

html body.about-story-page .about-compare-card--month .about-compare-value + .about-compare-value {
  border-top-color: rgba(255, 249, 241, 0.18);
}

html body.portfolio-grid-page .portfolio-mosaic-shell {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 2.1rem 0 4rem;
}

html body.portfolio-grid-page .portfolio-mosaic-head {
  margin-bottom: 1.6rem;
}

html body.portfolio-grid-page .portfolio-mosaic-kicker {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #716755;
}

html body.portfolio-grid-page .portfolio-mosaic-title {
  margin: 20px 0 0;
  max-width: none;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 4.3vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-transform: none;
  color: #2f2a23;
}

html body.portfolio-grid-page .portfolio-mosaic-intro {
  margin: 1.3rem 0 0;
  max-width: 42rem;
  font-size: 18px;
  line-height: 1.8;
  color: #645b4e;
  word-break: keep-all;
}

html body.portfolio-grid-page .portfolio-mosaic-note {
  margin: 0.85rem 0 0;
  max-width: 40rem;
  font-size: 14px;
  line-height: 1.8;
  color: #7a7061;
  word-break: keep-all;
}

html body.portfolio-grid-page .portfolio-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html body.portfolio-grid-page .portfolio-mosaic-card {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(72, 66, 56, 0.12);
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: var(--mosaic-img) var(--mosaic-pos) / cover no-repeat;
  transition: transform 180ms ease, filter 180ms ease;
}

html body.portfolio-grid-page .portfolio-mosaic-card::after {
  display: none;
}

html body.portfolio-grid-page .portfolio-mosaic-card:hover {
  transform: scale(1.01);
  filter: saturate(1.04);
}

html body.portfolio-grid-page .portfolio-mosaic-card--static {
  cursor: default;
}

html body.portfolio-grid-page .portfolio-mosaic-card--static:hover {
  transform: none;
  filter: none;
}

html body.portfolio-grid-page .portfolio-mosaic-card__title {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.9rem;
  z-index: 1;
  display: block;
  max-width: 84%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.05rem;
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  color: rgba(255, 255, 255, 0.97);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.24),
    0 10px 26px rgba(0, 0, 0, 0.22);
}

html body.portfolio-grid-page .portfolio-mosaic-card__caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.95rem;
  z-index: 1;
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1680px) {
  html body.portfolio-grid-page .portfolio-mosaic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1260px) {
  html body.portfolio-grid-page .portfolio-mosaic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html body.about-story-page .about-story-main {
    width: min(100%, calc(100% - 26px));
    padding-top: 1.4rem;
    padding-bottom: 3rem;
  }

  html body.about-story-page .about-story-hero {
    justify-items: start;
    text-align: left;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }

  html body.about-story-page .about-story-kicker {
    font-size: 0.68rem;
  }

  html body.about-story-page .about-story-title {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  html body.about-story-page .about-story-intro {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }

  html body.about-story-page .about-story-panel {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  html body.about-story-page .about-story-portrait {
    width: min(18rem, 100%);
  }

  html body.about-story-page .about-story-portrait img {
    border-radius: 18px;
  }

  html body.about-story-page .about-story-copy {
    padding-top: 0;
  }

  html body.about-story-page .about-story-quote {
    font-size: clamp(2rem, 9vw, 2.86rem);
    margin-bottom: 0.9rem;
  }

  html body.about-story-page .about-story-copy p {
    font-size: 14px;
    line-height: 1.85;
  }

  html body.about-story-page .about-compare-head {
    justify-items: start;
    text-align: left;
    margin-bottom: 1rem;
  }

  html body.about-story-page .about-compare-section {
    margin-top: 2.4rem;
  }

  html body.about-story-page .about-compare-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  html body.about-story-page .about-compare-intro {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.72;
  }

  html body.about-story-page .about-diff-table {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    margin-top: 1.1rem;
  }

  html body.about-story-page .about-diff-cell {
    padding: 0.82rem 0.55rem;
  }

  html body.about-story-page .about-diff-cell--head {
    min-height: 66px;
    font-size: 1rem;
  }

  html body.about-story-page .about-diff-cell--axis {
    font-size: 0.68rem;
  }

  html body.about-story-page .about-diff-cell--axis.about-diff-cell--head {
    min-height: 64px;
    font-size: 1.45rem;
  }

  html body.about-story-page .about-diff-cell--axis:not(.about-diff-cell--head) {
    border-radius: 14px;
  }

  html body.about-story-page .about-diff-cell:not(.about-diff-cell--head):not(.about-diff-cell--axis) {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  html body.about-story-page .about-diff-notes {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  html body.about-story-page .about-diff-grid {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
    gap: 0 0.6rem;
    margin-top: 1.05rem;
  }

  html body.about-story-page .about-diff-grid__pill {
    min-height: 58px;
    padding: 0.72rem 0.64rem 0.68rem;
    font-size: 1rem;
    border-radius: 13px;
  }

  html body.about-story-page .about-diff-grid__vs {
    min-height: 58px;
    font-size: 1.45rem;
  }

  html body.about-story-page .about-diff-grid__cell,
  html body.about-story-page .about-diff-grid__axis {
    min-height: 68px;
    padding: 0.72rem 0.5rem;
  }

  html body.about-story-page .about-diff-grid__cell {
    font-size: 0.73rem;
    line-height: 1.28;
  }

  html body.about-story-page .about-diff-grid__axis {
    font-size: 0.62rem;
  }

  html body.about-story-page .about-diff-note {
    padding: 1.15rem 1.05rem 1.1rem;
  }

  html body.about-story-page .about-diff-note:nth-child(odd) {
    border-right: 0;
  }

  html body.about-story-page .about-diff-note:nth-child(n + 2) {
    border-top: 1px solid rgba(117, 104, 88, 0.12);
  }

  html body.about-story-page .about-diff-note:nth-child(n + 3) {
    border-top: 1px solid rgba(117, 104, 88, 0.12);
  }

  html body.about-story-page .about-diff-note h3 {
    font-size: 1.12rem;
  }

  html body.about-story-page .about-diff-note p {
    margin-top: 0.52rem;
    font-size: 0.84rem;
    line-height: 1.6;
  }

  html body.about-story-page .about-compare-board {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: stretch;
    margin-top: 0.7rem;
  }

  html body.about-story-page .about-compare-card {
    border-radius: 22px;
    overflow: hidden;
  }

  html body.about-story-page .about-compare-card--other {
    margin-top: 1.45rem;
  }

  html body.about-story-page .about-compare-axis {
    gap: 0.7rem;
  }

  html body.about-story-page .about-compare-axis-mark {
    min-height: 58px;
    font-size: 1.55rem;
  }

  html body.about-story-page .about-compare-axis span {
    min-height: 74px;
    padding: 0.65rem 0.18rem;
    font-size: 0.66rem;
    line-height: 1.2;
  }

  html body.about-story-page .about-compare-card__head {
    padding: 0.9rem 0.8rem 0.82rem;
  }

  html body.about-story-page .about-compare-card__head p {
    font-size: 1.02rem;
  }

  html body.about-story-page .about-compare-card__body {
    padding: 0.25rem 0.78rem 0.85rem;
  }

  html body.about-story-page .about-compare-value {
    min-height: 66px;
    padding: 0.58rem 0.08rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  html body.portfolio-grid-page .portfolio-mosaic-shell {
    width: min(1380px, calc(100% - 26px));
    padding-top: 1.2rem;
  }

  html body.portfolio-grid-page .portfolio-mosaic-head {
    margin-bottom: 1.2rem;
  }

  html body.portfolio-grid-page .portfolio-mosaic-title {
    margin-top: 20px;
    white-space: normal;
    font-size: clamp(38px, 8vw, 58px);
  }

  html body.portfolio-grid-page .portfolio-mosaic-intro {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 1.7;
  }

  html body.portfolio-grid-page .portfolio-mosaic-note {
    margin-top: 0.8rem;
    font-size: 13px;
    line-height: 1.7;
  }

  html body.portfolio-grid-page .portfolio-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html body.portfolio-grid-page .portfolio-mosaic-card {
    aspect-ratio: 16 / 9;
  }

  html body.portfolio-grid-page .portfolio-mosaic-card__title {
    bottom: 1.65rem;
    max-width: 86%;
    font-size: 1.55rem;
  }

  html body.portfolio-grid-page .portfolio-mosaic-card__caption {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.72rem;
    font-size: 0.76rem;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-story-main {
    width: min(100%, calc(100% - (var(--mobile-page-gutter) * 2)));
    padding-top: 1rem;
  }

  html body.about-story-page .about-story-title {
    font-size: clamp(2rem, 11vw, 2.7rem);
  }

  html body.about-story-page .about-story-intro {
    font-size: 14px;
  }

  html body.about-story-page .about-story-portrait {
    width: min(15rem, 100%);
  }

  html body.about-story-page .about-compare-title {
    font-size: clamp(1.8rem, 10vw, 2.4rem);
  }

  html body.about-story-page .about-diff-table {
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
  }

  html body.about-story-page .about-diff-cell {
    padding: 0.68rem 0.34rem;
  }

  html body.about-story-page .about-diff-cell--head {
    min-height: 58px;
    font-size: 0.9rem;
  }

  html body.about-story-page .about-diff-cell--axis {
    font-size: 0.56rem;
  }

  html body.about-story-page .about-diff-cell--axis.about-diff-cell--head {
    min-height: 50px;
    font-size: 1.08rem;
  }

  html body.about-story-page .about-diff-cell--axis:not(.about-diff-cell--head) {
    border-radius: 12px;
  }

  html body.about-story-page .about-diff-cell:not(.about-diff-cell--head):not(.about-diff-cell--axis) {
    font-size: 0.66rem;
    line-height: 1.24;
  }

  html body.about-story-page .about-diff-note {
    padding: 1rem 0.88rem 0.95rem;
  }

  html body.about-story-page .about-diff-note h3 {
    font-size: 1rem;
  }

  html body.about-story-page .about-diff-note p {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  html body.about-story-page .about-diff-grid {
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    gap: 0 0.42rem;
  }

  html body.about-story-page .about-diff-grid__pill {
    min-height: 48px;
    padding: 0.56rem 0.42rem 0.52rem;
    font-size: 0.76rem;
    border-radius: 10px;
  }

  html body.about-story-page .about-diff-grid__vs {
    min-height: 48px;
    font-size: 1.08rem;
  }

  html body.about-story-page .about-diff-grid__cell,
  html body.about-story-page .about-diff-grid__axis {
    min-height: 58px;
    padding: 0.6rem 0.36rem;
  }

  html body.about-story-page .about-diff-grid__cell {
    font-size: 0.63rem;
    line-height: 1.22;
  }

  html body.about-story-page .about-diff-grid__axis {
    font-size: 0.54rem;
  }

  html body.about-story-page .about-compare-board {
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
    gap: 0.38rem;
  }

  html body.about-story-page .about-compare-card {
    border-radius: 18px;
  }

  html body.about-story-page .about-compare-card--other {
    margin-top: 1.1rem;
  }

  html body.about-story-page .about-compare-card__head {
    padding: 0.8rem 0.62rem 0.68rem;
  }

  html body.about-story-page .about-compare-card__head p {
    font-size: 0.92rem;
  }

  html body.about-story-page .about-compare-card__body {
    padding: 0.18rem 0.58rem 0.72rem;
  }

  html body.about-story-page .about-compare-axis {
    gap: 0.48rem;
  }

  html body.about-story-page .about-compare-axis-mark {
    min-height: 48px;
    font-size: 1.2rem;
  }

  html body.about-story-page .about-compare-axis span {
    min-height: 56px;
    padding: 0.45rem 0.1rem;
    font-size: 0.52rem;
  }

  html body.about-story-page .about-compare-value {
    min-height: 56px;
    padding: 0.45rem 0.04rem;
    font-size: 0.64rem;
    line-height: 1.28;
  }

  html body.portfolio-grid-page .portfolio-mosaic-grid {
    grid-template-columns: 1fr;
  }

}

/* Mobile optimization pass */
@media (max-width: 900px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  html body .simple-topbar::before {
    min-height: auto;
    padding: 0.65rem 0.9rem 0.62rem;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }

  html body .simple-topbar-left,
  html body .simple-topbar-left:visited,
  html body .simple-topbar-left:hover,
  html body .simple-topbar-left:active {
    padding: 0.75rem 3.25rem 0.7rem;
    font-size: clamp(26px, 7vw, 34px) !important;
    letter-spacing: 0.02em !important;
  }

  html body .simple-topbar-nav {
    padding: calc(env(safe-area-inset-top, 0px) + 1rem) 1rem 1.25rem !important;
  }

  html body .simple-topbar-nav a,
  html body .simple-topbar-nav a:visited,
  html body .simple-topbar-nav a:hover,
  html body .simple-topbar-nav a:active {
    padding: 0.9rem 0 !important;
    font-size: 17px !important;
    letter-spacing: 0.02em !important;
  }

  html body.simple-home .simple-hero,
  html body.simple-home .simple-registry {
    min-height: 31svh;
    padding: 2rem var(--mobile-page-gutter);
  }

  html body.simple-home .simple-hero {
    align-items: end;
    background-position: center, 50% 76%;
    background-size: auto, cover;
  }

  html body.simple-home .simple-registry {
    background-position: center, 10% 100%;
    background-size: auto, cover;
  }

  html body.simple-home .simple-hero-copy,
  html body.simple-home .simple-registry-overlay {
    max-width: 34rem;
  }

  html body.simple-home .simple-hero-copy p,
  html body.simple-home .simple-registry-text {
    font-size: clamp(15px, 4.1vw, 18px);
    line-height: 1.34;
    word-break: keep-all;
  }

  html body.simple-home .simple-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.7rem;
    width: min(100%, 22rem);
    margin-inline: auto;
  }

  html body.simple-home .simple-registry-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.7rem;
    width: min(100%, 22rem);
    margin-inline: auto;
  }

  html body.simple-home .simple-hero-actions a,
  html body.simple-home .simple-registry-btn {
    width: 100%;
    min-height: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1rem;
    font-size: 14px;
    line-height: 1.35;
  }

  html body.simple-home .simple-registry-btn {
    border: 1px solid rgba(243, 241, 238, 0.7);
    border-radius: 999px;
    background: rgba(22, 19, 16, 0.22);
    color: #f3f1ed;
    letter-spacing: 0.04em;
  }

  html body.services-alignment .alignment-main,
  html body.pricing-reference .pricing-ref-main,
  html body.quick-quote-page .quick-quote-main,
  html body.faq-page .faq-main,
  html body.portfolio-grid-page .portfolio-mosaic-shell,
  html body.contact-simple .contact-neo-main {
    width: min(100%, calc(100% - (var(--mobile-page-gutter) * 2)));
  }

  html body.services-alignment .alignment-main,
  html body.pricing-reference .pricing-ref-main,
  html body.quick-quote-page .quick-quote-main,
  html body.contact-simple .contact-neo-main {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }

  html body.services-alignment .alignment-lead,
  html body.services-alignment .service-criteria h3,
  html body.pricing-reference .pricing-ref-copy h2,
  html body.pricing-reference .travel-fee-block-title,
  html body.pricing-reference .pricing-event-title,
  html body.quick-quote-page .quick-quote-hero h1,
  html body.portfolio-grid-page .portfolio-mosaic-title,
  html body.faq-page .faq-hero h1 {
    font-size: clamp(34px, 8.6vw, 48px);
    line-height: 1.02;
  }

  html body.services-alignment .alignment-sub,
  html body.services-alignment .alignment-package-note,
  html body.services-alignment .service-criteria-sub,
  html body.pricing-reference .pricing-ref-body,
  html body.pricing-reference .pricing-event-intro,
  html body.quick-quote-page .quick-quote-intro,
  html body.portfolio-grid-page .portfolio-mosaic-intro,
  html body.faq-page .faq-intro {
    font-size: 15px;
    line-height: 1.68;
    white-space: normal;
    word-break: keep-all;
  }

  html body.services-alignment .alignment-circles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  html body.services-alignment .alignment-circles .delivery-circle {
    min-height: auto;
    padding: 1.2rem 1rem;
    border-radius: 1rem;
  }

  html body.services-alignment .delivery-eng {
    font-size: clamp(30px, 9vw, 40px);
    white-space: normal;
  }

  html body.services-alignment .delivery-kor {
    margin-top: 0.45rem;
    font-size: 15px;
  }

  html body.services-alignment .delivery-divider {
    width: 100%;
    margin: 1rem 0;
  }

  html body.services-alignment .delivery-body,
  html body.services-alignment .alignment-sample-note,
  html body.services-alignment .criteria-paragraph {
    font-size: 14px;
    line-height: 1.62;
  }

  html body.services-alignment .criteria-row {
    padding: 1.2rem 1rem;
    gap: 1rem;
  }

  html body.services-alignment .criteria-label h4 {
    font-size: clamp(30px, 9vw, 40px);
  }

  html body.services-alignment .criteria-label p {
    font-size: 15px;
  }

  html body.pricing-reference .pricing-ref-row,
  html body.pricing-reference .pricing-ref-row-reverse {
    gap: 16px;
  }

  html body.pricing-reference .pricing-ref-row + .pricing-ref-row {
    margin-top: 3cm;
  }

  html body.pricing-reference .pricing-ref-media {
    aspect-ratio: 8 / 5;
  }

  html body.pricing-reference .pricing-ref-list,
  html body.pricing-reference .travel-fee-line p,
  html body.pricing-reference .pricing-event-body {
    font-size: 15px;
    line-height: 1.65;
  }

  html body.pricing-reference .travel-fee-card,
  html body.pricing-reference .pricing-event-card {
    border-radius: 20px;
  }

  html body.pricing-reference .pricing-event-grid {
    gap: 14px;
  }

  html body.quick-quote-page .quick-quote-panel {
    border-radius: 20px;
  }

  html body.quick-quote-page .quote-choice-ui,
  html body.quick-quote-page .quote-check,
  html body.quick-quote-page .quote-discount-select {
    border-radius: 18px;
    padding: 12px 14px;
  }

  html body.quick-quote-page .quote-choice-ui {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }

  html body.quick-quote-page .quote-choice-ui strong {
    font-size: 17px;
  }

  html body.quick-quote-page .quote-choice-ui span {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    font-size: 16px;
  }

  html body.quick-quote-page .quote-check span,
  html body.quick-quote-page .quote-discount-select span,
  html body.quick-quote-page .quote-select-wrap span {
    font-size: 15px;
  }

  html body.quick-quote-page .quote-check strong,
  html body.quick-quote-page .quick-summary-row strong {
    font-size: 15px;
  }

  html body.quick-quote-page .quote-select-wrap select,
  html body.quick-quote-page .quote-discount-select select {
    min-height: 50px;
    font-size: 15px;
  }

  html body.faq-page .faq-item summary {
    padding: 1.1rem 1rem;
    font-size: 15px;
    line-height: 1.45;
  }

  html body.faq-page .faq-item p {
    padding: 0 1rem 1.1rem;
    font-size: 14px;
    line-height: 1.65;
  }

  html body.portfolio-grid-page .portfolio-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  html body.portfolio-grid-page .portfolio-mosaic-card__title {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 1.55rem;
    max-width: 88%;
    font-size: 1.35rem;
  }

  html body.portfolio-grid-page .portfolio-mosaic-card__caption {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.7rem;
    font-size: 11px;
  }

  html body.contact-simple .contact-neo-canvas {
    min-height: auto;
    justify-content: flex-start;
    padding-bottom: 1rem;
  }

  html body.contact-simple .contact-neo-quote {
    width: 100%;
    margin: 2.5rem auto 0;
    padding-bottom: 0.5rem;
  }

  html body.contact-simple .contact-neo-quote p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    text-align: center;
  }

  html body.contact-simple .contact-neo-pills {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0.2rem;
    padding-bottom: 0;
  }

  html body.contact-simple .contact-neo-pill {
    min-height: 72px;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 16px;
  }

  html body.contact-simple .neo-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  html body.contact-simple .neo-copy strong {
    font-size: 14px;
  }

  html body.contact-simple .neo-copy small {
    font-size: 12px;
    line-height: 1.45;
  }

  html body .simple-footer-list {
    padding: 2rem var(--mobile-page-gutter) 1.8rem !important;
  }

  html body .simple-footer-list .simple-footer-divider {
    width: min(100%, calc(100% - 8px));
    margin-bottom: 18px;
  }

  html body .simple-footer-list .simple-footer-rights {
    font-size: 10px !important;
    letter-spacing: 0.06em !important;
  }

  html body .simple-footer-list .simple-footer-listed {
    margin-top: 8px;
    font-size: 12px !important;
    line-height: 1.65 !important;
    word-break: keep-all;
  }
}

@media (max-width: 640px) {
  html body.simple-home .simple-hero,
  html body.simple-home .simple-registry {
    min-height: 22rem;
    padding: 1.4rem var(--mobile-page-gutter);
  }

  html body.simple-home .simple-hero {
    background-position: center, 50% 74%;
    background-size: auto, cover;
  }

  html body.simple-home .simple-registry {
    background-position: center, 8% 100%;
    background-size: auto, cover;
  }

  html body.simple-home .simple-hero-copy p,
  html body.simple-home .simple-registry-text {
    font-size: clamp(14px, 3.9vw, 16px);
  }

  html body.services-alignment .alignment-main,
  html body.pricing-reference .pricing-ref-main,
  html body.quick-quote-page .quick-quote-main,
  html body.faq-page .faq-main,
  html body.portfolio-grid-page .portfolio-mosaic-shell,
  html body.contact-simple .contact-neo-main {
    width: min(100%, calc(100% - (var(--mobile-page-gutter) * 2)));
  }

  html body.services-alignment .alignment-main,
  html body.pricing-reference .pricing-ref-main,
  html body.quick-quote-page .quick-quote-main,
  html body.contact-simple .contact-neo-main {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  html body.pricing-reference .pricing-ref-copy h2,
  html body.pricing-reference .travel-fee-block-title,
  html body.pricing-reference .pricing-event-title,
  html body.quick-quote-page .quick-quote-hero h1,
  html body.services-alignment .alignment-lead,
  html body.services-alignment .service-criteria h3,
  html body.portfolio-grid-page .portfolio-mosaic-title,
  html body.faq-page .faq-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  html body.services-alignment .criteria-row,
  html body.quick-quote-page .quick-quote-form,
  html body.quick-quote-page .quick-summary,
  html body.pricing-reference .travel-fee-card,
  html body.pricing-reference .pricing-event-card {
    padding: 1rem;
  }

  html body.quick-quote-page .quick-summary-total {
    font-size: clamp(34px, 11vw, 46px);
  }

  html body.portfolio-grid-page .portfolio-mosaic-grid {
    grid-template-columns: 1fr;
  }

  html body.contact-simple .contact-neo-quote {
    margin-top: 1.5rem;
  }

  html body.contact-simple .contact-neo-quote p {
    font-size: 15px !important;
  }
}

/* About comparison table refresh */
html body.about-story-page .about-diff-grid {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.55rem;
  align-items: stretch;
  margin-top: 2rem;
}

html body.about-story-page .about-diff-grid__head {
  display: block;
  padding-bottom: 0;
}

html body.about-story-page .about-diff-grid__pill {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(119, 105, 86, 0.08);
  letter-spacing: -0.02em;
}

html body.about-story-page .about-diff-grid__pill--axis {
  background: linear-gradient(180deg, #847968 0%, #776c5d 100%);
  color: #fffaf4;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
}

html body.about-story-page .about-diff-grid__pill--other {
  background: linear-gradient(180deg, #ead8cf 0%, #e2cec4 100%);
  color: #2e2923;
}

html body.about-story-page .about-diff-grid__pill--month {
  background: linear-gradient(180deg, #d9deeb 0%, #ccd4e6 100%);
  color: #2e2923;
}

html body.about-story-page .about-diff-grid__vs {
  display: none;
}

html body.about-story-page .about-diff-grid__cell,
html body.about-story-page .about-diff-grid__axis {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 0.95rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(128, 114, 94, 0.14);
  text-align: center;
  word-break: keep-all;
}

html body.about-story-page .about-diff-grid__axis {
  background: rgba(241, 236, 230, 0.96);
  color: #6f6457;
  font-size: 0.95rem;
  line-height: 1.22;
  font-weight: 700;
}

html body.about-story-page .about-diff-grid__cell {
  background: rgba(255, 253, 250, 0.98);
  color: #2f2922;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(119, 105, 86, 0.04);
}

html body.about-story-page .about-diff-grid__cell--other,
html body.about-story-page .about-diff-grid__cell--month {
  background: rgba(255, 253, 250, 0.98);
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__cell:nth-child(n),
html body.about-story-page .about-diff-grid__axis:nth-child(n) {
  border-top: 1px solid rgba(128, 114, 94, 0.14);
}

html body.about-story-page .about-diff-grid__cell--other:nth-child(n),
html body.about-story-page .about-diff-grid__cell--month:nth-child(n) {
  border-radius: 12px;
}

@media (max-width: 900px) {
  html body.about-story-page .about-diff-grid {
    grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.42rem;
  }

  html body.about-story-page .about-diff-grid__pill {
    min-height: 60px;
    padding: 0.7rem 0.56rem;
    font-size: 0.98rem;
  }

  html body.about-story-page .about-diff-grid__pill--axis {
    font-size: 0.82rem;
  }

  html body.about-story-page .about-diff-grid__cell,
  html body.about-story-page .about-diff-grid__axis {
    min-height: 72px;
    padding: 0.78rem 0.46rem;
  }

  html body.about-story-page .about-diff-grid__cell {
    font-size: 0.83rem;
    line-height: 1.34;
  }

  html body.about-story-page .about-diff-grid__axis {
    font-size: 0.72rem;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-diff-grid {
    grid-template-columns: 76px minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.32rem;
  }

  html body.about-story-page .about-diff-grid__pill {
    min-height: 50px;
    padding: 0.56rem 0.36rem;
    border-radius: 10px;
    font-size: 0.8rem;
  }

  html body.about-story-page .about-diff-grid__pill--axis {
    font-size: 0.68rem;
  }

  html body.about-story-page .about-diff-grid__cell,
  html body.about-story-page .about-diff-grid__axis {
    min-height: 62px;
    padding: 0.62rem 0.34rem;
    border-radius: 10px;
  }

  html body.about-story-page .about-diff-grid__cell {
    font-size: 0.74rem;
    line-height: 1.28;
  }

  html body.about-story-page .about-diff-grid__axis {
    font-size: 0.62rem;
    line-height: 1.18;
  }
}

/* About comparison table revert */
html body.about-story-page .about-diff-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 96px minmax(280px, 1fr);
  gap: 0 0.48rem;
  align-items: stretch;
  margin-top: 2rem;
}

html body.about-story-page .about-diff-grid__head {
  display: grid;
  justify-items: stretch;
  padding-bottom: 0.42rem;
}

html body.about-story-page .about-diff-grid__pill {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 74px;
  padding: 0.86rem 1.2rem 0.82rem;
  border-radius: 16px;
  font-size: 1.52rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 24px rgba(93, 85, 75, 0.08);
}

html body.about-story-page .about-diff-grid__pill--other {
  background: linear-gradient(180deg, #7c7266 0%, #6e6458 100%);
  color: #fff8f1;
}

html body.about-story-page .about-diff-grid__pill--month {
  background: linear-gradient(180deg, #c8b292 0%, #b79d7a 100%);
  color: #fff8f1;
}

html body.about-story-page .about-diff-grid__pill--axis {
  display: none;
}

html body.about-story-page .about-diff-grid__head--axis {
  display: none;
}

html body.about-story-page .about-diff-grid__vs {
  display: grid;
  place-items: center;
  min-height: 74px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__cell,
html body.about-story-page .about-diff-grid__axis {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 0.95rem 0.9rem;
  text-align: center;
  word-break: keep-all;
  border: 0;
  border-top: 1px solid rgba(123, 111, 95, 0.12);
}

html body.about-story-page .about-diff-grid__cell {
  background: rgba(255, 253, 249, 0.96);
  font-size: 0.97rem;
  line-height: 1.42;
  font-weight: 700;
  color: #2f2922;
  box-shadow: none;
}

html body.about-story-page .about-diff-grid__cell--other {
  background: rgba(238, 235, 230, 0.98);
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__cell--month {
  background: rgba(255, 253, 249, 0.96);
  color: #2f2922;
}

html body.about-story-page .about-diff-grid__axis {
  background: linear-gradient(180deg, #4f809b 0%, #3b6983 100%);
  color: #f7fbff;
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 22px rgba(53, 86, 109, 0.12);
}

html body.about-story-page .about-diff-grid__axis:nth-child(5) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-top: 0;
}

html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--other:nth-child(4) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--month:nth-child(6) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--other:nth-last-child(3) {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--month:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media (max-width: 900px) {
  html body.about-story-page .about-diff-grid {
    grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
    gap: 0 0.44rem;
  }

  html body.about-story-page .about-diff-grid__pill {
    min-height: 58px;
    padding: 0.72rem 0.64rem 0.68rem;
    font-size: 1rem;
    border-radius: 13px;
  }

  html body.about-story-page .about-diff-grid__vs {
    min-height: 58px;
    font-size: 1.45rem;
  }

  html body.about-story-page .about-diff-grid__cell,
  html body.about-story-page .about-diff-grid__axis {
    min-height: 68px;
    padding: 0.72rem 0.5rem;
  }

  html body.about-story-page .about-diff-grid__cell {
    font-size: 0.73rem;
    line-height: 1.28;
  }

  html body.about-story-page .about-diff-grid__axis {
    font-size: 0.68rem;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-diff-grid {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
    gap: 0 0.32rem;
  }

  html body.about-story-page .about-diff-grid__pill {
    min-height: 48px;
    padding: 0.56rem 0.42rem 0.52rem;
    font-size: 0.76rem;
    border-radius: 10px;
  }

  html body.about-story-page .about-diff-grid__vs {
    min-height: 48px;
    font-size: 1.08rem;
  }

  html body.about-story-page .about-diff-grid__cell,
  html body.about-story-page .about-diff-grid__axis {
    min-height: 58px;
    padding: 0.6rem 0.36rem;
    border-radius: 10px;
  }

  html body.about-story-page .about-diff-grid__cell {
    font-size: 0.63rem;
    line-height: 1.22;
  }

  html body.about-story-page .about-diff-grid__axis {
    font-size: 0.58rem;
  }
}

/* About comparison axis design refinement */
html body.about-story-page .about-diff-grid__axis {
  width: min(100%, 82px);
  margin: 0 auto;
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

html body.about-story-page .about-diff-grid__axis:nth-child(5) {
  border-top: 0;
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
  padding-top: 1.12rem;
}

html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
  padding-bottom: 1.12rem;
}

@media (max-width: 900px) {
  html body.about-story-page .about-diff-grid__axis {
    width: min(100%, 60px);
  }

  html body.about-story-page .about-diff-grid__axis:nth-child(5) {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-diff-grid__axis {
    width: min(100%, 52px);
  }

  html body.about-story-page .about-diff-grid__axis:nth-child(5) {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }

  html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
  }
}

/* About final overrides */
html body.about-story-page .about-story-quote {
  font-size: clamp(1.55rem, 1.68vw, 2.18rem) !important;
}

html body.about-story-page .about-diff-grid__cell--month .about-diff-line {
  display: block !important;
}

html body.about-story-page .about-diff-grid__cell--month .about-diff-line--compact {
  white-space: nowrap !important;
  letter-spacing: -0.03em !important;
  font-size: inherit !important;
}

html body.about-story-page .about-diff-grid__cell--month .about-diff-line--price {
  font-size: inherit !important;
}

@media (max-width: 900px) {
  html body.about-story-page .about-story-quote {
    font-size: clamp(1.15rem, 5vw, 1.59rem) !important;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-diff-grid__cell--month .about-diff-line--compact {
    white-space: normal !important;
  }
}

/* About center axis only refinement */
html body.about-story-page .about-diff-grid {
  gap: 0 0.28rem;
}

html body.about-story-page .about-diff-grid__vs {
  visibility: visible;
}

html body.about-story-page .about-diff-grid__axis {
  position: relative;
  z-index: 2;
  width: min(100%, 78px);
  margin: 0 auto;
  background: linear-gradient(180deg, #b69468 0%, #a27c52 100%);
  color: #fffaf2;
  border-top: 1px solid rgba(255, 248, 238, 0.2);
  box-shadow: 0 10px 20px rgba(124, 90, 52, 0.12);
}

html body.about-story-page .about-diff-grid__axis:nth-child(5) {
  margin-top: -54px;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  padding-top: 1.45rem;
}

html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  padding-bottom: 1.18rem;
}

@media (max-width: 900px) {
  html body.about-story-page .about-diff-grid {
    gap: 0 0.24rem;
  }

  html body.about-story-page .about-diff-grid__axis {
    width: min(100%, 58px);
  }

  html body.about-story-page .about-diff-grid__axis:nth-child(5) {
    margin-top: -40px;
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
    padding-top: 1.08rem;
  }

  html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    padding-bottom: 0.94rem;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-diff-grid {
    gap: 0 0.18rem;
  }

  html body.about-story-page .about-diff-grid__axis {
    width: min(100%, 50px);
  }

  html body.about-story-page .about-diff-grid__axis:nth-child(5) {
    margin-top: -30px;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    padding-top: 0.84rem;
  }

  html body.about-story-page .about-diff-grid__axis:nth-last-child(2) {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    padding-bottom: 0.76rem;
  }
}

/* About compare palette update */
html body.about-story-page .about-compare-section {
  background: transparent;
}

html body.about-story-page .about-diff-grid__pill {
  border: 1px solid rgba(164, 150, 128, 0.24);
  border-radius: 22px;
  color: #2f2a23;
  box-shadow: 0 10px 22px rgba(103, 88, 69, 0.06);
}

html body.about-story-page .about-diff-grid__pill--other {
  background: #ccb28d;
  border-color: rgba(181, 155, 118, 0.58);
  color: rgba(255, 250, 241, 0.96);
  box-shadow: 0 12px 28px rgba(126, 104, 72, 0.12);
}

html body.about-story-page .about-diff-grid__pill--month {
  background: #7b7266;
  border-color: rgba(101, 92, 82, 0.58);
  color: rgba(255, 250, 241, 0.96);
  box-shadow: 0 12px 28px rgba(77, 69, 60, 0.16);
}

html body.about-story-page .about-diff-grid__cell,
html body.about-story-page .about-diff-grid__axis {
  border-top-color: rgba(176, 152, 121, 0.22);
}

html body.about-story-page .about-diff-grid__cell {
  border-left: 1px solid rgba(176, 152, 121, 0.12);
  border-right: 1px solid rgba(176, 152, 121, 0.12);
}

html body.about-story-page .about-diff-grid__cell--other {
  background: rgba(224, 219, 210, 0.97);
  border: 1px solid rgba(148, 134, 112, 0.28);
  color: #2f2a23;
  font-weight: 500;
  box-shadow: 0 10px 22px rgba(103, 88, 69, 0.04);
}

html body.about-story-page .about-diff-grid__cell--month {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(164, 150, 128, 0.18);
  color: #2f2a23;
  box-shadow: 0 10px 22px rgba(103, 88, 69, 0.04);
}

html body.about-story-page .about-diff-grid__axis {
  background: linear-gradient(180deg, #bb9a70 0%, #a98559 100%);
  color: #fffaf2;
  border-top-color: rgba(255, 248, 239, 0.26);
  box-shadow: 0 10px 20px rgba(125, 93, 57, 0.12);
}

html body.about-story-page .about-diff-highlight {
  background:
    linear-gradient(
      transparent 34%,
      rgba(255, 234, 82, 0.98) 34%,
      rgba(255, 234, 82, 0.98) 90%,
      transparent 90%
    );
}

html body.about-story-page .about-diff-notes {
  border-color: rgba(176, 152, 121, 0.2);
  background: rgba(250, 245, 237, 0.76);
}

html body.about-story-page .about-diff-note:nth-child(odd),
html body.about-story-page .about-diff-note:nth-child(n + 3) {
  border-color: rgba(176, 152, 121, 0.16);
}

/* About month column emphasis */
html body.about-story-page .about-diff-grid {
  --about-axis-column: 96px;
  --about-column-gap: 0.28rem;
  --about-month-outline-gap: 0;
  --about-month-outline-width: 5px;
  --about-month-outline-radius: 28px;
  --about-month-outline-color: #b49062;
  position: relative;
}

html body.about-story-page .about-diff-grid::after {
  display: none;
}

html body.about-story-page .about-diff-grid__head--month,
html body.about-story-page .about-diff-grid__cell--month {
  position: relative;
  z-index: 4;
  box-shadow: none;
}

html body.about-story-page .about-diff-grid__head--month {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

html body.about-story-page .about-diff-grid__cell--month:last-child {
  box-shadow: none;
}

/* About first row alignment */
html body.about-story-page .about-diff-grid__axis:nth-child(5) {
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding-top: 0.96rem;
  padding-bottom: 1.08rem;
}

html body.about-story-page .about-diff-grid__cell--other:nth-child(4),
html body.about-story-page .about-diff-grid__cell--month:nth-child(6) {
  margin-top: 0;
}

@media (max-width: 900px) {
  html body.about-story-page .about-diff-grid {
    --about-axis-column: 66px;
    --about-column-gap: 0.24rem;
    --about-month-outline-width: 4px;
    --about-month-outline-radius: 22px;
  }

  html body.about-story-page .about-diff-grid__head--month,
  html body.about-story-page .about-diff-grid__cell--month {
    box-shadow: none;
  }

  html body.about-story-page .about-diff-grid__head--month {
    box-shadow: none;
  }

  html body.about-story-page .about-diff-grid__cell--month:last-child {
    box-shadow: none;
  }

  html body.about-story-page .about-diff-grid__axis:nth-child(5) {
    margin-top: 0;
    padding-top: 0.82rem;
    padding-bottom: 0.94rem;
  }

  html body.about-story-page .about-diff-grid__cell--other:nth-child(4),
  html body.about-story-page .about-diff-grid__cell--month:nth-child(6) {
    margin-top: 0;
  }

  html body.about-story-page .about-diff-grid__cell--other,
  html body.about-story-page .about-diff-grid__cell--month,
  html body.about-story-page .about-diff-grid__cell--month .about-diff-line,
  html body.about-story-page .about-diff-grid__cell--month .about-diff-line--compact {
    line-height: 1.28 !important;
  }
}

@media (max-width: 560px) {
  html body.about-story-page .about-diff-grid {
    --about-axis-column: 58px;
    --about-column-gap: 0.18rem;
    --about-month-outline-width: 4px;
    --about-month-outline-radius: 18px;
  }

  html body.about-story-page .about-diff-grid__head--month,
  html body.about-story-page .about-diff-grid__cell--month {
    box-shadow: none;
  }

  html body.about-story-page .about-diff-grid__head--month {
    box-shadow: none;
  }

  html body.about-story-page .about-diff-grid__cell--month:last-child {
    box-shadow: none;
  }

  html body.about-story-page .about-diff-grid__axis:nth-child(5) {
    margin-top: 0;
    padding-top: 0.72rem;
    padding-bottom: 0.82rem;
  }

  html body.about-story-page .about-diff-grid__cell--other:nth-child(4),
  html body.about-story-page .about-diff-grid__cell--month:nth-child(6) {
    margin-top: 0;
  }

  html body.about-story-page .about-diff-grid__cell--other,
  html body.about-story-page .about-diff-grid__cell--month,
  html body.about-story-page .about-diff-grid__cell--month .about-diff-line,
  html body.about-story-page .about-diff-grid__cell--month .about-diff-line--compact {
    line-height: 1.22 !important;
  }
}

/* Contract create page */
html body.contract-create-page .contract-create-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

html body.contract-create-page .contract-create-field-grid label,
html body.contract-create-page .contract-create-inline-field {
  display: grid;
  gap: 0.45rem;
}

html body.contract-create-page .contract-create-field-grid span,
html body.contract-create-page .contract-create-inline-field span {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(65, 58, 49, 0.72);
}

html body.contract-create-page .contract-create-field-grid input,
html body.contract-create-page .contract-create-inline-field input,
html body.contract-create-page .contract-create-inline-field textarea {
  width: 100%;
  border: 1px solid rgba(64, 58, 49, 0.16);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.62);
  color: #211b16;
  padding: 0.85rem 0.9rem;
  font: inherit;
  outline: none;
}

html body.contract-create-page .contract-create-inline-field textarea {
  min-height: 8rem;
  resize: vertical;
}

html body.contract-create-page .contract-create-field-grid input:focus,
html body.contract-create-page .contract-create-inline-field input:focus,
html body.contract-create-page .contract-create-inline-field textarea:focus {
  border-color: rgba(33, 27, 22, 0.42);
  background: rgba(255, 255, 255, 0.88);
}

html body.contract-create-page .contract-create-signer {
  margin-top: 0.9rem;
}

html body.contract-create-page .contract-create-submit {
  width: 100%;
  margin-top: 1.6rem;
}

html body.contract-create-page .contract-create-terms {
  display: grid;
  gap: 0.75rem;
}

html body.contract-create-page .contract-create-terms article {
  border-top: 1px solid rgba(64, 58, 49, 0.11);
  padding-top: 0.75rem;
}

html body.contract-create-page .contract-create-terms article:first-child {
  border-top: 0;
  padding-top: 0;
}

html body.contract-create-page .contract-create-terms strong {
  display: block;
  color: #211b16;
  font-size: 0.92rem;
  margin-bottom: 0.25rem;
}

html body.contract-create-page .contract-create-terms p,
html body.contract-create-page .contract-create-signature-copy,
html body.contract-create-page .contract-create-status {
  color: rgba(65, 58, 49, 0.72);
  font-size: 0.9rem;
  line-height: 1.72;
  margin: 0;
}

html body.contract-create-page .contract-create-confirm {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: rgba(65, 58, 49, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

html body.contract-create-page .contract-create-signoff {
  margin: 0 0 1rem;
  border: 1px solid rgba(64, 58, 49, 0.12);
  background: rgba(255, 253, 248, 0.8);
  overflow: hidden;
}

html body.contract-create-page .contract-create-signoff-card {
  position: relative;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background: #fffdf8;
  color: #211b16;
  min-height: 21rem;
}

html body.contract-create-page .contract-create-signoff-brand {
  margin: 0 0 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-align: center;
  color: rgba(33, 27, 22, 0.72);
}

html body.contract-create-page .contract-create-signoff-card h3 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  text-align: center;
  color: #211b16;
}

html body.contract-create-page .contract-create-signoff-message {
  margin: 0 0 1.25rem;
  color: rgba(65, 58, 49, 0.75);
  font-size: 0.95rem;
  line-height: 1.75;
}

html body.contract-create-page .contract-create-signoff-grid {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  border-top: 1px solid rgba(64, 58, 49, 0.14);
  border-left: 1px solid rgba(64, 58, 49, 0.14);
}

html body.contract-create-page .contract-create-signoff-grid > span,
html body.contract-create-page .contract-create-signoff-grid > strong {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(64, 58, 49, 0.14);
  border-bottom: 1px solid rgba(64, 58, 49, 0.14);
  padding: 0.72rem 0.85rem;
  font-size: 0.88rem;
}

html body.contract-create-page .contract-create-signoff-grid > span {
  color: rgba(65, 58, 49, 0.64);
  font-weight: 700;
}

html body.contract-create-page .contract-create-signoff-grid > strong {
  color: #211b16;
}

html body.contract-create-page .contract-create-signoff-rep {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: clamp(4.8rem, 14vw, 6.6rem);
  isolation: isolate;
}

html body.contract-create-page .contract-create-signoff-name {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: inherit;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0;
  line-height: inherit;
}

html body.contract-create-page .contract-create-signoff-seal {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(1.7rem, 5vw, 2.65rem);
  width: clamp(5rem, 14vw, 7.2rem);
  height: auto;
  transform: translateY(-50%) rotate(-8deg);
  opacity: 0.9;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(1.12);
  background: transparent;
  pointer-events: none;
}

html body.contract-create-page .contract-create-confirm input {
  margin-top: 0.22rem;
}

html body.contract-create-page .contract-create-status {
  margin-top: 0.8rem;
}

html body.contract-create-page .contract-create-status a {
  color: #211b16;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.contract-create-page .contract-create-status.is-error {
  color: #9f3d2e;
}

html body.contract-create-page .contract-create-status.is-success {
  color: #2f5d45;
}

html body.contract-create-page .contract-create-submit:disabled {
  cursor: default;
  opacity: 0.64;
}

html body.contract-create-page.is-contract-create-modal-open {
  overflow: hidden;
}

html body.contract-create-page .contract-create-modal[hidden] {
  display: none;
}

html body.contract-create-page .contract-create-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

html body.contract-create-page .contract-create-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 27, 22, 0.42);
  backdrop-filter: blur(4px);
}

html body.contract-create-page .contract-create-modal-card {
  position: relative;
  z-index: 1;
  width: min(31rem, 100%);
  border: 1px solid rgba(64, 58, 49, 0.16);
  background: #fffdf8;
  color: #211b16;
  padding: clamp(1.4rem, 4vw, 2.1rem);
  box-shadow: 0 1.6rem 4rem rgba(33, 27, 22, 0.22);
}

html body.contract-create-page .contract-create-modal-kicker {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: rgba(65, 58, 49, 0.64);
}

html body.contract-create-page .contract-create-modal-card h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.28rem, 4vw, 1.65rem);
  line-height: 1.35;
}

html body.contract-create-page .contract-create-modal-card p {
  margin: 0;
  color: rgba(65, 58, 49, 0.76);
  font-size: 0.94rem;
  line-height: 1.7;
}

html body.contract-create-page .contract-create-modal-card .contract-create-modal-note {
  margin-top: 0.65rem;
  color: rgba(159, 61, 46, 0.88);
  font-size: 0.86rem;
}

html body.contract-create-page .contract-create-modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.25rem;
}

html body.contract-create-page .contract-create-modal-actions .button {
  width: 100%;
  min-height: 2.95rem;
  border: 1px solid #211b16;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
}

html body.contract-create-page .contract-create-modal-actions .button-ghost {
  background: transparent;
  color: #211b16;
}

html body.contract-create-page .contract-create-modal-actions .button-solid {
  background: #211b16;
  color: #fffdf8;
}

/* Portfolio detail page */
html body.portfolio-detail-page .portfolio-detail-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem);
}

html body.portfolio-detail-page .portfolio-detail-head {
  width: min(760px, 100%);
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

html body.portfolio-detail-page .portfolio-detail-head h1,
html body.portfolio-detail-page .portfolio-detail-empty h1 {
  margin: 0.4rem 0 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 500;
  color: #211b16;
  letter-spacing: 0;
}

html body.portfolio-detail-page .portfolio-detail-head p {
  margin: 0;
  color: rgba(65, 58, 49, 0.72);
}

html body.portfolio-detail-page .portfolio-video-section {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(31, 25, 20, 0.18);
}

html body.portfolio-detail-page .portfolio-video-section iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

html body.portfolio-detail-page .portfolio-detail-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

html body.portfolio-detail-page .portfolio-detail-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  border: 1px solid rgba(64, 58, 49, 0.18);
  color: #211b16;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
}

html body.portfolio-detail-page .portfolio-detail-back--primary {
  background: #211b16;
  color: #f8f4ed;
  border-color: #211b16;
}

html body.portfolio-detail-page .portfolio-detail-empty {
  text-align: center;
}

@media (max-width: 760px) {
  html body.contract-create-page .contract-create-field-grid {
    grid-template-columns: 1fr;
  }

  html body.contract-create-page .contract-create-modal-actions {
    grid-template-columns: 1fr;
  }
}
