/* Muñoz: a compact, daylight-readable catalogue with focused detail panels. */
:root { --ink: #14271d; --paper: #f7f9f6; --line: #d9e2da; --red: #236441; --red2: #164c30; --forest: #173f2b; --leaf: #236441; --radius: 12px; }
html { scrollbar-gutter: stable; scroll-padding-top: 100px; }
body { overflow-wrap: break-word; }
body:has(dialog[open]) { overflow: hidden; }
::selection { background: #b7dc9a; color: #123b26; }
* { scrollbar-width: thin; scrollbar-color: #789784 #edf2ec; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #4c93cf; outline-offset: 4px; }
button:disabled { cursor: default; opacity: .5; }
h1, h2, h3, h4 { text-wrap: balance; letter-spacing: -.025em; }
p { text-wrap: pretty; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.button { min-height: 48px; line-height: 1.35; padding: 13px 20px; border-radius: 8px; text-align: center; white-space: normal; }
.button.outline { color: var(--forest); border: 1px solid #8aa494; background: transparent; }
.button.ghost { background: #fff; color: #173f2b; border: 1px solid #fff; }
.button.ghost:hover { background: #e7efe5; color: #173f2b; border-color: #e7efe5; }
.text-button { padding: 8px 0; background: none; border: 0; border-bottom: 1px solid currentColor; color: var(--forest); font-weight: 700; min-height: 44px; }
.text-button:hover { color: #327a4b; }
.site-header { position: sticky; top: 0; background: #fff; color: var(--ink); height: 78px; border-bottom: 1px solid var(--line); gap: 24px; }
.brand img { width: 60px; height: 60px; filter: none; }
.site-header nav { gap: 20px; font-size: .875rem; align-items: center; }
.nav-link { padding: 10px 0; border: 0; color: inherit; font: inherit; background: none; min-height: 44px; }
.header-cta { border-radius: 8px; color: white; font-size: .875rem; white-space: nowrap; }
.hero { height: auto; min-height: 470px; max-height: none; align-items: center; background: #183e2a; }
.hero:after { display: none; }
.hero-content { padding-top: 56px; padding-bottom: 120px; }
.hero h1 { font-size: clamp(2.65rem, 4.6vw, 4.3rem); max-width: 960px; line-height: 1.12; }
.hero h1 em { font-weight: 500; color: #d7ead4; }
.hero-content > p { max-width: 62ch; font-size: 1.05rem; margin: 22px 0 26px; }
.hero-media { transform: none; }
.hero-shade { background: linear-gradient(90deg, #0b251cf0, #0b251c91 64%, #0b251c38); }
.hero-metrics { bottom: 0; padding: 18px 0; gap: 32px; align-items: center; }
.hero-metrics p { margin: 0; font-size: .875rem; color: #e4eee3; }
.commitments-grid { gap: 0; }
.commitment-button { padding: 20px; text-align: left; background: transparent; border: 0; border-right: 1px solid var(--line); color: inherit; min-width: 0; }
.commitment-button:first-child { padding-left: 0; }
.commitment-button:last-child { border-right: 0; }
.commitment-button:hover { background: #edf4e8; }
.commitment-button strong { font-size: .875rem; }
.commitment-button span { font-size: .875rem; }
.intro { padding-block: 42px; }
.company-summary { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.company-summary h2 { font-size: clamp(1.65rem, 2.6vw, 2.3rem); max-width: 25ch; }
.company-summary p { color: #496352; margin: 0 0 8px; font-size: 1rem; }
.products { padding: 48px 0; background: #172f22; }
.section-head { align-items: center; margin-bottom: 24px; gap: 24px; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.section-head > p { color: #c8ddcd; font-size: 1rem; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card, .product-card:hover { background: #fff; color: var(--ink); border-radius: var(--radius); overflow: hidden; transform: none; }
.product-card:hover { box-shadow: 0 8px 24px #0002; }
.product-image { height: 180px; background: #f0f4ee; }
.product-image img { object-fit: contain; padding: 16px; }
.product-image-contain { padding: 0; }
.product-card:hover img { transform: none; }
.product-copy { padding: 18px; display: flex; flex-direction: column; height: calc(100% - 180px); }
.product-copy small { color: #43634d; font-size: .75rem; letter-spacing: .03em; text-transform: none; }
.product-copy h3 { font-size: 1.2rem; line-height: 1.25; margin: 8px 0; }
.product-copy p { color: #4c6353; font-size: .9375rem; margin-bottom: 12px; }
.details { color: var(--forest); text-align: left; min-height: 44px; margin-top: auto; font-size: .9375rem; }
.details span { color: inherit; }
.tag { font-size: .75rem; top: 10px; left: 10px; letter-spacing: .03em; padding: 5px 8px; border-radius: 4px; }
.catalog-action { padding-top: 26px; }
.catalog-button { background: #d0e9b9; border: 0; color: #173f2b; font-size: 1rem; text-transform: none; letter-spacing: 0; }
.catalog-button:hover { background: #e1f1d2; }
.brands { padding-block: 30px; }
.brands-heading { display: block; margin-bottom: 20px; }
.brands-heading h2 { font-size: 1.15rem; letter-spacing: 0; }
.partner-grid { gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.partner { border: 0; background: transparent; border-radius: 0; }
.partner-art { min-height: 74px; padding: 12px 20px; border-radius: 8px; }
.partner figcaption { font-size: .75rem; border: 0; padding: 6px 2px 0; }
.sellasil-story { padding: 40px 0; }
.sellasil-heading { margin-bottom: 16px; gap: 20px; }
.sellasil-heading h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.sellasil-brand { flex-basis: 155px; }
.sella-summary { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.sella-summary-image { height: 270px; min-width: 0; }
.sella-summary-image > img { width: 100%; height: 100%; object-fit: contain; }
.sella-intro { margin: 0; max-width: 56ch; }
.sella-short-facts { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 18px 0; font-weight: 700; }
.seal-preview { display: flex; gap: 16px; align-items: center; margin: 16px 0 22px; }
.seal-preview .seal-closeup { width: 72px; flex: 0 0 72px; border-radius: 10px; }
.seal-preview p { max-width: 27ch; margin: 0; }
.after-sales { padding: 48px 0; }
.after-sales-grid { gap: 48px; align-items: center; grid-template-columns: 1fr 1fr; }
.after-sales-heading h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.after-sales-heading .button { margin-top: 20px; }
.field-vehicle { margin-top: 22px; max-width: 380px; }
.vehicle-photo { border-radius: 8px; }
.field-vehicle figcaption { margin-top: 8px; font-size: .8125rem; }
.support-intro { color: #d6e7d9; margin: 0 0 20px; }
.support-link { background: none; border: 0; border-top: 1px solid #91b09a66; padding: 18px 0; display: flex; width: 100%; gap: 16px; align-items: center; justify-content: space-between; text-align: left; color: #fff; }
.support-link:last-child { border-bottom: 1px solid #91b09a66; }
.support-link strong { display: block; font-size: 1.05rem; }
.support-link span span { display: block; color: #c2d9c7; font-size: .9375rem; margin-top: 5px; }
.support-action { font-size: .875rem; border-bottom: 1px solid #c2d9c7; }
.support-link:hover { color: #d0e9b9; }
.contact { padding-block: 44px; }
.contact-title { margin-bottom: 24px; }
.contact h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.contact-cards a { min-height: 145px; padding: 24px 20px; }
.contact-cards small { font-size: .8125rem; letter-spacing: .03em; }
.contact-cards strong { font-size: 1.2rem; overflow-wrap: anywhere; }
.contact-cards span { font-size: .875rem; }
.contact-location { margin-top: 20px; display: flex; align-items: center; gap: 24px; justify-content: space-between; }
.contact-location p { margin: 0; font-size: .9375rem; color: #496352; }
footer { background: #14271d; padding: 30px 0 20px; }
.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; }
.footer-grid img { width: 66px; height: 66px; }
.footer-grid p { font-size: .875rem; margin: 8px 0 0; color: #c5d9c8; }
.footer-grid small { color: #c5d9c8; font-size: .8125rem; letter-spacing: .03em; }
.footer-grid a { display: inline-block; padding-block: 4px; }
.footer-bottom { margin-top: 20px; padding-top: 16px; color: #c5d9c8; font-size: .8125rem; }
.wa-float { right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); width: 54px; height: 54px; }
.info-panel, #product-dialog, #work-dialog { width: min(1060px, calc(100% - 40px)); max-height: calc(100dvh - 48px); max-width: none; border-radius: 16px; background: #f7f9f6; color: var(--ink); overscroll-behavior: contain; overflow-y: auto; box-shadow: 0 24px 72px #09201555; }
dialog::backdrop { background: #071b12bf; }
.info-panel[open], #product-dialog[open], #work-dialog[open] { animation: panel-enter 220ms cubic-bezier(.16,1,.3,1); }
@keyframes panel-enter { from { transform: translateY(12px); opacity: .75; } to { transform: translateY(0); opacity: 1; } }
.panel-bar { position: sticky; top: 0; z-index: 4; padding: 18px 28px; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.panel-bar h2 { font-size: 1.25rem; line-height: 1.3; }
.panel-close { min-height: 44px; padding: 10px 16px; background: #e7efe5; color: #173f2b; border: 0; border-radius: 8px; font-weight: 700; flex-shrink: 0; }
.panel-close:hover { background: #d4e4d0; }
.panel-body { padding: 30px; }
.panel-body > *, .panel-body .wrap { min-width: 0; max-width: 100%; }
.panel-body .wrap { width: 100%; }
.panel-body h2 { font-size: 2rem; line-height: 1.2; }
.panel-body h3 { font-size: 1.4rem; line-height: 1.3; }
.panel-body p { font-size: 1rem; }
.panel-body .intro-grid { gap: 30px; }
.panel-body .intro-grid h2 { font-size: 1.7rem; }
.panel-body .company-profile { grid-template-columns: .7fr 1.3fr; gap: 30px; margin-top: 28px; padding-top: 28px; }
.experience-panel strong { font-size: 5rem; letter-spacing: -.03em; margin-top: 12px; }
.experience-panel p { margin-top: 16px; padding-top: 16px; }
.panel-body .service-content { padding: 0; max-width: 70ch; margin-inline: auto; }
.panel-body .service-content > h2 { margin-bottom: 18px; }
.panel-body .service-content ul { margin: 24px 0; }
.panel-body .after-sales-copy { max-width: 70ch; margin-inline: auto; }
.panel-body .after-sales-copy > p, .panel-body .after-sales-copy strong, .panel-body .after-sales-benefits p { color: var(--ink); }
.panel-body .after-sales-benefits > div { display: block; border-color: var(--line); }
.panel-body .after-sales-benefits p { margin-top: 8px; }
.full-catalog { padding-top: 0; }
.catalog-title { border-color: var(--line); margin-bottom: 20px; padding-bottom: 16px; gap: 16px; }
.catalog-title h3 { font-size: 1.3rem; }
.catalog-title > span { color: #4c6353; font-size: .875rem; flex-shrink: 0; }
.catalog-filters { gap: 8px; }
.catalog-filters button { color: #244a34; border-color: #b0c4b5; font-size: .875rem; border-radius: 8px; padding: 10px 14px; }
.catalog-filters button:hover { background: #e7efe5; }
.catalog-filters button[aria-pressed="true"] { background: #236441; color: #fff; border-color: #236441; }
.catalog-card, .catalog-card:hover { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; color: var(--ink); transform: none; }
.catalog-card img { height: 165px; background: #f0f4ee; }
.catalog-card small { color: #44634e; letter-spacing: .02em; text-transform: none; font-size: .75rem; padding-inline: 16px; }
.catalog-card h4 { font-size: 1rem; line-height: 1.35; margin-inline: 16px; }
.catalog-card p { font-size: .875rem; color: #4c6353; margin-inline: 16px; }
.catalog-detail { color: #236441; margin-inline: 16px; min-height: 44px; }
.catalog-detail span { color: inherit; }
.panel-body .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.work-card { border: 0; border-radius: 12px; overflow: hidden; }
.work-copy { padding: 18px; }
.work-copy h3 { font-size: 1.1rem; }
.work-copy small { font-size: .8125rem; }
.work-enlarge { border-radius: 4px; }
.sella-panel, .sella-panel .panel-bar { background: #f4bf13; }
.sella-panel .panel-close { background: #172f22; color: white; }
.panel-body .sellasil-detail { gap: 28px; }
.panel-body .sellasil-copy h3 { font-size: 1.6rem; }
.panel-body .sellasil-seal { padding: 18px; grid-template-columns: 90px 1fr; gap: 16px; }
.panel-body .sellasil-seal h3 { font-size: 1.2rem; }
.panel-body .sellasil-presence { flex-wrap: wrap; }
.panel-body .location-block { margin: 0; padding: 0; gap: 28px; }
.panel-body .location-map iframe { max-width: 100%; width: 100%; height: 350px; }
.buying-questions summary { font-size: 1rem; padding-block: 18px; }
#product-dialog { width: min(1000px, calc(100% - 40px)); }
.modal-layout { min-height: 0; grid-template-columns: .9fr 1.1fr; }
.modal-media { min-width: 0; }
.modal-media > img, .modal-media > img.contain { height: 310px; padding: 24px; object-fit: contain; }
.modal-copy { padding: 32px; overflow: visible; }
.modal-copy h2 { font-size: 2rem; line-height: 1.18; overflow-wrap: anywhere; }
.modal-copy p, .modal-copy li { font-size: 1rem; }
.modal-copy small { font-size: .8125rem; }
.modal-copy .button { width: 100%; }
.modal-copy .product-support { border-left: 0; border-radius: 8px; }
.modal-copy .product-highlight { border: 0; border-radius: 8px; }
.modal-copy .product-description { margin-top: 16px; }
.modal-extra { border-block: 1px solid var(--line); margin-block: 18px; }
.modal-extra summary { padding: 14px 0; font-weight: 700; cursor: pointer; }
.modal-gallery { flex-wrap: wrap; }
.gallery-thumbnail { min-width: 0; }
#work-dialog { background: #14271d; color: white; }
#work-dialog figure > img { max-height: 70dvh; }
@media (min-width: 861px) and (max-width: 1120px) { .site-header .header-cta { display: none; } }
@media (max-width: 860px) {
  html { scroll-padding-top: 84px; }
  .site-header { height: 68px; padding-inline: 16px; }
  .brand img { width: 52px; height: 52px; }
  .site-header .header-cta { display: none; }
  .menu-toggle span { background: #173f2b; }
  .site-header nav { top: 68px; background: #fff; color: #173f2b; gap: 0; padding: 16px 24px; align-items: stretch; border-bottom: 1px solid var(--line); max-height: calc(100dvh - 68px); overflow-y: auto; }
  .site-header nav a, .site-header nav button { text-align: left; padding: 12px 0; min-height: 46px; opacity: 1; }
  .hero { min-height: 0; }
  .hero-content { padding-top: 44px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(2.4rem, 7vw, 3.7rem); }
  .hero-actions { flex-direction: row; max-width: none; flex-wrap: wrap; }
  .hero-metrics { gap: 10px; align-items: flex-start; flex-direction: column; padding-block: 16px; }
  .hero-metrics p { font-size: .8125rem; }
  .company-summary { gap: 28px; }
  .company-summary h2 { font-size: 1.75rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { display: block; }
  .section-head > p { margin-top: 10px; }
  .commitments-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commitment-button, .commitment-button:first-child { padding: 16px; }
  .commitment-button:nth-child(even) { border-right: 0; }
  .commitment-button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .partner { grid-column: auto; }
  .partner:nth-child(4) { grid-column: auto; }
  .partner-art { padding-inline: 10px; min-height: 66px; }
  .partner figcaption { font-size: .75rem; }
  .sella-summary { gap: 24px; grid-template-columns: .85fr 1.15fr; }
  .sella-summary-image { height: 240px; }
  .after-sales-grid { gap: 28px; }
  .after-sales-heading h2 { font-size: 2rem; }
  .field-vehicle { max-width: 100%; }
  .contact-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-cards a { padding: 20px 14px; border-right: 1px solid var(--line); border-bottom: 0; min-height: 155px; }
  .contact-location { align-items: flex-start; }
  .panel-body .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .panel-body .sellasil-detail { grid-template-columns: 1fr; }
  .panel-body .sellasil-photo { max-width: 390px; }
  .panel-body .intro-grid, .panel-body .company-profile { grid-template-columns: 1fr; }
  .modal-layout { display: block; }
  .modal-media { height: auto; }
  .modal-media > img, .modal-media > img.contain { height: 240px; }
  .footer-grid > div:first-child { grid-column: auto; }
}
@media (max-width: 580px) {
  .wrap { width: calc(100% - 32px); }
  .hero-content { padding-top: 34px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(2rem, 8.5vw, 2.9rem); line-height: 1.15; }
  .hero-content > p { margin: 18px 0 22px; font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-shade { background: #10291dcb; }
  .commitment-button, .commitment-button:first-child { padding: 14px 10px; }
  .commitment-button span { display: none; }
  .intro { padding-block: 30px; }
  .company-summary { grid-template-columns: 1fr; gap: 16px; }
  .company-summary h2 { font-size: 1.65rem; max-width: none; }
  .products { padding-block: 32px; }
  .product-grid { gap: 12px; }
  .product-image { height: 145px; }
  .product-image img { padding: 10px; }
  .product-copy { padding: 14px; height: calc(100% - 145px); }
  .product-copy h3 { font-size: 1.05rem; }
  .product-copy small { font-size: .75rem; }
  .product-copy p { font-size: .875rem; }
  .product-copy .details { font-size: .875rem; }
  .tag { font-size: .75rem; left: 7px; right: 7px; text-align: center; }
  .brands { padding-block: 24px; }
  .partner-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
  .partner { grid-column: span 2; }
  .partner:nth-child(4) { grid-column: 2 / span 2; }
  .partner:last-child { grid-column: span 2; width: 100%; }
  .partner-art { min-height: 58px; padding: 10px; }
  .partner figcaption { font-size: .75rem; }
  .sellasil-story { padding-block: 30px; }
  .sellasil-heading { flex-direction: row; align-items: center; gap: 18px; }
  .sellasil-heading h2 { font-size: 1.8rem; }
  .sellasil-brand { display: none; }
  .sella-summary { grid-template-columns: 1fr; gap: 12px; }
  .sella-summary-image { height: 180px; }
  .sella-intro { font-size: .9375rem; }
  .sella-summary-copy .button { width: 100%; }
  .sella-short-facts { font-size: .9375rem; gap: 8px 14px; }
  .seal-preview .seal-closeup { width: 60px; flex-basis: 60px; }
  .seal-preview p { font-size: .9375rem; }
  .after-sales { padding-block: 32px; }
  .after-sales-grid { grid-template-columns: 1fr; gap: 26px; }
  .after-sales-heading h2 { font-size: 1.9rem; }
  .field-vehicle { max-width: 340px; }
  .support-intro { margin-bottom: 10px; }
  .support-link { padding-block: 16px; }
  .contact { padding-block: 32px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards a { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .contact-cards strong { font-size: 1.15rem; margin: 5px 0; }
  .contact-location { flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; }
  .footer-grid > div:first-child p { margin: 0; }
  .footer-bottom { padding-bottom: 55px; gap: 20px; align-items: start; }
  .info-panel, #product-dialog, #work-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 12px; }
  .panel-bar { padding: 12px 16px; gap: 12px; }
  .panel-bar h2 { font-size: 1.05rem; }
  .panel-close { padding: 10px 12px; font-size: .875rem; }
  .panel-body { padding: 20px 16px; }
  .catalog-title { align-items: start; gap: 10px; }
  .catalog-title h3 { font-size: 1.1rem; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .catalog-filters { gap: 6px; margin-bottom: 20px; }
  .catalog-filters button { font-size: .8125rem; padding: 8px 10px; }
  .catalog-card img { height: 128px; padding: 10px; }
  .catalog-card small { padding: 12px 12px 0; }
  .catalog-card h4 { font-size: .9375rem; margin-inline: 12px; }
  .catalog-card p { display: none; }
  .catalog-detail { margin: auto 12px 0; padding-top: 8px; font-size: .875rem; }
  .catalog-detail span { display: none; }
  .panel-body .work-grid { grid-template-columns: 1fr; }
  .panel-body .location-block { grid-template-columns: 1fr; }
  .panel-body .location-map iframe { height: 260px; }
  .panel-body .intro-grid h2 { font-size: 1.5rem; }
  .experience-panel { display: flex; }
  .experience-panel strong { margin-top: 10px; font-size: 4rem; }
  .experience-label { margin-top: 0; align-self: start; }
  .experience-panel p { margin-bottom: 0; }
  .modal-copy { padding: 24px 18px; }
  .modal-copy h2 { font-size: 1.65rem; }
  .modal-media > img, .modal-media > img.contain { height: 210px; padding: 18px; }
  .modal-image-note { display: none; }
  .modal-gallery { padding-inline: 16px; }
  #work-dialog figure { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) { .info-panel[open], #product-dialog[open], #work-dialog[open] { animation: none; } }

/* Real equipment, clear controls and an editorial rhythm specific to Muñoz. */
.hero { background: #173f2b; display: block; min-height: 0; }
.hero-content { padding-top: 76px; padding-bottom: 52px; }
.hero-content h1 { max-width: 1000px; font-size: clamp(2.8rem, 4.8vw, 4.5rem); }
.hero-content h1 br { display: block; }
.hero-content h1 em { display: inline; font-size: 1em; line-height: inherit; color: #d9e7d9; }
.hero-content > p { max-width: 660px; font-size: 1.08rem; }
.hero-media { position: absolute; inset: 0; height: auto; background-position: center 65%; }
.hero-shade { display: block; background: linear-gradient(90deg, #081e16e8, #081e1699 65%, #081e1655), linear-gradient(0deg, #081e16bd, transparent 70%); }
.hero-actions { max-width: none; flex-direction: row; flex-wrap: wrap; }
.hero-metrics { position: relative; left: auto; bottom: auto; transform: none; width: min(1180px, calc(100% - 48px)); padding: 24px 0 30px; border-top: 1px solid #c2d6c444; background: transparent; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hero-metrics > div { margin: 0; gap: 15px; min-width: 0; }
.hero-metrics strong { font-size: 2.25rem; color: #fff; white-space: nowrap; }
.hero-metrics span { font-size: .875rem; color: #e0ebe2; max-width: 155px; line-height: 1.4; }
.product-card:hover { box-shadow: none; }
.product-image { background: #fff; border-bottom: 1px solid #d9e2da; }
.product-card { border: 1px solid #d9e2da; }
.product-copy { height: auto; flex: 1; }
.product-card { display: flex; flex-direction: column; }
.product-card .details { border-top: 1px solid #d9e2da; padding-top: 12px; }
.field-work { padding-block: 48px; }
.field-work-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.field-work-heading h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); max-width: 24ch; }
.field-work-heading .text-button { flex-shrink: 0; }
.field-work-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.field-work-item { padding: 0 0 16px; border: 0; border-bottom: 1px solid #aabcad; background: transparent; text-align: left; color: #173f2b; min-width: 0; }
.field-work-item img { width: 100%; height: 210px; object-fit: cover; display: block; margin-bottom: 14px; }
.field-work-location { display: block; font-size: .8125rem; margin-bottom: 5px; color: #496352; }
.field-work-item strong { display: block; font-size: 1.1rem; line-height: 1.35; }
.field-work-item:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.actual-work-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.actual-work-photo { aspect-ratio: 4 / 3; overflow: hidden; }
.modal-close { position: sticky; top: 10px; float: right; margin: 10px 12px -54px 0; width: 44px; height: 44px; display: grid; place-items: center; background: #173f2b; color: #fff; border-radius: 50%; line-height: 1; }
.modal-close:hover { background: #236441; }
.modal-copy { min-width: 0; }
.service-content li { padding-block: 12px; border-top: 1px solid var(--line); }
.service-content ul { padding: 0; list-style: none; }
@media (max-width: 1100px) {
  .hero-content h1 { font-size: clamp(2.6rem, 4.8vw, 4rem); }
}
@media (max-width: 860px) {
  .hero-content { padding-top: 52px; padding-bottom: 36px; }
  .hero-content > p { max-width: 640px; }
  .hero-metrics > div { flex-direction: column; align-items: flex-start; gap: 8px; }
  .field-work-strip { gap: 16px; }
  .field-work-item img { height: 170px; }
}
@media (max-width: 580px) {
  .hero-content { padding: 38px 0 30px; }
  .hero-content h1 { max-width: 100%; font-size: clamp(2rem, 8.5vw, 2.8rem); }
  .hero-content > p, .hero-actions { max-width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-media { background-position: center 67%; }
  .hero-metrics { width: calc(100% - 32px); gap: 12px; padding: 22px 0 28px; }
  .hero-metrics strong { font-size: clamp(1.4rem, 6vw, 1.9rem); }
  .hero-metrics span { font-size: .75rem; max-width: 100%; }
  .field-work { padding-block: 32px; }
  .field-work-heading { display: block; margin-bottom: 18px; }
  .field-work-heading .text-button { margin-top: 8px; }
  .field-work-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 12px; }
  .field-work-item { flex: 0 0 82%; scroll-snap-align: start; }
  .field-work-item img { height: 190px; }
  .modal-copy { padding-top: 30px; }
}

.product-copy .tag { position: static; align-self: flex-start; margin: 0 0 12px; color: #fff; font-size: .75rem; letter-spacing: .02em; }
.company-identity { display: flex; align-items: center; gap: 24px; padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.company-identity img { width: 108px; height: 108px; object-fit: contain; flex-shrink: 0; }
.company-identity p { max-width: 28ch; color: #496352; margin: 0; }
.anniversary-note { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.anniversary-note > p { max-width: 26ch; font-size: .875rem; margin: 0; }
.anniversary-medal { position: relative; flex: 0 0 76px; width: 76px; height: 76px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #4b310c; background: linear-gradient(135deg, #8e6020 0%, #ebcb75 26%, #fff0b7 40%, #c49338 62%, #f2d789 85%, #a77323); box-shadow: inset 0 0 0 3px #e7c979, inset 0 0 0 5px #9f722d, 0 5px 14px #48320c20; overflow: hidden; }
.anniversary-medal strong { font-size: 1.5rem; line-height: 1.1; }
.anniversary-medal span { font-size: .75rem; font-weight: 700; letter-spacing: .08em; }
.anniversary-medal::after { content: ''; position: absolute; inset: -35%; background: linear-gradient(110deg, transparent 35%, #fff9 48%, transparent 61%); transform: translateX(-100%); animation: medal-shine 1.6s ease-out .5s 1; }
@keyframes medal-shine { to { transform: translateX(100%); } }
.service-content h3 { margin-top: 26px; }
.service-specialties { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.service-specialties li { font-weight: 600; font-size: .9375rem; }
.service-approach { border-block: 1px solid var(--line); margin-bottom: 26px; }
.service-approach summary { cursor: pointer; padding: 16px 0; font-weight: 700; }
.works-context { color: #496352; max-width: 72ch; margin: 0 0 24px; }
.field-work-heading { margin-bottom: 14px; }
.sellasil-story { padding-block: 60px; }
.sellasil-heading { margin-bottom: 30px; }
.sellasil-heading h2 { font-size: clamp(2.1rem, 3.7vw, 3.2rem); }
.sella-summary { grid-template-columns: 1fr 1.2fr; gap: 48px; }
.sella-summary-image { height: 370px; }
.sella-slogan { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 18px; }
.sella-short-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; margin: 24px 0; }
.sella-short-facts strong { display: block; font-size: .9375rem; }
.sella-short-facts p { margin: 5px 0 0; font-size: .875rem; line-height: 1.5; font-weight: 400; }
.seal-preview { border-block: 1px solid #68521b55; padding-block: 22px; margin-block: 24px; gap: 24px; }
.seal-preview .seal-closeup { width: 150px; flex: 0 0 150px; max-width: none; margin: 0; border-radius: 12px; }
.seal-preview strong { font-size: 1.1rem; }
.seal-preview p { font-size: .9375rem; margin-top: 6px; }
.national-reach { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; margin: 26px 0 0; }
.national-reach img { width: 150px; height: 215px; object-fit: cover; border-radius: 8px; }
.national-reach strong { display: block; font-size: 1.3rem; line-height: 1.25; }
.national-reach p { font-size: .9375rem; color: #d6e7d9; margin-bottom: 0; }
.location-block { margin-top: 36px; grid-template-columns: .8fr 1.2fr; }
.location-map { min-height: 0; }
.location-map iframe { display: block; width: 100%; height: 360px; min-height: 0; border: 0; }
@media (max-width: 860px) {
  .sella-summary { grid-template-columns: .8fr 1.2fr; gap: 28px; }
  .sella-summary-image { height: 300px; }
  .national-reach { grid-template-columns: 110px 1fr; gap: 16px; }
  .national-reach img { width: 110px; height: 170px; }
  .location-block { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .product-copy .tag { padding: 5px 7px; font-size: .75rem; }
  .company-identity { gap: 16px; }
  .company-identity img { width: 82px; height: 82px; }
  .service-specialties { grid-template-columns: 1fr; }
  .sellasil-story { padding-block: 36px; }
  .sellasil-heading { margin-bottom: 20px; }
  .sella-summary { grid-template-columns: 1fr; gap: 22px; }
  .sella-summary-image { height: 240px; }
  .sella-short-facts { gap: 18px; }
  .seal-preview { gap: 16px; }
  .seal-preview .seal-closeup { width: 118px; flex-basis: 118px; }
  .national-reach { grid-template-columns: 120px 1fr; }
  .national-reach img { width: 120px; height: 180px; }
  .national-reach strong { font-size: 1.15rem; }
  .location-map iframe { height: 290px; }
}
@media (prefers-reduced-motion: reduce) { .anniversary-medal::after { animation: none; } }
