:root {
  --green-950: #102d20;
  --green-900: #183f2a;
  --green-800: #225437;
  --green-700: #2d6945;
  --lime: #b7d65d;
  --lime-light: #dbeaab;
  --cream: #f3f5ef;
  --paper: #fbfcf8;
  --stone: #dfe4dc;
  --ink: #172019;
  --muted: #667068;
  --white: #fff;
  --border: rgba(23, 32, 25, .13);
  --shadow: 0 24px 80px rgba(20, 42, 28, .14);
  --radius: 24px;
  --radius-small: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 850px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  color: white;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.scrolled { background: rgba(251, 252, 248, .96); color: var(--ink); box-shadow: 0 6px 28px rgba(20, 42, 28, .08); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; user-select: none; -webkit-user-select: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--lime); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.38rem; letter-spacing: -.045em; }
.brand-copy small { margin-top: 5px; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; opacity: .76; }
.brand-upload { width: auto; height: 62px; max-width: 250px; object-fit: contain; }
.brand-official-logo { border-radius: 50%; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .94rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime); transition: right .2s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--lime);
  border-radius: 999px;
  background: var(--lime);
  color: var(--green-950);
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--lime-light); border-color: var(--lime-light); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-ghost { background: rgba(255,255,255,.05); color: white; border-color: rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.button-ghost:hover { color: var(--green-950); }
.button-secondary { background: transparent; color: var(--green-900); border-color: var(--green-900); }
.button-full { width: 100%; }
.text-link { color: var(--green-800); font-weight: 800; }
.back-link { display: inline-block; margin-bottom: 22px; font-weight: 800; color: var(--green-700); }

.hero { position: relative; min-height: 780px; display: grid; align-items: end; overflow: hidden; background: var(--green-950); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,31,20,.93) 0%, rgba(10,31,20,.68) 47%, rgba(10,31,20,.22) 100%), linear-gradient(0deg, rgba(10,31,20,.55), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding: 170px 0 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; color: var(--lime); }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green-700); }
.hero h1, .page-hero h1, .project-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.5rem, 8vw, 7.2rem); line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.hero-content > p { max-width: 650px; margin: 28px 0 0; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.82); font-size: .88rem; font-weight: 700; }
.hero-trust span::before { content: "✓"; margin-right: 9px; color: var(--lime); }

