:root {
  --ink: #1d2822;
  --muted: #606962;
  --paper: #ffffff;
  --soft: #f4f5f1;
  --line: #daddd5;
  --green: #233c2d;
  --wood: #9c6847;
  --max: 1180px;
}

/* GAZON proposal-led preview: changes limited to the page content. */
#top .hero-hook { font-size:1.1rem; font-weight:650; line-height:1.8; margin:24px 0 12px; }
#top .hero-lead { font-size:1rem; line-height:1.95; }
#top .proposal-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; }
#top .proposal-card { min-width:0; }
#top .proposal-card > img { display:block; width:100%; height:auto; }
#top .proposal-copy { padding:24px 0 0; }
#top .proposal-copy h3, #top .garden-root h3 { font-size:clamp(1.2rem,2vw,1.5rem); line-height:1.6; margin:8px 0 16px; }
#top .proposal-copy p, #top .garden-root p { font-size:1rem; line-height:1.9; }
#top .proposal-copy .eyebrow, #top .garden-root .eyebrow { font-size:.875rem; }
#top .proposal-detail { color:var(--muted); }
#top .proposal-copy details { margin-top:20px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
#top .proposal-copy summary { cursor:pointer; padding:14px 0; min-height:44px; font-size:.875rem; }
#top .proposal-copy .detail-photo img { width:100%; height:auto; }
#top .garden-root { margin-top:48px; padding-top:32px; border-top:1px solid var(--line); display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:32px; align-items:center; }
#top .garden-root > img { display:block; width:100%; height:auto; }
@media(max-width:820px) {
 #top .proposal-grid, #top .garden-root { grid-template-columns:minmax(0,1fr); gap:32px; }
 #top .proposal-copy { padding-top:18px; }
 #top .hero-hook { font-size:1rem; margin-top:20px; }
 #top .garden-root { gap:20px; }
}

#top * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#top {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .035em;
}
#top img { display: block; width: 100%; }
#top a { color: inherit; text-decoration: none; }
#top h1, #top h2, #top h3, #top p, #top figure, #top dl, #top dd { margin-top: 0; }

#top .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(29,40,34,.12);
  backdrop-filter: blur(12px);
}
#top .brand { display: flex; align-items: baseline; gap: 12px; }
#top .brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; letter-spacing: .13em; }
#top .brand-note { color: var(--muted); font-size: .72rem; letter-spacing: .08em; }
#top .site-header nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; }
#top .nav-contact { padding: 9px 17px; color: #fff; background: var(--green); }

#top .hero { max-width: 1380px; margin: 0 auto; padding: clamp(58px, 8vw, 112px) 24px 58px; }
#top .hero-copy { max-width: 850px; margin: 0 auto 54px; text-align: center; }
#top .eyebrow { margin-bottom: 14px; color: var(--wood); font-size: .76rem; font-weight: 700; letter-spacing: .18em; }
#top .hero h1 {
  margin-bottom: 28px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: .03em;
}
#top .hero-lead { max-width: 770px; margin: 0 auto 30px; color: #434d46; font-size: 1.02rem; text-align: left; }
#top .hero-actions { display: flex; justify-content: center; align-items: center; gap: 24px; }
#top .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; font-weight: 700; }
#top .button-primary { color: #fff; background: var(--green); }
#top .text-link { border-bottom: 1px solid var(--ink); font-size: .9rem; }

#top .hero-gallery { display: grid; grid-template-columns: 1fr 1.16fr 1fr; gap: 14px; align-items: end; }
#top .hero-photo { position: relative; margin: 0; overflow: hidden; background: var(--soft); }
#top .hero-photo img { height: 390px; object-fit: cover; transition: transform .5s ease; }
#top .hero-photo-two img { height: 480px; }
#top .hero-photo:hover img { transform: scale(1.02); }
#top .hero-photo figcaption { position: absolute; inset: auto 0 0; padding: 42px 22px 19px; color: #fff; background: linear-gradient(transparent, rgba(10,20,14,.72)); }
#top .hero-photo figcaption strong, #top .hero-photo figcaption span { display: block; }
#top .hero-photo figcaption strong { margin-bottom: 3px; font-size: 1.03rem; }
#top .hero-photo figcaption span { font-size: .78rem; line-height: 1.55; }
#top .draft-note { margin: 18px 0 0; color: var(--muted); font-size: .74rem; text-align: right; }

