/* ==========================================================================
   Wineland — case study
   ========================================================================== */

body.cs-page { background: #fff; color: #1c1b1f; }
.cs-page main { overflow-x: clip; }

/* --- shared case-study blocks ------------------------------------------ */
.cs-sec { padding: 70px 120px; max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.cs-title {
  font-size: 24px; font-weight: 700; letter-spacing: 4px; line-height: 1.4;
  text-transform: uppercase; text-align: center; color: #000;
}
.cs-link-btn {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  height: 40px; padding: 0 20px; border: 1px solid #1c1b1f; border-radius: 4px;
  font-size: 16px; font-weight: 500; color: #1c1b1f; background: #fff;
  transition: background-color .2s, color .2s, transform .2s var(--ease-out);
}
.cs-link-btn:hover { background: #1c1b1f; color: #fff; }
.cs-link-btn .ext { width: 20px; height: 20px; }
.cs-meta { margin: 0; display: grid; gap: 32px; font-size: 14px; line-height: 1.2; color: #1c1b1f; }
.cs-meta dt { font-weight: 500; }
.cs-meta dd { margin: 3px 0 0; }

/* hero card (scope / duration / team) */
.hero-card-wrap { position: relative; z-index: 2; display: flex; justify-content: center; padding: 0 20px; margin-top: -82px; }
.hero-card {
  width: 858px; max-width: 100%; padding: 24px 61px; background: #fff;
  border: 1px solid #e5e5e5; border-radius: 8px; box-shadow: 0 0 20px rgba(0,0,0,.07);
  display: flex; justify-content: center; gap: 70px;
}
.hc-item {
  width: 200px; padding: 24px 12px; border: 1px solid #e5e5e5; border-radius: 8px; background: #fff;
  display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
  transition: transform .25s var(--ease-out), box-shadow .25s;
}
.hc-item:hover { box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.hc-label { display: flex; flex-direction: column; align-items: center; gap: 0; line-height: 1.2; font-size: 14px; font-weight: 500; color: rgba(0,0,0,.6); }
.hc-label svg { width: 24px; height: 25px; }
.hc-val { line-height: 1.3; font-size: 14px; font-weight: 500; color: #000; }

/* tech stack */
.cs-stack { margin-top: 24px; gap: 56px; padding-bottom: 90px; }
.cs-stack .tools { gap: 24px 10px; }
.cs-page .tool { border-radius: 12px; padding: 12px 24px; gap: 12px; border-color: #e5e5e5; }
.cs-page .tool h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 28px; color: #171717; }
.cs-page .tool p { color: #525252; font-size: 16px; line-height: 24px; }
.cs-page .tool img.round { border-radius: 36px; }

/* challenge */
.cs-challenge { padding: 70px 170px; gap: 16px; }
.cs-challenge p { max-width: 1100px; font-size: 16px; line-height: 1.2; color: #000; }

/* solution flow */
.cs-flow { padding: 77px 0 56px; gap: 56px; }
.sf-grid {
  position: relative; display: grid; grid-template-columns: repeat(2, 584px); column-gap: 100px;
  align-items: start;
}
.sf-grid::before { /* vertical divider */
  content: ""; position: absolute; left: 50%; top: -16px; bottom: -80px; width: 1px; background: #e5e5e5;
}
.sf-hr { grid-column: 1 / -1; height: 1px; background: #e5e5e5; margin: 38px -16px 58px; }
.sf-item { display: flex; flex-direction: column; gap: 12px; }
.sf-media {
  position: relative; height: 370px; padding: 19.5px; border: 1px solid #e5e5e5; border-radius: 12px;
  background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.07); margin-bottom: 11px; overflow: hidden;
}
.sf-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; transition: transform .6s var(--ease-out); }
.sf-item:hover .sf-media img { }
.sf-h { font-size: 24px; font-weight: 700; line-height: 1.4; color: #1c1b1f; }
.sp { color: transparent; user-select: none; }
.sf-rows { margin: 0; }
.sf-row { display: flex; align-items: center; gap: 24px; height: 100px; padding: 16px; }
.sf-row dt { width: 65px; flex: none; font-weight: 700; font-size: 16px; }
.sf-row dd { margin: 0; flex: 1; min-height: 70px; display: flex; align-items: center; padding-left: 24px; border-left: 1px solid #e5e5e5; font-size: 16px; line-height: 1.2; }

/* final products */
.cs-final { padding-top: 83px; gap: 32px; }
.fp-row { display: flex; align-items: center; justify-content: center; gap: 56px; width: 100%; min-height: 500px; }
.fp-sep { width: 1px; align-self: stretch; background: #e5e5e5; }
.fp-item { width: 329px; display: flex; flex-direction: column; gap: 16px; }
.fp-media {
  position: relative; height: 262px; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden;
  box-shadow: 0 0 11.25px rgba(0,0,0,.07); background: #fff;
}
.fp-media > img { position: absolute; top: 12px; left: 50%; width: 297px; height: 238px; transform: translateX(-50%); object-fit: cover; transition: transform .5s var(--ease-out); }
.fp-item:hover .fp-media > img { }
.fp-pill {
  height: 44px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px;
  border: 1px solid #e5e5e5; border-radius: 8px; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.07);
}
.fp-item h3 { font-size: 20px; font-weight: 700; color: #1c1b1f; line-height: 1.4; margin-top: 4px; margin-bottom: -8px; }
.fp-desc { font-size: 14px; line-height: 1.2; }
.fp-link { font-size: 14px; display: flex; align-items: center; gap: 8px; margin-top: -8px; }
.fp-link a { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
.fp-link a:hover { text-decoration: underline; }
.fp-link .ext { width: 20px; height: 20px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.wl-hero { position: relative; height: 746px; overflow: hidden; background: #fff; }
.wl-vine-left { position: absolute; left: -74.5px; top: 398px; width: 228px; height: 356px; }
.wl-hero-inner { position: relative; max-width: 1440px; height: 100%; margin: 0 auto; }
.wl-hero-text { position: absolute; left: 120px; top: 145px; width: 697px; display: flex; flex-direction: column; gap: 32px; z-index: 1; }
.wl-hero-titles { display: flex; flex-direction: column; gap: 16px; }
.wl-hero h1 { font-size: 32px; font-weight: 700; line-height: 1.2; color: #1c1b1f; }
.wl-kicker { font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 1.2; margin-top: 2px; }
.wl-lead { font-size: 16px; line-height: 1.25; }
.wl-art { position: absolute; left: 830px; top: 0; width: 610px; height: 746px; }
.wl-art img { position: absolute; max-width: none; height: auto; }
.wl-art .b-green  { left: 447px;   top: 390px; width: 185px; }
.wl-art .b-rose   { left: 355.5px; top: 253px; width: 185px; }
.wl-art .b-yellow { left: 104.5px; top: 431px; width: 185px; }
.wl-art .b-red    { left: 249.5px; top: 197px; width: 185px; }
.wl-art .vine-tr  { left: 308.5px; top: -80px; width: 337px; }
.wl-art .logo     { left: 22px;    top: 0;     width: 254px; }
.wl-art .b-green, .wl-art .b-rose, .wl-art .b-yellow, .wl-art .b-red { transition: transform .5s var(--ease-out); }
.wl-art .b-green:hover, .wl-art .b-rose:hover, .wl-art .b-yellow:hover, .wl-art .b-red:hover { }

/* ==========================================================================
   Designs
   ========================================================================== */
.cs-designs { padding-top: 98px; gap: 32px; }
.dz-group { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 40px; }
.dz-group + .dz-group { margin-top: 64px; }
.dz-h { font-size: 20px; font-weight: 700; color: #1c1b1f; line-height: 1.4; }
.dz-motion { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 20px; width: 1200px; max-width: 100%; }
.dz-vcard {
  width: 363px; height: 442px; padding: 20px; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden;
  background: #fff; box-shadow: 0 0 11.25px rgba(0,0,0,.07);
}
.dz-vcard video { width: 100%; height: 100%; object-fit: cover; background: #f3f0ee; }
.dz-posts { display: flex; flex-wrap: wrap; justify-content: center; gap: 56px; width: 1259px; max-width: 100vw; }
.dz-pcard {
  margin: 0; height: 442px; padding: 0 16px; display: flex; align-items: center; border: 1px solid #e5e5e5; border-radius: 8px;
  background: #fff; box-shadow: 0 0 11.25px rgba(0,0,0,.07); overflow: hidden;
  transition: none;
}
.dz-pcard:hover { }
.dz-pcard img { height: 411px; width: auto; }

/* ==========================================================================
   Branding
   ========================================================================== */
.cs-brand { padding-top: 124px; gap: 56px; }
.br-wrap { width: 1200px; max-width: 100%; display: flex; flex-direction: column; gap: 35px; }
.br-block { position: relative; display: flex; flex-direction: column; gap: 24px; }
.br-h { display: flex; gap: 8px; align-items: baseline; font-size: 24px; font-weight: 700; color: rgba(0,0,0,.85); line-height: 1.4; }
.br-h .hash { font-weight: 400; color: #cb663a; }
.br-copy { display: grid; gap: 0; font-size: 14px; line-height: 36px; color: rgba(0,0,0,.85); margin-top: -20px; }
.br-note { font-size: 14px; color: rgba(0,0,0,.85); margin-top: 12px; }
.br-sub { font-size: 24px; font-weight: 500; color: #0f172a; margin-top: -3px; }
.br-main { width: 100%; height: auto; }
.wl-pot { position: absolute; left: 706px; top: -14px; width: 104px; height: 158px; transform: rotate(-49deg); z-index: 0; pointer-events: none; }
.br-colors > *:not(.wl-pot) { position: relative; z-index: 1; }
.br-rule, .tw-rule, .sc-rule { border: 0; height: 1px; background: #e2e8f0; margin: 0; width: 100%; }
.br-rule { background: #e5e5e5; margin: 21px 0 20px; }

/* Tailwind palettes */
.tw-panel { padding-top: 64px; display: flex; flex-direction: column; gap: 64px; font-family: "Inter", var(--font-sans); }
.tw-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.tw-title { font-family: var(--font-sans); font-size: 24px; font-weight: 500; color: #0f172a; line-height: 1.4; }
.tw-desc { font-family: var(--font-sans); font-size: 14px; color: #475569; margin-top: 4px; }
.docs-btn {
  flex: none; display: inline-flex; align-items: center; justify-content: center; width: 96px; height: 40px;
  background: #0f172a; color: #f8fafc; border-radius: 6px; font-family: "Inter", var(--font-sans); font-size: 14px; font-weight: 500;
  text-decoration: underline; transition: background-color .2s, transform .2s var(--ease-out);
}
.docs-btn:hover { background: #1e293b; }
.tw-panel .tw-rule { margin-top: -24px; }
.tw-rows { display: flex; flex-direction: column; align-items: center; gap: 64px; }
.tw-row { display: flex; align-items: center; gap: 16px; }
.tw-name { width: 63px; font-size: 14px; font-weight: 500; color: #0f172a; }
.tw-sw { display: flex; gap: 8px; }
.tw-sw li { width: 55px; display: flex; flex-direction: column; font-size: 12px; font-weight: 500; line-height: 16px; }
.tw-sw .sw { height: 40px; border-radius: 3px; border: 1px solid #cbd5e1; margin-bottom: 8px; transition: transform .2s var(--ease-out); }
.tw-sw li:hover .sw { }
.tw-sw .st { color: #0f172a; }
.tw-sw .hx { color: #94a3b8; }

/* shadcn / accents */
.sc-coll { display: flex; flex-direction: column; gap: 32px; margin-top: 58px; font-family: "Inter", var(--font-sans); }
.sc-title { font-family: var(--font-sans); font-size: 20px; font-weight: 500; color: #000; }
.sc-rule { background: rgba(0,0,0,.05); height: 2px; margin-top: -8px; }
.sc-grid { display: flex; flex-wrap: wrap; gap: 20px; padding-bottom: 24px; }
.sc-card {
  width: 202px; border-radius: 8px; overflow: hidden; background: #fff;
  box-shadow: 0 4px 6px -2px rgba(16,23,40,.03), 0 12px 16px -4px rgba(16,23,40,.08);
  transition: transform .25s var(--ease-out), box-shadow .25s;
}
.sc-card:hover { box-shadow: 0 6px 10px -2px rgba(16,23,40,.05), 0 18px 24px -4px rgba(16,23,40,.12); }
.sc-sw { display: block; height: 80px; border: 1px solid rgba(0,0,0,.03); border-radius: 8px 8px 0 0; }
.sc-info { padding: 12px 12px 16px; display: flex; flex-direction: column; gap: 8px; }
.sc-name { font-size: 14px; font-weight: 500; color: #6929c4; line-height: 20px; }
.sc-meta { display: flex; gap: 10px; font-size: 12px; line-height: 14px; }
.sc-mode { width: 55px; color: #6c6c6c; word-break: break-all; }
.sc-val { width: 113px; color: #000; }
.sc-val span, .sc-val.muted { color: #6c6c6c; }

/* icon board */
.br-icons { margin-top: 22px; gap: 32px; }
.ib-scroll { position: relative; overflow: hidden; }
.ib { position: relative; width: 1121px; height: 900px; margin: 0 auto; background: #fff; font-family: "Inter", var(--font-sans); }
.ib-label { position: absolute; font-size: 11px; font-weight: 500; color: #09090b; white-space: nowrap; }
.ib-box { position: absolute; top: 49.5px; left: 19px; width: 1068px; height: 755px; border: 1px dashed #9747ff; border-radius: 5px; overflow: hidden; }
.ib-box i { position: absolute; width: 15px; height: 15px; transition: transform .2s var(--ease-out); }
.ib-box i:hover { }
.ib-box i svg { position: absolute; max-width: none; }
.ib-box i svg[style*="inset"] { width: 100%; height: 100%; }
.ib-link {
  position: absolute; left: calc(50% - 519.5px); bottom: 47px; padding: 10px 12px; border-radius: 4px; background: #09090b; color: #fff;
  font-size: 16px; font-weight: 500; text-decoration: underline; transition: background-color .2s;
}
.ib-link:hover { background: #333; }
.ib-scroll.is-zoomed .ib { height: 812px; }
.ib-scroll.is-zoomed .ib-link { position: static; display: inline-block; margin: 12px 0 0; font-size: 14px; }

/* typography specimen */
.br-type { gap: 24px; }
.ty-head { display: flex; justify-content: space-between; align-items: flex-start; }
.ty-head .br-note { margin-top: 12px; }
.ty-list { display: flex; flex-direction: column; gap: 56px; font-family: "Inter", var(--font-sans); color: #020617; margin-top: 8px; }
.ty-item { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.ty-label { font-size: 30px; font-weight: 600; letter-spacing: -.01em; line-height: 36px; }
.ty-rule { border: 0; height: 1px; background: #e2e8f0; width: 971px; max-width: 100%; margin: 0; }
.ty-h1 { font-size: 48px; font-weight: 800; letter-spacing: -.01em; line-height: 48px; }
.ty-h2 { font-size: 30px; font-weight: 600; letter-spacing: -.01em; line-height: 36px; padding-bottom: 8px; border-bottom: 1px solid #e2e8f0; }
.ty-h3 { font-size: 24px; font-weight: 600; letter-spacing: -.01em; line-height: 32px; }
.ty-h4 { font-size: 20px; font-weight: 600; line-height: 28px; }
.ty-p { font-size: 16px; line-height: 28px; }
.ty-bq { margin: 0; padding-left: 24px; border-left: 2px solid #e2e8f0; font-style: italic; font-size: 16px; line-height: 24px; max-width: 700px; }
.ty-tbl-wrap { max-width: 100%; overflow-x: auto; }
.ty-tbl { border-collapse: collapse; font-size: 16px; line-height: 24px; }
.ty-tbl th, .ty-tbl td { width: 315px; padding: 8px 16px; border: 1px solid #e2e8f0; text-align: left; }
.ty-tbl th { font-weight: 700; }
.ty-tbl tbody tr:nth-child(2) { background: #f1f5f9; }
.ty-list-ex { display: grid; gap: 8px; font-size: 16px; line-height: 24px; }
.ty-code { background: #f1f5f9; border-radius: 3px; padding: 3px 4px; font-family: Menlo, ui-monospace, monospace; font-size: 14px; font-weight: 700; }
.ty-lead { font-size: 20px; line-height: 28px; color: #64748b; max-width: 640px; }
.ty-large { font-size: 18px; font-weight: 600; line-height: 28px; }
.ty-small { font-size: 14px; font-weight: 500; line-height: 14px; }
.ty-muted { font-size: 14px; line-height: 20px; color: #64748b; }

/* Figma sneak peek */
.cs-figma { padding-top: 66px; display: flex; flex-direction: column; align-items: center; gap: 56px; }
.fg-board { width: 100%; background: #1e1e1e; padding: 85px 20px 275px; display: flex; flex-direction: column; align-items: center; }
.fg-img { width: 1212px; max-width: 100%; height: auto; }
.fg-rule { width: 971px; max-width: 90%; height: 1px; border: 0; background: #e2e8f0; margin: 109px 0 107px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1439px) {
  .wl-art { left: auto; right: 0; }
}
@media (min-width: 1441px) {
  /* keep the bottle cluster pinned to the viewport edge (the bottle images are cropped on their right side) */
  .wl-art { left: auto; right: calc(720px - 50vw); }
}
@media (max-width: 1299px) {
  .sf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; width: calc(100% - 80px); }
  .sf-hr { margin-left: 0; margin-right: 0; }
  .sf-media { height: auto; aspect-ratio: 584 / 370; }
  .sf-row dt { width: 70px; }
}
@media (max-width: 1199px) {
  .cs-sec { padding-left: 40px; padding-right: 40px; }
  .cs-challenge { padding-left: 40px; padding-right: 40px; }
  .wl-hero { height: auto; }
  .wl-hero-inner { display: flex; flex-direction: column; }
  .wl-hero-text { position: relative; left: auto; top: auto; width: auto; max-width: 697px; padding: 110px 40px 0; }
  /* overflow stays visible so the top vine isn't sliced flat; the hero's own overflow:hidden clips the bottles at the bottom.
     Extra top margin = the vine's -12.1% overhang (13.1% of the art width). */
  .wl-art { position: relative; left: auto; right: auto; width: 610px; max-width: 100%; margin: calc(20px + min(80px, 13.1vw)) auto 0; height: auto; aspect-ratio: 610 / 660; overflow: visible; }
  .wl-art img { width: auto; }
  .wl-art .b-green  { left: 73.3%; top: 59.1%; width: 30.3%; }
  .wl-art .b-rose   { left: 58.3%; top: 38.3%; width: 30.3%; }
  .wl-art .b-yellow { left: 17.1%; top: 65.3%; width: 30.3%; }
  .wl-art .b-red    { left: 40.9%; top: 29.8%; width: 30.3%; }
  .wl-art .vine-tr  { left: 50.6%; top: -12.1%; width: 55.2%; }
  .wl-art .logo     { left: 3.6%;  top: 0;      width: 41.6%; }
  .wl-vine-left { top: auto; bottom: 0; left: -90px; width: 170px; height: auto; }
  .hero-card-wrap { margin-top: -40px; }
  .hero-card { gap: 24px; padding: 24px; }
  .dz-motion { width: 100%; }
  .dz-vcard { width: calc((100% - 40px) / 3); height: auto; aspect-ratio: 363 / 442; }
  .dz-posts { width: 100%; gap: 32px; }
  .dz-pcard { height: 360px; }
  .dz-pcard img { height: 329px; }
  .br-wrap { width: 100%; }
  .wl-pot { left: auto; right: 60px; }
  .tw-rows { align-items: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .tw-rows, .ty-rule { width: 100%; }
  .fp-row { gap: 40px; }
}
@media (max-width: 809px) {
  .cs-sec { padding: 56px 20px; }
  .cs-challenge { padding: 56px 20px; }
  .cs-title { font-size: 20px; letter-spacing: 3px; }
  .wl-hero-text { padding: 76px 20px 0; gap: 24px; }
  .wl-hero h1 { font-size: 30px; }
  .wl-kicker { font-size: 18px; }
  .wl-art { width: calc(100% - 40px); }
  .wl-vine-left { display: none; }
  .hero-card-wrap { margin-top: -24px; }
  .hero-card { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; }
  .hc-item { width: auto; padding: 16px 12px; }
  .cs-stack { margin-top: 0; gap: 32px; padding-bottom: 40px; }
  .cs-stack .tools { gap: 10px; }
  .cs-page .tool { padding: 10px 14px; flex: 1 1 100%; }
  .cs-page .tool h3 { font-size: 18px; line-height: 24px; }
  .cs-page .tool p { font-size: 14px; line-height: 20px; }
  .cs-page .tool img { width: 40px; height: 40px; }
  .cs-flow { padding: 56px 0; gap: 32px; }
  .sf-grid { grid-template-columns: 1fr; width: calc(100% - 40px); row-gap: 48px; }
  .sf-grid::before, .sf-hr { display: none; }
  .sf-media { padding: 12px; margin-bottom: 4px; }
  .sf-h { font-size: 20px; }
  .sf-row { height: auto; padding: 12px 0; gap: 14px; }
  .sf-row dt { width: 64px; font-size: 15px; }
  .sf-row dd { font-size: 15px; padding-left: 14px; min-height: 0; padding-top: 4px; padding-bottom: 4px; }
  .cs-final { padding-top: 56px; }
  .fp-row { flex-direction: column; gap: 40px; min-height: 0; }
  .fp-sep { width: 100%; height: 1px; align-self: auto; }
  .fp-item { width: 100%; max-width: 380px; }
  .fp-media { height: auto; aspect-ratio: 329 / 262; }
  .fp-media > img { top: 4.6%; width: 90.3%; height: 90.8%; }
  .cs-designs, .cs-brand, .cs-figma { padding-top: 64px; }
  .dz-motion { gap: 12px; }
  .dz-vcard { width: calc((100% - 12px) / 2); padding: 10px; }
  .dz-posts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .dz-pcard { height: auto; padding: 8px; justify-content: center; }
  .dz-pcard img { height: auto; width: 100%; }
  .br-h { font-size: 22px; }
  .br-copy { line-height: 1.5; gap: 10px; margin-top: 0; }
  .wl-pot { width: 64px; height: 97px; right: 10px; top: -30px; opacity: .9; }
  .tw-head, .ty-head { flex-direction: column; }
  .tw-panel { gap: 40px; padding-top: 40px; }
  .tw-panel .tw-rule { margin-top: -16px; }
  .tw-rows { gap: 32px; }
  .tw-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .tw-rows { overflow: visible; }
  .tw-row { width: 100%; }
  .tw-sw { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px 6px; width: 100%; }
  .tw-sw li { width: auto; font-size: 11px; }
  .tw-sw .sw { height: 32px; }
  .sc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .sc-card { width: auto; }
  .sc-meta { flex-direction: column; gap: 2px; }
  .sc-mode, .sc-val { width: auto; word-break: normal; }
  .ty-list { gap: 36px; }
  .ty-item { gap: 16px; }
  .ty-label { font-size: 24px; line-height: 30px; }
  .ty-h1 { font-size: 32px; line-height: 36px; }
  .ty-h1 br { display: none; }
  .ty-h2 { font-size: 24px; line-height: 30px; }
  .ty-tbl th, .ty-tbl td { width: auto; padding: 8px 12px; font-size: 14px; }
  .fg-board { padding: 32px 12px 48px; }
  .fg-rule { margin: 32px 0; }
}