.section { padding: 110px 0; }
.section-light { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .contact-copy h2, .process-section h2, .project-cta h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; text-wrap: balance; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.split-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 310px; padding: 28px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); background: var(--cream); }
.service-number { position: absolute; top: 22px; right: 25px; font-weight: 900; color: #a2aaa4; }
.service-icon { position: relative; width: 64px; height: 64px; margin: 18px 0 55px; border-radius: 18px; background: var(--green-900); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; }
.icon-leaf::before { width: 26px; height: 38px; left: 20px; top: 12px; background: var(--lime); border-radius: 100% 0 100% 0; transform: rotate(-15deg); }
.icon-leaf::after { width: 2px; height: 32px; left: 32px; top: 19px; background: var(--green-950); transform: rotate(28deg); }
.icon-grid::before { inset: 14px; background: linear-gradient(90deg, transparent 30%, var(--lime) 31% 35%, transparent 36% 64%, var(--lime) 65% 69%, transparent 70%), linear-gradient(0deg, transparent 30%, var(--lime) 31% 35%, transparent 36% 64%, var(--lime) 65% 69%, transparent 70%); border: 3px solid var(--lime); }
.icon-stone::before { width: 34px; height: 22px; left: 15px; top: 22px; background: var(--lime); clip-path: polygon(14% 8%, 82% 0, 100% 45%, 78% 100%, 10% 90%, 0 40%); }
.icon-deck::before { width: 38px; height: 28px; left: 13px; top: 18px; border: 3px solid var(--lime); transform: skew(-12deg); background: repeating-linear-gradient(90deg, transparent 0 6px, var(--lime) 7px 9px); }
.icon-grass::before { left: 13px; right: 13px; bottom: 13px; height: 38px; background: repeating-linear-gradient(105deg, transparent 0 7px, var(--lime) 8px 11px, transparent 12px 14px); }
.icon-fence::before { inset: 12px 14px; background: repeating-linear-gradient(90deg, var(--lime) 0 7px, transparent 7px 12px); clip-path: polygon(0 20%, 8% 0, 17% 20%, 25% 0, 34% 20%, 42% 0, 51% 20%, 59% 0, 68% 20%, 76% 0, 85% 20%, 93% 0, 100% 20%, 100% 100%, 0 100%); }
.service-card h3 { margin: 0 0 10px; font-size: 1.42rem; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap > img { width: 100%; height: 690px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-stamp { position: absolute; right: -34px; bottom: 36px; width: 170px; height: 170px; display: grid; align-content: center; justify-content: center; border-radius: 50%; background: var(--lime); color: var(--green-950); transform: rotate(-7deg); text-align: center; }
.about-stamp strong { font-size: 2rem; line-height: 1; }
.about-stamp span { margin-top: 8px; font-size: .78rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; }
.about-copy > p { margin: 30px 0; color: var(--muted); font-size: 1.1rem; }
.value-list { display: grid; border-top: 1px solid var(--border); margin-bottom: 32px; }
.value-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.value-list strong { color: var(--green-700); }
.value-list span { color: var(--muted); }
.value-list b { color: var(--ink); margin-right: 7px; }

.projects-preview { background: white; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-card-image { position: relative; aspect-ratio: 1.12 / 1; background: var(--green-900); overflow: hidden; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover .project-card-image img { transform: scale(1.04); }
.project-card-image > span { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(16,45,32,.88); color: white; font-size: .75rem; font-weight: 800; backdrop-filter: blur(8px); }
.project-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--green-950), var(--green-700)); color: var(--lime); font-size: 3rem; font-weight: 900; letter-spacing: -.06em; }
.project-card-copy { padding: 25px; }
.project-card-copy h2, .project-card-copy h3 { margin: 0 0 8px; font-size: 1.42rem; letter-spacing: -.035em; }
.project-card-copy p { margin: 0 0 20px; color: var(--muted); }
.project-card-copy small { font-weight: 700; color: var(--green-700); }
.empty-projects { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 330px; border-radius: var(--radius); overflow: hidden; background: var(--green-950); color: white; }
.empty-projects > div:last-child { padding: 55px; }
.empty-projects h3 { margin: 0 0 12px; font-size: 2.3rem; letter-spacing: -.05em; }
.empty-projects p { color: rgba(255,255,255,.68); }
.empty-visual { height: 100%; min-height: 330px; display: flex; align-items: center; justify-content: center; gap: 16px; background: repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 12px, transparent 12px 24px), var(--green-800); }
.empty-visual span { padding: 18px 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; font-weight: 900; }
.empty-visual strong { color: var(--lime); font-size: 2rem; }

.process-section { padding: 110px 0; background: var(--green-950); color: white; }
.process-section h2 { max-width: 800px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 60px; background: rgba(255,255,255,.18); }
.process-grid > div { min-height: 300px; padding: 32px; background: var(--green-950); }
.process-grid b { display: block; color: var(--lime); font-size: .86rem; letter-spacing: .12em; }
.process-grid h3 { margin: 75px 0 12px; font-size: 1.45rem; }
.process-grid p { margin: 0; color: rgba(255,255,255,.65); }

.contact-section { background: var(--lime-light); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.contact-copy > p { margin: 28px 0 36px; max-width: 540px; color: #53604f; font-size: 1.08rem; }
.contact-details { display: grid; gap: 0; border-top: 1px solid rgba(16,45,32,.22); }
.contact-details > * { display: grid; padding: 18px 0; border-bottom: 1px solid rgba(16,45,32,.22); }
.contact-details span { font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--green-700); }
.contact-details strong { margin-top: 3px; font-size: 1.05rem; }
.contact-card { padding: 34px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 8px; font-size: .86rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--border); border-radius: 12px; background: white; color: var(--ink); padding: 14px 15px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(45,105,69,.11); }
.check-label { grid-template-columns: 22px 1fr; align-items: start; font-size: .78rem; font-weight: 500; color: var(--muted); }
.check-label input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-800); }
.check-label a { text-decoration: underline; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-disabled { text-align: center; padding: 60px 20px; }
.flash { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-weight: 700; }
.flash-error { background: #fff0ee; color: #8e3024; border: 1px solid #f0c2bc; }
.flash-success { background: #e9f7ec; color: #1f6a36; border: 1px solid #bfe3c8; }

.site-footer { padding: 72px 0 26px; background: #0c2418; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .7fr .7fr; gap: 60px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p, .footer-grid span, .footer-grid a { display: block; color: rgba(255,255,255,.62); }
.footer-grid a:hover { color: var(--lime); }
.footer-grid h3 { margin: 0 0 15px; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: white; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: .78rem; }

.page-hero { padding: 195px 0 95px; background: var(--green-950); color: white; }
.page-hero h1 { max-width: 920px; font-size: clamp(3.5rem, 7vw, 6.2rem); }
.page-hero p { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 1.14rem; }
.page-hero.compact { padding-bottom: 68px; }
.page-hero.compact h1 { font-size: clamp(3.2rem, 6vw, 5rem); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.filter-bar a { padding: 9px 15px; border: 1px solid var(--border); border-radius: 999px; font-weight: 800; font-size: .84rem; }
.filter-bar a.active, .filter-bar a:hover { background: var(--green-900); color: white; border-color: var(--green-900); }
.project-grid-large .project-card:nth-child(1), .project-grid-large .project-card:nth-child(5) { grid-column: span 2; }
.project-grid-large .project-card:nth-child(1) .project-card-image, .project-grid-large .project-card:nth-child(5) .project-card-image { aspect-ratio: 2.25 / 1; }
.public-empty { text-align: center; max-width: 680px; margin: 30px auto; padding: 80px 40px; border: 1px dashed var(--border); border-radius: var(--radius); }
.public-empty h2 { font-size: 2rem; margin: 0 0 12px; }
.public-empty p { color: var(--muted); margin-bottom: 28px; }

.project-hero { padding: 160px 0 80px; background: var(--cream); }
.project-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.project-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); color: var(--green-950); }
.project-hero p { margin: 24px 0; color: var(--muted); font-size: 1.13rem; }
.project-meta { display: flex; gap: 38px; margin-top: 32px; }
.project-meta span { display: grid; }
.project-meta b { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--green-700); }
.project-cover { aspect-ratio: 1.25 / 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.project-cover img { width: 100%; height: 100%; object-fit: cover; }
.project-body-section { padding-bottom: 35px; }
.rich-copy { font-size: 1.13rem; color: #3f4a42; }
.comparison-section { background: var(--cream); }
.comparison-list { display: grid; gap: 34px; }
.comparison-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.comparison-pair > div { position: relative; min-height: 350px; border-radius: var(--radius); overflow: hidden; background: var(--stone); }
.comparison-pair img { width: 100%; height: 100%; min-height: 350px; max-height: 650px; object-fit: cover; }
.comparison-pair span { position: absolute; z-index: 1; left: 18px; top: 18px; padding: 8px 13px; border-radius: 999px; background: rgba(16,45,32,.88); color: white; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.missing-image { min-height: 350px; display: grid; place-items: center; color: var(--muted); }
.masonry-gallery { columns: 3 280px; column-gap: 14px; }
.masonry-gallery figure { break-inside: avoid; margin: 0 0 14px; overflow: hidden; border-radius: 16px; background: var(--cream); }
.masonry-gallery img { width: 100%; }
.masonry-gallery figcaption { padding: 11px 14px; color: var(--muted); font-size: .84rem; }
.project-cta { padding: 70px 0; background: var(--green-950); color: white; }
.project-cta .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.project-cta h2 { font-size: clamp(2rem, 4vw, 3.8rem); }

.success-page { min-height: 75vh; display: grid; place-items: center; padding: 160px 0 90px; background: var(--cream); }
.success-card { max-width: 680px; margin: auto; padding: 60px; border-radius: var(--radius); background: white; text-align: center; box-shadow: var(--shadow); }
.success-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: var(--lime); color: var(--green-950); font-size: 2rem; font-weight: 900; }
.success-card h1 { margin: 0; font-size: 3.4rem; letter-spacing: -.06em; }
.success-card p { color: var(--muted); font-size: 1.08rem; }
.success-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 30px; }
.legal-section { background: white; }
.legal-copy h2 { margin: 42px 0 10px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: #4e5951; }
.legal-copy a { color: var(--green-700); text-decoration: underline; }

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 850px); }
  .nav-toggle { display: block; position: relative; z-index: 2; color: inherit; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 100px 32px 40px; background: var(--green-950); color: white; transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 1.5rem; }
  .main-nav .button { margin-top: 15px; font-size: 1rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid, .project-hero-grid { grid-template-columns: 1fr; }
  .about-image-wrap > img { height: 560px; }
  .about-stamp { right: 20px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid-large .project-card:nth-child(1), .project-grid-large .project-card:nth-child(5) { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 24px); --radius: 19px; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 1.18rem; }
  .brand-copy small { font-size: .55rem; }
  .brand-upload { height: 43px; max-width: 190px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 140px; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .hero-trust { margin-top: 42px; display: grid; gap: 9px; }
  .section { padding: 78px 0; }
  .split-heading { display: block; }
  .split-heading > p, .split-heading > .text-link { display: block; margin-top: 20px; }
  .service-grid, .project-grid, .project-grid-large, .form-row, .empty-projects, .comparison-pair { grid-template-columns: 1fr; }
  .project-grid-large .project-card:nth-child(1), .project-grid-large .project-card:nth-child(5) { grid-column: auto; }
  .project-grid-large .project-card:nth-child(1) .project-card-image, .project-grid-large .project-card:nth-child(5) .project-card-image { aspect-ratio: 1.12 / 1; }
  .service-card { min-height: 270px; }
  .service-icon { margin-bottom: 38px; }
  .about-image-wrap > img { height: 430px; }
  .about-stamp { width: 130px; height: 130px; bottom: 22px; }
  .about-stamp strong { font-size: 1.6rem; }
  .empty-projects > div:last-child { padding: 35px 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { min-height: 230px; }
  .process-grid h3 { margin-top: 50px; }
  .contact-card { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .page-hero { padding-top: 150px; }
  .page-hero h1, .project-hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .project-hero { padding-top: 130px; }
  .project-meta { flex-direction: column; gap: 12px; }
  .comparison-pair > div, .comparison-pair img, .missing-image { min-height: 290px; }
  .project-cta .container { display: grid; }
  .success-card { padding: 38px 22px; }
  .success-card h1 { font-size: 2.7rem; }
}