#top .section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
#top .section-number { color: #9da39d; font-family: Georgia, serif; font-size: .78rem; letter-spacing: .13em; }
#top .statement { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 34px; padding-top: 115px; padding-bottom: 115px; border-top: 1px solid var(--line); }
#top .statement h2, #top .section-heading h2, #top .cost-title h2 {
  margin-bottom: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.45;
}
#top .statement-body { max-width: 520px; color: #465048; }

#top .cases { padding-top: 100px; padding-bottom: 120px; border-top: 1px solid var(--line); }
#top .section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
#top .section-heading > p { margin-bottom: 0; color: var(--muted); }
#top .price-guide { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 72px; border: 1px solid var(--line); }
#top .price-guide article { padding: 25px 28px; border-right: 1px solid var(--line); }
#top .price-guide article:last-child { border-right: 0; }
#top .price-guide span, #top .price-guide strong, #top .price-guide small { display: block; }
#top .price-guide span { margin-bottom: 4px; color: var(--muted); font-size: .8rem; }
#top .price-guide strong { font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 500; }
#top .price-guide small { margin-top: 3px; color: #8b918c; font-size: .68rem; }

#top .case-list { display: grid; gap: 70px; }
#top .case-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 46px; align-items: center; }
#top .case-card:nth-child(even) { grid-template-columns: .65fr 1.35fr; }
#top .case-card:nth-child(even) img { order: 2; }
#top .case-card img { aspect-ratio: 16 / 10; object-fit: cover; }
#top .case-tag { margin-bottom: 8px; color: var(--wood); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
#top .case-content h3 { margin-bottom: 28px; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.5; }
#top .case-content dl { margin-bottom: 0; border-top: 1px solid var(--line); }
#top .case-content dl div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
#top .case-content dt { color: var(--muted); font-size: .76rem; }
#top .case-content dd { font-size: .88rem; }

#top .viewpoints { padding: 110px 0 124px; color: #f8faf8; background: var(--green); }
#top .viewpoints .section-number { color: #9ca99f; }
#top .viewpoints .eyebrow { color: #d0ab87; }
#top .viewpoints-heading > p { color: #ced5cf; }
#top .viewpoint-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
#top .viewpoint-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 300px; background: rgba(255,255,255,.07); }
#top .viewpoint-card img { height: 100%; object-fit: cover; }
#top .viewpoint-card div { padding: 30px 27px; }
#top .viewpoint-card div > span { color: #c6a37e; font-family: Georgia, serif; font-size: .75rem; }
#top .viewpoint-card h3 { margin: 32px 0 12px; font-size: 1.25rem; }
#top .viewpoint-card p { margin-bottom: 0; color: #d6dcd7; font-size: .86rem; }

#top .cost-factors { display: grid; grid-template-columns: 70px .75fr 1.25fr; gap: 34px; padding-top: 115px; padding-bottom: 120px; }
#top .factor-list { border-top: 1px solid var(--line); }
#top .factor-list article { display: grid; grid-template-columns: 44px 145px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
#top .factor-list span { color: #9da39d; font-family: Georgia, serif; font-size: .75rem; }
#top .factor-list h3 { margin: 0; font-size: .98rem; }
#top .factor-list p { margin: 0; color: var(--muted); font-size: .84rem; }

#top .contact { padding: 100px 24px; color: #fff; background: #8b5b3f; text-align: center; }
#top .contact-inner { max-width: 830px; margin: 0 auto; }
#top .contact .eyebrow { color: #f2d8c6; }
#top .contact h2 { margin-bottom: 22px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.5; }
#top .contact p:not(.eyebrow) { color: #f5eae3; }
#top .contact-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
#top .button-light { color: #4f3021; background: #fff; }
#top .button-outline { color: #fff; border: 1px solid rgba(255,255,255,.65); }

