:root{
  --green:#2e6033;
  --green-dark:#173f2c;
  --green-deep:#0f3426;
  --olive:#a4a688;
  --terracotta:#cc895e;
  --saffron:#d9ae59;
  --cream:#f0e8da;
  --paper:#faf7f0;
  --ink:#243027;
  --muted:#647066;
  --line:rgba(36,48,39,.16);
  --white:#fffdf8;
  --shadow:0 22px 70px rgba(25,46,32,.10);
  --radius:22px;
  --shell:min(1220px,calc(100% - 48px));
  --serif:"Lora",Iowan Old Style,Baskerville,Georgia,serif;
  --sans:"DM Sans",Avenir,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.68;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a{touch-action:manipulation}
.shell{width:var(--shell);margin-inline:auto}
.section{padding:112px 0}
.eyebrow{margin:0 0 18px;color:var(--green);font-size:.76rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.eyebrow.light{color:#f7dca6}
h1,h2,h3{margin:0;font-family:var(--serif);font-weight:500;line-height:1.12;letter-spacing:-.012em;font-kerning:normal;text-wrap:balance}
h1{font-size:clamp(2.75rem,5.3vw,5.65rem)}
h2{font-size:clamp(2.15rem,4vw,4.1rem)}
h3{font-size:clamp(1.45rem,2vw,2rem)}
p{margin:0 0 1.15em}
.lead{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.5;color:#3c4a3f}
.light-copy{color:rgba(255,255,255,.82)}
.small{font-size:.88rem}
.skip-link{position:fixed;top:12px;left:12px;z-index:9999;padding:10px 14px;background:white;color:var(--green-dark);transform:translateY(-160%)}
.skip-link:focus{transform:none}
.site-header{position:fixed;inset:0 0 auto;z-index:100;height:82px;background:rgba(15,52,38,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.09)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;justify-content:center;width:78px;height:78px;flex:0 0 auto;overflow:visible}
.brand img{display:block;width:74px;height:74px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:28px;color:#fff;font-size:.88rem;font-weight:500;white-space:nowrap}
.main-nav a{position:relative}
.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--saffron);transition:.25s}
.main-nav a:hover::after,.main-nav a:focus-visible::after{right:0}
.nav-cta{padding:12px 18px;border:1px solid rgba(255,255,255,.42);border-radius:999px}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;place-items:center;gap:6px}
.menu-toggle span{display:block;width:24px;height:2px;background:white}
.hero{position:relative;margin-top:82px;background:var(--green-deep);overflow:hidden}
.hero-picture,.hero-picture img{display:block;width:100%}
.hero-picture img{height:auto;aspect-ratio:1672/941;object-fit:contain;background:var(--green-deep)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,38,28,.80) 0%,rgba(11,38,28,.42) 45%,rgba(11,38,28,.03) 76%)}
.hero-inner{position:absolute;inset:0;display:flex;align-items:flex-end;padding-bottom:clamp(44px,7vw,94px)}
.hero-card{max-width:760px;color:white}
.hero-card h1{max-width:750px}
.hero-card>p:not(.eyebrow){max-width:620px;margin-top:22px;color:rgba(255,255,255,.88);font-size:clamp(1.02rem,1.6vw,1.28rem)}
.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border:1px solid transparent;border-radius:999px;font-size:.88rem;font-weight:600;transition:transform .2s,background .2s,color .2s,border-color .2s}
.button:hover{transform:translateY(-2px)}
.button-warm{background:var(--saffron);color:#173126}
.button-green{background:var(--green);color:white}
.button-outline-green{border-color:rgba(46,96,51,.5);color:var(--green-dark);background:transparent}
.button-outline-light{border-color:rgba(255,255,255,.7);color:white;background:rgba(15,52,38,.16)}
.text-link{display:inline-flex;margin-top:12px;color:var(--green);font-weight:600;border-bottom:1px solid currentColor}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(48px,7vw,92px);align-items:center}
.copy-block{max-width:650px}
.copy-block h2{margin-bottom:28px}
.signature-line{margin-top:34px;padding-top:24px;border-top:1px solid var(--line);font-family:var(--serif);font-size:clamp(1.35rem,2.5vw,2.1rem);color:var(--green)}
.image-frame{margin:0}
.image-frame img,.wide-image img{width:100%;height:auto;object-fit:contain}
.image-frame figcaption,.three-gallery figcaption{margin-top:10px;color:var(--muted);font-size:.78rem;letter-spacing:.04em}
.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:end;margin-bottom:54px}
.section-heading .eyebrow{grid-column:1/-1;margin-bottom:-16px}
.section-heading>p:last-child{color:var(--muted);max-width:560px}
.section-heading.compact{display:block;max-width:850px}
.section-heading.compact .eyebrow{margin-bottom:18px}
.section-heading.compact h2{margin-bottom:22px}
.experiences{background:var(--cream)}
.experience-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.feature-card{background:var(--white);border:1px solid rgba(46,96,51,.11);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.feature-card-wide{grid-column:1/-1;display:grid;grid-template-columns:1.55fr .85fr;align-items:stretch}
.feature-card img{width:100%;height:auto;object-fit:contain;background:#ddd2bf}
.feature-card-wide img{height:100%;object-fit:contain}
.feature-copy{padding:30px}
.card-number{color:var(--terracotta);font-weight:600;letter-spacing:.16em;font-size:.72rem}
.feature-copy h3{margin-bottom:14px}
.feature-copy p{color:var(--muted)}
.status-chip{display:inline-block;margin-bottom:16px;padding:7px 11px;border-radius:999px;background:rgba(204,137,94,.14);color:#934d2d;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.casa{background:var(--green-deep);color:white}
.casa-main-image{max-width:1080px;margin:0 auto 58px;border-radius:var(--radius);overflow:hidden;background:#193b2c}
.casa-main-image img{width:100%}
.casa-lockup{display:flex;justify-content:center;align-items:center;margin:-12px auto 32px;text-align:center}
.casa-lockup img{display:block;width:min(420px,72vw);height:auto;padding:9px 14px 7px;background:linear-gradient(180deg,rgba(252,248,240,.98) 0%,rgba(246,231,197,.96) 100%);border:1px solid rgba(246,231,197,.55);border-radius:14px;box-shadow:0 10px 28px rgba(0,0,0,.11)}
.access-strip{list-style:none;margin:0 0 54px;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(255,255,255,.18);border-radius:16px;overflow:hidden}
.access-strip li{padding:20px 18px;border-right:1px solid rgba(255,255,255,.18)}
.access-strip li:last-child{border-right:0}
.access-strip strong,.access-strip span{display:block}
.access-strip strong{font-family:var(--serif);font-size:1.15rem;font-weight:500;color:#fff}
.access-strip span{margin-top:4px;color:rgba(255,255,255,.66);font-size:.74rem;line-height:1.45}
.casa-copy-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.casa-copy-grid h2{max-width:590px}
.casa-copy-grid p{color:rgba(255,255,255,.78)}
.casa-highlights{list-style:none;margin:46px 0 0;padding:28px 0;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);display:flex;flex-wrap:wrap;gap:14px 30px;color:#f6e7c5;font-size:.88rem}
.casa-highlights li::before{content:"•";margin-right:10px;color:var(--saffron)}
.casa-note{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:34px}
.casa-note p{margin:0;max-width:620px;color:rgba(255,255,255,.7);font-size:.9rem}
.casa-gallery{background:#fbf8f1}
.three-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.three-gallery figure,.house-gallery-two figure{margin:0}
.three-gallery img,.house-gallery-two img{width:100%;height:auto;border-radius:16px}
.house-gallery-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.house-gallery-two figcaption{margin-top:10px;color:var(--muted);font-size:.78rem;letter-spacing:.04em}
.thematic{background:#f4efe5}
.thematic-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(46px,7vw,96px);padding-top:34px;padding-bottom:34px;border-top:1px solid rgba(46,96,51,.22);border-bottom:1px solid rgba(46,96,51,.22)}
.thematic-intro h2{max-width:640px}
.thematic-copy>p{color:var(--muted)}
.tag-list{list-style:none;display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 34px;padding:0}
.tag-list li{padding:8px 13px;border:1px solid rgba(46,96,51,.24);border-radius:999px;color:var(--green-dark);font-size:.78rem}
.signatures{background:var(--paper)}
.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.product-card{background:white;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}
.product-card img{width:100%;height:auto;object-fit:contain;background:#e1d4be}
.product-copy{padding:30px}
.product-copy h3{margin-bottom:14px}
.product-copy p{color:var(--muted)}
.center-cta{text-align:center;margin-top:36px}
.vegetarian{background:#eef0e4}
.check-list,.service-list{list-style:none;margin:28px 0 34px;padding:0;display:grid;gap:10px}
.check-list li,.service-list li{position:relative;padding-left:24px}
.check-list li::before,.service-list li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:var(--terracotta)}
.full-service{background:var(--green);color:white}
.service-copy h2{margin-bottom:28px}
.service-copy p{color:rgba(255,255,255,.78)}
.service-list{grid-template-columns:1fr 1fr;color:#fff}
.service-list li::before{background:var(--saffron)}
.dark-frame img{background:var(--green-dark)}
.repertoire{background:var(--cream)}
.text-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.text-card-grid article{padding:30px;border-top:2px solid var(--green);background:rgba(255,255,255,.52)}
.text-card-grid span,.process-grid span{display:block;margin-bottom:24px;color:var(--terracotta);font-size:.75rem;font-weight:600;letter-spacing:.15em}
.text-card-grid h3{font-size:1.45rem;margin-bottom:12px}
.text-card-grid p{font-size:.91rem;color:var(--muted)}
.process{background:#fcfaf5}
.process-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-grid li{padding:34px;border-right:1px solid var(--line)}
.process-grid li:last-child{border-right:0}
.process-grid h3{margin-bottom:12px}
.process-grid p{color:var(--muted);font-size:.9rem}

.personal-service{padding:58px 0;background:var(--green-dark);color:white}
.personal-service-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:46px;align-items:center}
.personal-service-image{margin:0;width:220px}
.personal-service-image img{width:100%;height:auto;border-radius:50%;border:1px solid rgba(255,255,255,.28)}
.personal-service h2{max-width:900px;font-size:clamp(1.85rem,3.4vw,3.35rem)}
.trust-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.trust-points span{padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#f7e9c8;font-size:.78rem}

.about{background:#f4efe5;padding-bottom:0}
.about-image{margin:0;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden;background:#ddd2bf}
.about-card{position:relative;margin:-84px 42px 0;padding:54px;display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;background:var(--green-deep);color:white;border-radius:var(--radius) var(--radius) 0 0}
.about-title p{color:rgba(255,255,255,.74)}
.about-copy p{color:rgba(255,255,255,.8)}
.about-copy blockquote{margin:32px 0 0;padding-top:25px;border-top:1px solid rgba(255,255,255,.2);font-family:var(--serif);font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.35;color:#f7dca6}
.final-gallery{background:#fffdf8}
.masonry-gallery{columns:3 320px;column-gap:18px}
.masonry-gallery figure{break-inside:avoid;margin:0 0 18px;border-radius:15px;overflow:hidden;background:#e7ddcd}
.masonry-gallery img{width:100%;height:auto}
.faq{background:var(--cream)}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}
.faq-list details{border-top:1px solid rgba(36,48,39,.2)}
.faq-list details:last-child{border-bottom:1px solid rgba(36,48,39,.2)}
.faq-list summary{cursor:pointer;list-style:none;padding:24px 42px 24px 0;font-family:var(--serif);font-size:1.25rem;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:8px;top:21px;color:var(--green);font-family:var(--sans);font-size:1.5rem}
.faq-list details[open] summary::after{content:"–"}
.faq-list details p{padding:0 45px 24px 0;color:var(--muted)}
.contact{background:var(--green-deep);color:white}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.contact-intro h2{margin-bottom:24px}
.contact-intro>p{color:rgba(255,255,255,.74)}
.direct-contact{display:grid;gap:12px;margin-top:34px}
.direct-contact a{display:flex;flex-direction:column;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.direct-contact span{color:#f7dca6;font-size:.7rem;letter-spacing:.13em;text-transform:uppercase}
.proposal-form{background:var(--paper);color:var(--ink);padding:34px;border-radius:var(--radius)}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.proposal-form label{display:grid;gap:7px;margin-bottom:18px;font-size:.78rem;font-weight:600;letter-spacing:.02em}
.proposal-form input,.proposal-form select,.proposal-form textarea{width:100%;border:1px solid rgba(36,48,39,.25);border-radius:10px;background:white;padding:12px 13px;color:var(--ink);outline:none}
.proposal-form input:focus,.proposal-form select:focus,.proposal-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(46,96,51,.12)}
.form-button{width:100%;border:0;cursor:pointer}
.form-note,.form-privacy{margin:12px 0 0;text-align:center;color:var(--muted);font-size:.72rem}
.hidden-field{position:absolute;left:-9999px}
.site-footer{padding:74px 0 26px;background:#0b2a20;color:white}
.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr .8fr;gap:44px}
.footer-brand{display:block;width:142px}
.footer-brand img{width:100%;height:auto}
.footer-grid>div:first-child p{max-width:310px;color:rgba(255,255,255,.7)}
.footer-grid h2{margin-bottom:15px;font-family:var(--sans);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:#f7dca6}
.footer-grid a,.footer-grid>div:not(:first-child) p{display:block;margin-bottom:9px;color:rgba(255,255,255,.74);font-size:.84rem}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);font-size:.75rem}
.footer-bottom p{margin:0}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--saffron);color:var(--green-deep);box-shadow:0 15px 35px rgba(0,0,0,.22)}
.whatsapp-float svg{width:28px;height:28px}

.language-switcher{display:flex;align-items:center;gap:3px;margin-left:4px;padding-left:12px;border-left:1px solid rgba(255,255,255,.22)}
.language-switcher a{min-width:29px;padding:7px 5px;text-align:center;border:1px solid transparent;border-radius:999px;font-size:.64rem;letter-spacing:.09em;color:rgba(255,255,255,.72)}
.language-switcher a::after{display:none!important}
.language-switcher a:hover,.language-switcher a:focus-visible{color:#fff;border-color:rgba(255,255,255,.38)}
.language-switcher a.is-active{background:#f0e8da;color:#173f2c;border-color:#f0e8da;font-weight:600}

:focus-visible{outline:3px solid var(--saffron);outline-offset:3px}

@media (max-width:980px){
  :root{--shell:min(100% - 34px,900px)}
  .main-nav{gap:16px;font-size:.78rem}
  .nav-cta{padding:10px 13px}
  .section{padding:88px 0}
  .feature-card-wide{grid-template-columns:1fr}
  .feature-card-wide img{height:auto}
  .text-card-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-grid li:nth-child(2){border-right:0}
  .process-grid li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:760px){
  :root{--shell:calc(100% - 28px);--radius:17px}
  body{font-size:16px}
  .site-header{height:70px}
  .brand{width:58px;height:58px}.brand img{width:56px;height:56px}
  .menu-toggle{display:grid}
  .main-nav{position:fixed;inset:70px 0 auto;background:var(--green-deep);padding:24px 20px 30px;display:none;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid rgba(255,255,255,.1)}
  .main-nav.is-open{display:flex}
  .main-nav a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}
  .main-nav .nav-cta{margin-top:14px;text-align:center;border:1px solid rgba(255,255,255,.4);padding:12px}
  .language-switcher{margin:18px 0 0;padding:18px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.12);justify-content:center;gap:10px}
  .language-switcher a{padding:9px 12px;border-bottom:0!important}
  .hero{margin-top:70px;display:flex;flex-direction:column}
  .hero-picture{order:1}.hero-picture img{aspect-ratio:auto;width:100%;height:auto;object-fit:contain}
  .hero-shade{display:none}
  .hero-inner{position:static;order:2;width:100%;padding:0;background:var(--green-deep)}
  .hero-card{padding:34px 14px 40px;max-width:none}
  .hero-card h1{font-size:clamp(2.25rem,10.5vw,3.25rem)}
  .button-row{display:grid}.button{width:100%}
  .section{padding:72px 0}
  .split,.section-heading,.casa-copy-grid,.faq-grid,.contact-grid,.about-card{grid-template-columns:1fr;gap:38px}
  .split-manifesto,.vegetarian-grid,.service-grid{display:flex;flex-direction:column}
  .split-manifesto .copy-block{order:1}.split-manifesto .image-frame{order:2}
  .service-grid .service-copy{order:1}.service-grid .image-frame{order:2}
  .section-heading{display:block}.section-heading .eyebrow{margin-bottom:18px}.section-heading h2{margin-bottom:20px}
  .experience-layout,.signature-grid,.three-gallery,.house-gallery-two{grid-template-columns:1fr}
  .feature-card-wide{grid-column:auto}
  .feature-copy,.product-copy{padding:24px}
  .casa-main-image{margin-bottom:36px}
  .casa-lockup{margin-bottom:24px}.casa-lockup img{width:min(72vw,360px);padding:8px 12px 6px;border-radius:12px}
  .access-strip{grid-template-columns:1fr 1fr;margin-bottom:38px}
  .access-strip li:nth-child(2){border-right:0}
  .access-strip li:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
  .casa-highlights{display:grid;gap:10px}
  .casa-note{align-items:stretch;flex-direction:column}
  .casa-note .button{width:100%}
  .service-list{grid-template-columns:1fr}
  .thematic-panel{grid-template-columns:1fr;gap:28px;padding-top:0;padding-bottom:0;border-top:0;border-bottom:0}
  .personal-service-grid{grid-template-columns:1fr;text-align:center;gap:24px}
  .personal-service-image{width:150px;margin-inline:auto}
  .trust-points{justify-content:center}
  .text-card-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr;border-bottom:0}
  .process-grid li{border-right:0;border-bottom:1px solid var(--line)}
  .process-grid li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .about-card{margin:-20px 0 0;padding:32px 24px;border-radius:0 0 var(--radius) var(--radius)}
  .field-grid{grid-template-columns:1fr;gap:0}
  .proposal-form{padding:24px 18px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-bottom{flex-direction:column}
  .whatsapp-float{right:14px;bottom:14px;width:50px;height:50px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* Confirmation page */
.thanks-page{min-height:100vh;display:grid;place-items:center;padding:32px 0;background:var(--green-dark)}
.thanks-card{width:min(720px,calc(100% - 32px));padding:clamp(34px,6vw,58px);background:var(--cream);border-radius:var(--radius);text-align:center;box-shadow:0 26px 80px rgba(0,0,0,.22)}
.thanks-logo{width:118px;height:118px;object-fit:contain;margin:0 auto 24px;background:var(--green-deep);border-radius:20px}
.thanks-card h1{font-size:clamp(2.2rem,6vw,4.15rem);color:var(--green-dark)}
.thanks-card>p:not(.eyebrow){max-width:570px;margin:20px auto 0;color:var(--muted)}
.thanks-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px}
@media(max-width:620px){.thanks-actions{display:grid}.thanks-actions .button{width:100%}}

@media (max-width:430px){.access-strip{grid-template-columns:1fr}.access-strip li{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.access-strip li:last-child{border-bottom:0}.access-strip li:nth-child(2){border-bottom:1px solid rgba(255,255,255,.18)}}

.thanks-languages{display:flex;justify-content:center;gap:14px;margin-top:26px;font-size:.72rem;letter-spacing:.1em}.thanks-languages a{color:var(--green);padding:5px}.thanks-languages a[aria-current]{font-weight:700;text-decoration:underline;text-underline-offset:4px}
