:root {
  --ink: #17241f;
  --muted: #64716b;
  --paper: #f6f4ee;
  --surface: #fffdf8;
  --line: #d8ddd5;
  --green: #1e604c;
  --green-dark: #123e34;
  --gold: #c99b55;
  --serif: Georgia, 'Times New Roman', serif;
  --shadow: 0 20px 50px rgba(18,62,52,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(30,96,76,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(30,96,76,.035) 1px, transparent 1px); background-size: 36px 36px; font-family: var(--serif); font-size: 1.08rem; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site { background: var(--surface); border-bottom: 1px solid var(--line); }
header.site { position: sticky; top: 0; z-index: 10; box-shadow: 0 5px 18px rgba(23,36,31,.05); }
.nav-row { width: min(1240px, calc(100% - 48px)); min-height: 92px; margin: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; font-weight: 700; letter-spacing: .08em; font-size: .72rem; line-height: 1.2; }
.brand-logo { display: block; width: 230px; height: 84px; object-fit: contain; }
.primary { display: flex; flex: 1; justify-content: space-evenly; gap: 24px; font-size: 1.2rem; font-weight: 600; }
.primary a { position: relative; padding: 10px 18px; border: 1px solid transparent; border-radius: 2px; color: var(--muted); text-align: center; transition: .2s ease; }
.primary a::before, .primary a::after { content: ''; position: absolute; width: 6px; height: 6px; border-color: var(--gold); opacity: 0; transition: .2s ease; }
.primary a::before { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.primary a::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.primary a:hover, .primary a.active { color: var(--green-dark); border-color: var(--line); background: rgba(201,155,85,.1); }
.primary a:hover::before, .primary a:hover::after, .primary a.active::before, .primary a.active::after { opacity: 1; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: var(--green-dark); color: white; border: 1px solid var(--green-dark); padding: 14px 22px; font-size: .96rem; font-weight: 700; letter-spacing: .03em; transition: .2s ease; }
.nav-cta:hover, .btn:hover { background: var(--green); border-color: var(--green); color: white; transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 0; color: var(--green); font-size: 1.6rem; cursor: pointer; }
.hero { position: relative; overflow: hidden; padding: 110px 0 94px; background: linear-gradient(120deg, #f6f4ee 0%, #eef2eb 58%, #e6ece4 100%); border-bottom: 1px solid var(--line); }
.hero::after { content: 'SNJ'; position: absolute; right: -20px; top: 15px; color: rgba(30,96,76,.06); font: 700 clamp(8rem, 22vw, 18rem)/1 var(--serif); letter-spacing: -.1em; pointer-events: none; z-index: 0; }
.hero-backdrop { position: absolute; inset: 0 0 0 43%; z-index: 0; overflow: hidden; }
.hero-backdrop::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #f6f4ee 0%, rgba(246,244,238,.82) 20%, rgba(246,244,238,.35) 65%, rgba(246,244,238,.58) 100%); }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) saturate(.65) brightness(1.08); opacity: .48; box-shadow: inset 0 0 70px rgba(5,29,35,.28); }
.hero--collage::after { content: none; }
.hero-collage { position: absolute; inset: 0; z-index: 0; display: flex; }
.hero-collage img { flex: 1 1 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) saturate(.7) brightness(1.05); }
.hero-collage-fade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 26%, rgba(246,244,238,.86) 40%, rgba(246,244,238,.45) 58%, rgba(246,244,238,.1) 76%, rgba(246,244,238,0) 100%); }
.hero .wrap, .hero .wrap.grid { position: relative; z-index: 2; }
.hero .wrap.grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow, .stamp-label, .code { color: var(--green); font-size: .98rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.1; font-family: var(--serif); font-weight: 400; }
h1 { position: relative; z-index: 1; max-width: 680px; margin-top: 14px; font-size: clamp(3.3rem, 6.5vw, 5.8rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 3.8rem); }
h3 { font-size: 1.55rem; }
.lede { max-width: 680px; color: #53635b; font-size: 1.2rem; margin: 28px 0 34px; }
.hero-figure { position: relative; }
.hero-figure::before { content: ''; position: absolute; inset: -15px 15px 15px -15px; border: 1px solid var(--gold); }
.hero-figure img { position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.65); box-shadow: var(--shadow); }
.photo-caption { position: absolute; left: 20px; bottom: 20px; z-index: 1; display: grid; gap: 2px; padding: 12px 15px; background: rgba(5,29,35,.9); color: white; border-left: 3px solid var(--gold); font-size: .72rem; line-height: 1.35; letter-spacing: .08em; }
.photo-caption strong { color: #f1cc78; font-size: .78rem; }
.photo-caption span { color: #d5e2da; }
.stamp { position: absolute; right: -20px; bottom: 25px; width: 108px; height: 108px; border-radius: 50%; overflow: hidden; background: #fffdf8; border: 3px solid var(--gold); box-shadow: 0 10px 24px rgba(18,62,52,.25); transform: rotate(9deg); }
.stamp img { width: 100%; height: 100%; object-fit: cover; }

.services-figure { max-width: 460px; margin-left: auto; }
.services-figure img { aspect-ratio: 4 / 3; }
@media (max-width: 760px) { .services-figure { max-width: 100%; margin-left: 0; } }
.ledger-section { position: relative; padding: 110px 0; border-top: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: 220px 1fr; gap: 50px; }
.body { max-width: 680px; }
.body p { color: var(--muted); max-width: 700px; font-size: 1.08rem; }
.feature-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); }
.feature-list .item { padding: 26px 24px 0 0; border-right: 1px solid var(--line); }
.feature-list .item:not(:first-child) { padding-left: 24px; }
.feature-list .item:last-child { border-right: 0; }
.feature-list p, .tab-panel p { color: var(--muted); font-size: 1rem; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-intro > p, .why-choose-inner > p { max-width: 420px; color: var(--muted); font-size: 1.05rem; margin: 0; }
.section-intro h2 { margin-top: 12px; }
.service-cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { grid-column: span 2; min-height: 300px; padding: 28px; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(23,36,31,.04); transition: .25s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { background: var(--green-dark); color: white; border-color: var(--green-dark); transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: var(--gold); font-size: .85rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 24px 0 10px; }
.service-card p { color: var(--muted); font-size: .98rem; margin: 0; }
.service-card:hover p { color: #d5e2da; }
.card-arrow { color: var(--green); font-size: .83rem; font-weight: 700; margin-top: auto; padding-top: 28px; }
.service-card:hover .card-arrow { color: #fff; }
.why-choose { background: var(--green-dark); color: white; border-top: 0; }
.why-choose .eyebrow { color: var(--gold); }
.why-choose-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.why-choose-inner h2 { max-width: 560px; margin-top: 12px; }
.why-choose-inner p { color: #c9d9d0; font-size: 1.2rem; margin: 22px 0 0; max-width: 520px; }
.why-choose-media { position: relative; }
.why-choose-media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.8) brightness(.95); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.15); }
.why-choose-media figcaption { margin-top: 12px; color: var(--gold); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.quote-mark { color: var(--gold); font: 8rem/.5 Georgia, serif; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { padding: 30px; background: var(--surface); border-top: 3px solid var(--gold); }
.testimonial p { color: var(--muted); font-size: 1rem; margin: 0 0 28px; }
.testimonial strong, .testimonial span { display: block; }
.testimonial strong { color: var(--green-dark); font-size: .95rem; }
.testimonial span { color: var(--muted); font-size: .83rem; }
.btn.ghost { background: transparent; color: var(--green-dark); border-color: var(--green); }
.btn.ghost:hover { color: white; background: var(--green); }
.tabs-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; }
.tab-btn { flex: 0 1 auto; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,248,.82); padding: 13px 21px; color: var(--muted); font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.35; text-align: left; cursor: pointer; transition: .2s ease; }
.tab-btn:hover { color: var(--green-dark); border-color: var(--gold); background: #f4ead6; }
.tab-btn.active { color: white; border-color: var(--green-dark); background: var(--green-dark); }
.tab-btn .num { display: inline; color: var(--gold); font-size: .78rem; font-weight: 700; margin-right: 8px; }
.tab-btn.active .num { color: #f1cc78; }
.tab-panel { display: none; max-width: 820px; padding: 36px 42px; background: rgba(255,253,248,.82); border-top: 4px solid var(--green); box-shadow: 0 12px 35px rgba(23,36,31,.06); animation: reveal .35s ease; }
.tab-panel.active { display: block; }
.tab-panel h2 { margin: 16px 0 22px; }
.tab-panel h4 { margin: 34px 0 5px; color: var(--green-dark); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: start; }
.enquiry { display: grid; gap: 14px; }
.enquiry input, .enquiry textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); padding: 15px 16px; font: inherit; }
.enquiry textarea { min-height: 155px; resize: vertical; }
.enquiry input:focus, .enquiry textarea:focus { outline: 2px solid rgba(30,96,76,.25); border-color: var(--green); }
.detail-card { border-top: 3px solid var(--green); background: var(--surface); padding: 8px 24px; }
.detail-card .row { display: grid; gap: 7px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.detail-card .row:last-child { border: 0; }
.label { color: var(--green); font-size: .82rem; letter-spacing: .13em; font-weight: 700; }
.value { font-family: var(--serif); font-size: 1.1rem; overflow-wrap: anywhere; }
.value a { color: var(--green); }
.form-status { color: var(--green); font-size: 1rem; margin: 0; }
.form-status--error { color: #a5432f; margin-bottom: 14px; }
.map-section { padding: 0 0 110px; }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.map-heading h2 { margin-top: 10px; }
.map-link { color: var(--green); font-weight: 700; font-size: .96rem; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.map-link:hover { color: var(--green-dark); border-color: var(--green); }
.map-frame { min-height: 390px; border: 1px solid var(--line); padding: 10px; background: var(--surface); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 370px; border: 0; }
footer.site { border-top: 1px solid var(--line); border-bottom: 0; padding: 28px 0; color: var(--muted); font-size: .85rem; }

@media (max-width: 760px) {
  .wrap, .nav-row { width: min(100% - 32px, 1120px); }
  .nav-row { min-height: 70px; gap: 16px; position: relative; }
  .brand-logo { width: 190px; height: 62px; }
  .menu-toggle { display: block; }
  .primary { display: none; position: absolute; top: 69px; left: 0; right: 0; padding: 8px 16px 16px; background: var(--surface); box-shadow: 0 12px 18px rgba(23,36,31,.08); }
  .primary.open { display: grid; }
  .primary a { padding: 10px 12px; border: 1px solid transparent; border-bottom-color: var(--line); text-align: left; }
  .primary a::before, .primary a::after { display: none; }
  .nav-cta { display: none; }
  .hero { padding: 68px 0 58px; }
  .hero .wrap.grid, .contact-grid, .two-col { grid-template-columns: 1fr; gap: 32px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-backdrop { inset: 0; }
  .hero-backdrop::after { background: linear-gradient(90deg, rgba(246,244,238,.94) 0%, rgba(246,244,238,.75) 55%, rgba(246,244,238,.62) 100%); }
  .feature-list { grid-template-columns: 1fr 1fr; }
  .feature-list .item { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 12px 18px 0; }
  .feature-list .item:not(:first-child) { padding-left: 12px; }
  .ledger-section { padding: 72px 0; }
  .tab-panel { padding: 28px 22px; }
  .contact-grid { gap: 45px; }
  .map-section { padding-bottom: 72px; }
  .map-heading { align-items: start; flex-direction: column; }
  .map-frame { min-height: 300px; }
  .map-frame iframe { height: 280px; }
  .section-intro { align-items: start; flex-direction: column; gap: 18px; }
  .service-cards, .testimonial-grid, .why-choose-inner { grid-template-columns: 1fr; }
  .why-choose-media { order: -1; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; min-height: 250px; }
  .quote-mark { display: none; }
}