#top footer { padding: 68px max(24px, calc((100vw - var(--max)) / 2)) 28px; color: #dbe0dc; background: #18231d; }
#top .footer-main { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 52px; }
#top .footer-logo { margin-bottom: 12px; color: #fff; font-family: Georgia, serif; font-size: 1.6rem; letter-spacing: .13em; }
#top .footer-main p:not(.footer-logo) { margin-bottom: 5px; }
#top .footer-main small, #top .footer-contact span { display: block; color: #9da89f; font-size: .75rem; }
#top .footer-contact a { display: block; margin: 8px 0 2px; color: #fff; font-family: Georgia, serif; font-size: 1.65rem; }
#top .footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #8f9c92; font-size: .72rem; }

@media (max-width: 820px) {
  #top { font-size: 16px; line-height: 1.8; }
  #top .site-header { min-height: 64px; padding: 10px 18px; }
  #top .brand-note, #top .site-header nav a:not(.nav-contact) { display: none; }
  #top .nav-contact { padding: 8px 13px; font-size: .78rem; }
  #top .hero { padding: 50px 0 42px; overflow: hidden; }
  #top .hero-copy { padding: 0 22px; margin-bottom: 36px; text-align: left; }
  #top .hero h1 { font-size: clamp(2.2rem, 11vw, 3.4rem); line-height: 1.36; }
  #top .hero-lead { font-size: .95rem; }
  #top .hero-actions { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
  #top .button { width: 100%; }
  #top .hero-gallery { display: flex; gap: 12px; padding: 0 22px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  #top .hero-gallery::-webkit-scrollbar { display: none; }
  #top .hero-photo { flex: 0 0 82vw; scroll-snap-align: center; }
  #top .hero-photo img, #top .hero-photo-two img { height: min(112vw, 500px); }
  #top .draft-note { padding: 0 22px; text-align: left; }
  #top .section-shell { width: min(100% - 40px, var(--max)); }
  #top .statement { grid-template-columns: 1fr; gap: 12px; padding-top: 76px; padding-bottom: 78px; }
  #top .statement-body { margin-top: 18px; }
  #top .cases { padding-top: 74px; padding-bottom: 84px; }
  #top .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  #top .price-guide { display: block; margin-bottom: 54px; }
  #top .price-guide article { border-right: 0; border-bottom: 1px solid var(--line); }
  #top .price-guide article:last-child { border-bottom: 0; }
  #top .case-list { gap: 54px; }
  #top .case-card, #top .case-card:nth-child(even) { grid-template-columns: 1fr; gap: 22px; }
  #top .case-card:nth-child(even) img { order: initial; }
  #top .case-card img { aspect-ratio: 4 / 3; }
  #top .viewpoints { padding: 76px 0 82px; }
  #top .viewpoint-grid { grid-template-columns: 1fr; gap: 18px; }
  #top .viewpoint-card { grid-template-columns: 1fr; }
  #top .viewpoint-card img { height: 235px; }
  #top .viewpoint-card div { padding: 22px; }
  #top .viewpoint-card h3 { margin-top: 20px; }
  #top .cost-factors { grid-template-columns: 1fr; gap: 12px; padding-top: 78px; padding-bottom: 82px; }
  #top .factor-list { margin-top: 24px; }
  #top .factor-list article { grid-template-columns: 36px 1fr; }
  #top .factor-list p { grid-column: 2; }
  #top .contact { padding: 76px 22px; text-align: left; }
  #top .contact-actions { flex-direction: column; }
  #top footer { padding: 55px 22px 26px; }
  #top .footer-main, #top .footer-bottom { flex-direction: column; }
  #top .footer-main { padding-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #top .hero-photo img { transition: none; }
}

