:root {
  --ink: #20242b;
  --muted: #68717c;
  --paper: #f7f4ef;
  --panel: #ffffff;
  --line: rgba(32, 36, 43, 0.14);
  --accent: #317765;
  --accent-2: #d85f4f;
  --accent-3: #e3b34f;
}
* { box-sizing: border-box; }
body.demoarchive-site {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
body.da-site-demo1 {
  --ink: #25312d;
  --muted: #66736e;
  --paper: #fbf6ec;
  --panel: #fffdf8;
  --line: rgba(82, 94, 82, 0.18);
  --accent: #4c8067;
  --accent-2: #d16a56;
  --accent-3: #f0c86d;
}
body.da-site-demo2 {
  --ink: #2b2430;
  --muted: #806f7d;
  --paper: #fff4f6;
  --panel: #ffffff;
  --line: rgba(113, 69, 92, 0.18);
  --accent: #9d3f63;
  --accent-2: #c7807f;
  --accent-3: #d7b07b;
}
body.da-site-demo3 {
  --ink: #122d38;
  --muted: #5a7280;
  --paper: #edf8f6;
  --panel: #ffffff;
  --line: rgba(16, 95, 112, 0.18);
  --accent: #007f8f;
  --accent-2: #f05a3f;
  --accent-3: #84c44c;
}
body.da-site-demo4 {
  --ink: #27221f;
  --muted: #756b61;
  --paper: #f8f1e6;
  --panel: #fffaf2;
  --line: rgba(126, 90, 44, 0.2);
  --accent: #a7472b;
  --accent-2: #1e7c73;
  --accent-3: #e0a640;
}
body.da-site-demo5 {
  --ink: #17212b;
  --muted: #607082;
  --paper: #f2f6fa;
  --panel: #ffffff;
  --line: rgba(34, 74, 109, 0.18);
  --accent: #255f91;
  --accent-2: #7a5ab8;
  --accent-3: #20a486;
}
body.da-site-demo6 {
  --ink: #f6f0e7;
  --muted: #c9bfb0;
  --paper: #11100f;
  --panel: #1e1b18;
  --line: rgba(246, 240, 231, 0.16);
  --accent: #f0b74a;
  --accent-2: #e05b4f;
  --accent-3: #8cc8ff;
}
body.da-site-demo7 {
  --ink: #17242a;
  --muted: #59686d;
  --paper: #f3f6f2;
  --panel: #ffffff;
  --line: rgba(32, 72, 65, 0.2);
  --accent: #1f6b5d;
  --accent-2: #c03d2e;
  --accent-3: #d1a026;
}
body.da-site-demo8 {
  --ink: #181818;
  --muted: #6b6b65;
  --paper: #f7f7f1;
  --panel: #ffffff;
  --line: rgba(24, 24, 24, 0.16);
  --accent: #2f5f8f;
  --accent-2: #8a4b2f;
  --accent-3: #d1b44a;
}
body.da-site-demo1 .da-hero-photo img { border-radius: 28px 8px 28px 8px; }
body.da-site-demo1 .da-card, body.da-site-demo1 ul.resource-list > li { border-radius: 18px 8px 18px 8px; }
body.da-site-demo1 .da-mark { border-radius: 50%; background: var(--accent); }
body.da-site-demo2 .da-hero { grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr); }
body.da-site-demo2 .da-hero-photo { order: -1; }
body.da-site-demo2 .da-hero-photo img { border-radius: 999px 999px 8px 8px; }
body.da-site-demo2 .da-button, body.da-site-demo2 .da-card-actions a, body.da-site-demo2 .da-detail-back, body.da-site-demo2 .da-search button { border-radius: 999px; }
body.da-site-demo3 .da-header { background: rgba(237, 248, 246, 0.92); }
body.da-site-demo3 .da-hero-photo img, body.da-site-demo3 .da-card img, body.da-site-demo3 .resource-link img { filter: saturate(1.16) contrast(1.04); }
body.da-site-demo3 .da-card, body.da-site-demo3 .da-timeline-item { border-left: 5px solid var(--accent); }
body.da-site-demo4 .da-hero { align-items: end; }
body.da-site-demo4 .da-hero-photo img { aspect-ratio: 4 / 5; height: auto; min-height: 0; }
body.da-site-demo4 .da-card-body small, body.da-site-demo4 .da-kicker { color: var(--accent-2); }
body.da-site-demo4 .da-grid { gap: 24px; }
body.da-site-demo5 .da-header { background: rgba(242, 246, 250, 0.96); }
body.da-site-demo5 .da-stat, body.da-site-demo5 .da-card, body.da-site-demo5 .da-detail-meta, body.da-site-demo5 ul.resource-list > li { box-shadow: inset 0 3px 0 var(--accent-3); }
body.da-site-demo5 .da-timeline-item { grid-template-columns: 140px 1fr; }
body.da-site-demo6 .da-header, body.da-site-demo6 .da-band, body.da-site-demo6 .da-footer { background: #171513; }
body.da-site-demo6 .da-card, body.da-site-demo6 .da-stat, body.da-site-demo6 .da-feature-copy, body.da-site-demo6 .da-workflow-step, body.da-site-demo6 .da-timeline-item, body.da-site-demo6 .da-timelapse-guide a, body.da-site-demo6 .da-detail-meta, body.da-site-demo6 .da-detail-note, body.da-site-demo6 ul.resource-list > li { background: var(--panel); }
body.da-site-demo6 .da-button, body.da-site-demo6 .da-card-actions a, body.da-site-demo6 .da-detail-back, body.da-site-demo6 .da-search button { background: var(--accent); border-color: var(--accent); color: #14110d; }
body.da-site-demo6 #top-nav .active a, body.da-site-demo6 #top-nav a:hover, body.da-site-demo6 .da-button.secondary, body.da-site-demo6 .da-search input { background: #27231f; color: var(--ink); }
body.da-site-demo6 .da-hero-photo img { box-shadow: 0 28px 90px rgba(240, 183, 74, 0.24); }
body.da-site-demo7 .da-mark { border-radius: 4px; background: var(--accent-2); }
body.da-site-demo7 .da-card, body.da-site-demo7 .da-stat, body.da-site-demo7 .da-workflow-step { border-radius: 4px; }
body.da-site-demo7 .da-section-header { border-left: 6px solid var(--accent-2); padding-left: 18px; }
body.da-site-demo8 .da-header-inner, body.da-site-demo8 .da-section, body.da-site-demo8 .da-hero, body.da-site-demo8 .da-browse-hero, body.da-site-demo8 .da-detail-hero, body.da-site-demo8 .da-detail-layout, body.da-site-demo8 ul.resource-list { width: min(1040px, calc(100% - 36px)); }
body.da-site-demo8 .da-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 74px; }
body.da-site-demo8 .da-hero h2 { max-width: 920px; }
body.da-site-demo8 .da-hero-photo img { height: min(52vh, 520px); }
body.da-site-demo8 .da-grid, body.da-site-demo8 ul.resource-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
#skipnav { position: absolute; left: -999px; top: 12px; }
#skipnav:focus { left: 12px; z-index: 20; background: #fff; padding: 10px 12px; }
.da-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 239, 0.94);
  backdrop-filter: blur(14px);
}
.da-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 36px));
  min-height: 72px;
  margin: 0 auto;
}
.da-brand a { display: flex; align-items: center; gap: 12px; }
.da-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}
.da-brand strong { display: block; font-size: 1.02rem; }
.da-brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 0.78rem; }
#top-nav .navigation { display: flex; gap: 6px; margin: 0; padding: 0; list-style: none; }
#top-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 8px;
  padding: 0 12px;
  color: var(--muted);
  font-weight: 800;
}
#top-nav .active a, #top-nav a:hover { background: #fff; color: var(--ink); }
.dama-public-menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
}
.dama-public-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: currentColor;
}
.da-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 42px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 52px 0 42px;
}
.da-kicker { margin: 0 0 14px; color: var(--accent); font-size: 0.82rem; font-weight: 900; letter-spacing: 0; }
.da-hero h2 { margin: 0; font-size: clamp(2.65rem, 5.6vw, 6.2rem); line-height: 0.98; }
.da-copy { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.76; }
.da-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.da-button, .da-card a, .da-detail-back, .da-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 0 16px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}
.da-button.secondary { background: #fff; color: var(--ink); }
.da-button.ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.da-search {
  display: flex;
  gap: 8px;
  width: min(620px, 100%);
  margin-top: 24px;
}
.da-search input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.da-hero-photo { position: relative; margin: 0; }
.da-hero-photo img {
  display: block;
  width: 100%;
  height: min(62vh, 620px);
  min-height: 430px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 72px rgba(32, 36, 43, 0.18);
}
.da-photo-note {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(360px, calc(100% - 36px));
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.da-photo-note strong, .da-photo-note span { display: block; }
.da-photo-note span { margin-top: 5px; color: var(--muted); }
.da-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.da-section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 72px 0; }
.da-section-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.da-section h2, .da-browse-hero h2, .da-detail-hero h2 { margin: 0; font-size: clamp(2.1rem, 4.2vw, 4.7rem); line-height: 1.04; }
.da-section-header p, .da-browse-hero p, .da-detail-hero p { max-width: 720px; color: var(--muted); line-height: 1.7; }
.da-stats, .da-grid, ul.resource-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.da-stat, .da-card, ul.resource-list > li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.da-stat { padding: 22px; }
.da-stat strong { display: block; color: var(--accent-2); font-size: 2.15rem; line-height: 1; }
.da-stat span { display: block; margin-top: 8px; color: var(--muted); font-weight: 800; }
.da-card > a {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}
.da-card img, .resource-link img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eee7dd;
}
.da-card-body { padding: 19px; }
.da-card small, .da-label { color: var(--accent); font-weight: 900; }
.da-card h3 { margin: 9px 0 8px; font-size: 1.2rem; line-height: 1.3; }
.da-card p { margin: 0 0 15px; color: var(--muted); line-height: 1.62; }
.da-card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.da-card-actions a { min-height: 36px; padding: 0 12px; font-size: 0.9rem; }
.da-labels { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.da-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  background: #faf8f4;
  font-size: 0.82rem;
}
.da-folder-panel { padding-top: 42px; padding-bottom: 38px; }
.da-folder-row { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 16px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.da-folder-row h3 { margin: 7px 0 0; font-size: 1rem; }
.da-folder-list { display: flex; flex-wrap: wrap; gap: 9px; }
.da-folder-list a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: var(--panel);
  color: var(--ink);
  font-weight: 900;
}
.da-folder-list span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.78rem;
}
.da-folder-results { padding-top: 26px; }
.da-folder-section { padding: 28px 0 34px; border-top: 1px solid var(--line); }
.da-folder-section:first-child { border-top: 0; padding-top: 0; }
.da-folder-title { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 16px; }
.da-folder-title h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.04; }
.da-folder-desc { max-width: 680px; margin: 9px 0 0; color: var(--muted); line-height: 1.65; }
.da-folder-title a { color: var(--accent); font-weight: 900; }
.da-feature-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}
.da-feature-panel {
  min-height: 430px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
.da-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
}
.da-feature-copy h3 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.da-feature-copy p { margin: 0; color: var(--muted); line-height: 1.72; }
.da-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.da-workflow-step {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}
.da-workflow-step strong { display: block; margin-bottom: 8px; color: var(--accent-2); }
.da-workflow-step span { color: var(--muted); line-height: 1.55; }
.da-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.da-timeline-item { display: grid; grid-template-columns: 180px 1fr; gap: 16px; border: 1px solid var(--line); border-radius: 8px; padding: 14px; background: #fff; }
.da-timeline-item img { width: 100%; height: 150px; border-radius: 6px; object-fit: cover; }
.da-timeline-item time { color: var(--accent-2); font-weight: 900; }
.da-timeline-item h3 { margin: 0 0 6px; }
.da-timeline-item p { margin: 0; color: var(--muted); line-height: 1.62; }
.da-timelapse-intro {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 22px;
}
.da-timelapse-intro h2 { margin: 0 0 14px; font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 0.98; }
.da-timelapse-intro p { max-width: 780px; margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.da-timelapse-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 24px;
}
.da-timelapse-guide a {
  display: block;
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}
.da-timelapse-guide small { display: block; margin-bottom: 10px; color: var(--accent-2); font-weight: 900; letter-spacing: 0; }
.da-timelapse-guide strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.da-timelapse-guide span { display: block; color: var(--muted); line-height: 1.5; }
.da-timelapse-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 80px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.da-timelapse-shell #timeline-embed { width: 100%; height: 700px; }
.da-browse-hero, .da-detail-hero { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 58px 0 28px; }
ul.resource-list { width: min(1180px, calc(100% - 36px)); margin: 0 auto 80px; padding: 0; list-style: none; }
.resource-name { display: block; padding: 16px 18px 0; font-weight: 900; line-height: 1.35; }
.description { padding: 8px 18px 20px; color: var(--muted); line-height: 1.55; }
.browse-controls, .pagination, .search-filters { width: min(1180px, calc(100% - 36px)); margin: 18px auto; }
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}
.pagination .previous.inactive,
.pagination .next.inactive { display: none !important; }
.pagination .previous,
.pagination .next {
  min-width: 42px;
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.pagination .row-count,
.pagination .page-count { color: var(--muted); font-size: 0.9rem; }
.da-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 30px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 86px;
}
.da-detail-media img { display: block; width: 100%; border-radius: 8px; object-fit: cover; }
.da-detail-media {
  display: grid;
  gap: 14px;
}
.da-detail-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  color: var(--muted);
  line-height: 1.65;
}
.da-detail-meta { align-self: start; border: 1px solid var(--line); border-radius: 8px; padding: 26px; background: #fff; }
.da-detail-meta h3 { margin: 0 0 16px; font-size: 1.32rem; }
.da-detail-meta dl { margin: 0; }
.da-detail-meta div { padding: 14px 0; border-top: 1px solid var(--line); }
.da-detail-meta dt { margin-bottom: 6px; color: var(--accent); font-weight: 900; }
.da-detail-meta dd { margin: 0; color: var(--ink); line-height: 1.62; }
.da-footer { padding: 32px 20px; border-top: 1px solid var(--line); color: var(--muted); text-align: center; background: #fff; }
.dama-service-copyright { display: flex; justify-content: center; align-items: center; gap: 8px 12px; flex-wrap: wrap; margin: 10px auto 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.dama-service-copyright a { color: var(--ink); font-weight: 900; text-decoration: none; }
.dama-service-copyright a:hover { text-decoration: underline; text-underline-offset: 3px; }
.dama-service-copyright small { color: #8a96a8; font-size: .8rem; }
.site-page-pagination { display: none !important; }
@media (max-width: 880px) {
  .da-header-inner, .da-section-header, .da-hero { display: block; }
  #top-nav .navigation { margin-top: 12px; overflow-x: auto; padding-bottom: 10px; }
  .da-hero { min-height: auto; padding-top: 36px; }
  .da-hero-photo { margin-top: 30px; }
  .da-search { display: grid; }
  .da-stats, .da-grid, ul.resource-list, .da-detail-layout, .da-feature-strip, .da-workflow, .da-timeline, .da-timelapse-guide { grid-template-columns: 1fr; }
  .da-folder-row, .da-folder-title { display: block; }
  .da-folder-title a { display: inline-flex; margin-top: 10px; }
  .da-timeline-item { grid-template-columns: 1fr; }
  .da-timelapse-shell #timeline-embed { height: 640px; }
}
@media (max-width: 880px) {
  body.dama-mobile-drawer .da-header-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 12px;
    min-height: 70px;
  }
  body.dama-mobile-drawer .da-brand {
    min-width: 0;
    margin: 0;
  }
  body.dama-mobile-drawer .da-brand a {
    min-width: 0;
  }
  body.dama-mobile-drawer .da-brand strong,
  body.dama-mobile-drawer .da-brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.dama-mobile-drawer .dama-public-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }
  body.dama-mobile-drawer #top-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 8px 0 14px;
  }
  body.dama-mobile-drawer.dama-menu-open #top-nav {
    display: block;
  }
  body.dama-mobile-drawer #top-nav .navigation {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0;
    overflow: visible;
    padding: 0;
  }
  body.dama-mobile-drawer #top-nav a {
    display: flex;
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 0 12px;
    white-space: normal;
    word-break: keep-all;
  }
}
/* Home integrated search */
.dama-home-search {
  width: 100%;
  margin: 0;
  border-block: 1px solid var(--line);
  background: #f7f8f6;
  background: color-mix(in srgb, var(--accent) 7%, #fff);
}
.dama-home-search-inner {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr);
  gap: 42px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0;
}
.dama-home-search-copy p {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}
.dama-home-search-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0;
}
.dama-home-search-copy span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  line-height: 1.65;
}
.dama-home-search form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dama-home-search form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.dama-home-search input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.dama-home-search input[type="search"]:focus {
  outline: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  border-color: var(--accent);
}
.dama-home-search button {
  min-height: 50px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 0 22px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 720px) {
  .dama-home-search-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    width: min(100% - 28px, 1180px);
    padding: 26px 0;
  }
  .dama-home-search form > div { grid-template-columns: 1fr; }
  .dama-home-search button { width: 100%; }
}