/* Price-led preview: a single garden scene, then cases. */
html { scroll-padding-top: 90px; }
#top a:focus-visible, #top summary:focus-visible { outline: 3px solid #9c6847; outline-offset: 5px; }
#top .hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; padding-top: 48px; padding-bottom: 34px; }
#top .hero-copy { margin: 0; text-align: left; }
#top .hero h1 { font-family: inherit; font-weight: 600; font-size: clamp(2rem, 3.8vw, 3.3rem); line-height: 1.55; letter-spacing: .025em; }
#top .hero-lead { font-size: 1rem; line-height: 1.95; }
#top .hero-actions { justify-content: flex-start; flex-wrap: wrap; gap: 16px; }
#top .hero-scene { margin: 0; }
#top .hero-scene img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
#top .hero-scene figcaption { font-size: .875rem; color: var(--muted); margin-top: 10px; }
#top .draft-note { grid-column: 1 / -1; text-align: left; margin: 0; font-size: .8125rem; }
#top .cases { padding-top: 48px; padding-bottom: 68px; }
#top .section-heading { margin-bottom: 28px; gap: 40px; }
#top .section-heading h2, #top .cost-title h2 { font-family: inherit; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 600; }
#top .eyebrow, #top .case-tag { font-size: .875rem; }
#top .section-number { margin-bottom: 8px; }
#top .price-disclaimer, #top .case-verification { color: var(--muted); font-size: .875rem; }
#top .price-guide { margin-bottom: 24px; background: var(--soft); }
#top .price-guide span { font-size: .875rem; }
#top .price-guide small { font-size: .8125rem; color: #606962; }
#top .case-jumps { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 20px; }
#top .case-jumps a { display: inline-flex; align-items: center; min-height: 46px; padding: 8px 16px; border: 1px solid var(--line); font-size: .875rem; }
#top .case-jumps a:hover { background: var(--soft); }
#top .case-card, #top .case-card:nth-child(even) { grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; }
#top .case-card:nth-child(even) img { order: initial; }
#top .case-card img { aspect-ratio: 4 / 3; }
#top .case-content h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); margin-bottom: 12px; }
#top .case-mood { font-size: .875rem; color: var(--wood); }
#top .case-content dt { font-size: .875rem; }
#top .case-content dd { margin: 0; font-size: 1rem; }
#top .case-point { font-size: 1rem; margin: 18px 0; }
#top .case-content details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#top .case-content summary { cursor: pointer; padding: 12px 0; font-size: .9375rem; min-height: 48px; }
#top .case-content details p { font-size: 1rem; color: var(--muted); }
#top .viewpoints { padding: 64px 0; background: var(--soft); color: var(--ink); }
#top .viewpoints .eyebrow { color: var(--wood); }
#top .viewpoints-heading > p { color: var(--muted); }
#top .viewpoint-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
#top .viewpoint-card { display: block; min-height: 0; background: transparent; }
#top .viewpoint-card img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
#top .viewpoint-card div { padding: 16px 0 0; }
#top .viewpoint-card div > span { color: var(--wood); font-family: inherit; font-size: .875rem; }
#top .viewpoint-card h3 { font-size: 1.125rem; margin: 8px 0; }
#top .viewpoint-card p { color: var(--muted); font-size: 1rem; }
#top .ulin-note { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 40px; max-width: 820px; }
#top .ulin-note h3 { font-size: 1.125rem; margin-bottom: 12px; }
#top .ulin-note p { font-size: 1rem; }
#top .cost-factors { grid-template-columns: 36px 1fr 1.5fr; gap: 24px; padding-top: 68px; padding-bottom: 68px; }
#top .factor-list article { grid-template-columns: 28px 1fr; gap: 8px; }
#top .factor-list p { grid-column: 2; font-size: 1rem; }
#top .brand-note { font-size: .8125rem; }
@media (max-width: 820px) {
  #top .hero { display: flex; flex-direction: column; align-items: stretch; gap: 22px; padding: 32px 20px; }
  #top .hero-copy { padding: 0; margin: 0; }
  #top .hero h1 { font-size: clamp(1.65rem, 7.4vw, 2.5rem); margin-bottom: 18px; }
  #top .hero-lead { margin-bottom: 20px; }
  #top .hero-lead br { display: none; }
  #top .hero .button { width: auto; }
  #top .hero-scene img { aspect-ratio: 4 / 3; height: auto; }
  #top .draft-note { padding: 0; }
  #top .cases { padding-top: 32px; padding-bottom: 48px; }
  #top .section-heading { gap: 18px; }
  #top .price-guide article { padding: 16px 20px; }
  #top .case-card, #top .case-card:nth-child(even) { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  #top .case-list { gap: 40px; }
  #top .case-jumps { gap: 8px; }
  #top .viewpoints { padding: 44px 0; }
  #top .viewpoint-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  #top .viewpoint-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
  #top .viewpoint-card div { padding: 0; }
  #top .viewpoint-card img { height: auto; aspect-ratio: 1; }
  #top .cost-factors { grid-template-columns: minmax(0, 1fr); padding: 48px 0; }
}
@media (max-width: 380px) {
  #top .viewpoint-card { grid-template-columns: minmax(0, 1fr); }
  #top .viewpoint-card img { aspect-ratio: 4 / 3; }
}

/* Preview-only bridge. Shared HTML and styles come from the supplied page. */
body { margin:0; }
#top { display:block; width:100%; max-width:none; margin:0; padding:0; color:var(--ink); background:#fff; font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif; font-size:16px; line-height:1.85; letter-spacing:.025em; }
#top h1,#top h2,#top h3 { background:none; border:0; padding:0; color:var(--ink); text-align:left; width:auto; }
#top p { text-align:left; }
#top .case-photo { margin:0; }
#top .case-photo img { width:100%; height:auto; aspect-ratio:auto; }
#top .case-jumps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-bottom:36px; }
#top .case-jumps a { display:flex; flex-direction:column; align-items:flex-start; gap:5px; padding:16px; background:var(--soft); }
#top .case-jumps strong { font-size:1.3rem; }
#top .case-price { margin:16px 0; }
#top .case-price > span { display:block; font-size:.875rem; color:var(--muted); }
#top .case-price strong { display:block; font-size:clamp(1.65rem,3vw,2.2rem); line-height:1.5; font-weight:650; color:var(--green); }
#top .case-price small { font-size:1rem!important; margin-left:.25em; white-space:nowrap; }
#top .scope-note { border-left:3px solid var(--wood); padding:8px 12px; background:var(--soft); font-size:.875rem; line-height:1.8; }
#top .case-content details ul { padding-left:1.3em; margin:8px 0 18px; }
#top .case-content details li { margin:8px 0; }
#top .case-content .estimate-detail p { font-size:.875rem; }
#top .case-gallery-images { display:grid; gap:20px; padding:12px 0 20px; }
#top .case-gallery-images figure { margin:0; min-width:0; }
#top .case-gallery-images img { display:block; width:100%; height:auto; }
#top .case-gallery-images figcaption { font-size:.875rem; line-height:1.7; color:var(--muted); }
#top .detail-photo { margin:16px 0; }
#top .detail-photo img { height:auto; aspect-ratio:auto; }
#top figcaption { font-size:.875rem; margin-top:10px; }
#top .garden-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
#top .garden-gallery figure { margin:0; min-width:0; }
#top .garden-gallery img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }
#top .garden-gallery h3 { font-size:1.15rem; margin:14px 0 8px; }
#top .garden-gallery p { font-size:1rem; }
#top .gallery-note { color:var(--muted); font-size:.875rem; margin-top:24px; }
#top .proposal-grid-single { grid-template-columns:minmax(0,1fr); max-width:780px; }
#top .proposal-grid-single .proposal-card { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:28px; align-items:start; }
#top .proposal-grid-single .proposal-copy { padding-top:0; }
#top .draft-note { font-size:.875rem; }
#top .hero { max-width:1180px; }
.shared-shell .footer-logo img { width:110px; }
@media(max-width:1020px){
 #top .case-jumps { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:820px){
 #top .case-jumps { grid-template-columns:1fr; gap:8px; }
 #top .case-jumps a { flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:4px 14px; padding:12px 14px; }
 #top .case-jumps span { font-size:.875rem; }
 #top .case-jumps strong { font-size:1.15rem; }
 #top .garden-gallery { grid-template-columns:1fr; gap:28px; }
 #top .garden-gallery img { aspect-ratio:auto; }
 #top .section-heading h2 { font-size:1.55rem; line-height:1.6; }
 #top .hero h1 { font-size:clamp(1.65rem,7.2vw,2.5rem); }
 #top .proposal-grid-single .proposal-card { grid-template-columns:minmax(0,1fr); gap:0; }
 #top .proposal-grid-single .proposal-copy { padding-top:18px; }
}
