.phil-hero{position:relative;min-height:100vh;padding-top:80px;background:var(--cream);display:flex;align-items:stretch;overflow:hidden}.phil-hero-text{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 5vw;position:relative;z-index:2}.phil-hero-heading{font-family:Cormorant Garamond,serif;font-size:3.6rem;font-weight:500;color:var(--warm-text);line-height:1.15;margin-bottom:1.5rem}.phil-hero-ornament{display:flex;align-items:center;gap:.75rem;margin:.75rem 0 1.5rem}.ornament-line{flex:1;height:1px;background:#b8975a;max-width:80px}.ornament-lotus{width:28px;height:28px;flex-shrink:0}.phil-hero-sub{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--warm-mid);margin-bottom:.5rem}.phil-hero-born{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:600;font-style:italic;color:var(--gold-dark);margin-bottom:2.5rem}.phil-scroll-btn{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;width:56px;height:56px;border-radius:50%;background:#ffffffeb;box-shadow:0 2px 12px #00000026;justify-content:center;cursor:pointer;text-decoration:none;z-index:10;color:#5a3e1b;transition:transform .3s ease,box-shadow .3s ease}.phil-scroll-btn svg{width:18px;height:18px}.phil-scroll-btn span{font-family:Lato,sans-serif;font-size:7px;font-weight:700;letter-spacing:.12em;color:#5a3e1b;line-height:1}.phil-scroll-btn:hover{transform:translate(-50%) translateY(3px);box-shadow:0 4px 18px #0000002e}.phil-hero-img{flex:1 1 50%;position:relative;overflow:hidden}.phil-hero-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:45%;background:linear-gradient(to right,#fdf8f0,#fdf8f000);z-index:1;pointer-events:none}.phil-hero-img img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 991px){.phil-hero{flex-direction:column;padding-top:72px;min-height:auto}.phil-hero-text{padding:2rem 1.5rem}.phil-hero-heading{font-size:2.4rem}.phil-hero-img{height:50vw;min-height:280px;border-radius:0}}.phil-question{padding:5rem 0;background:var(--cream)}.phil-q-heading{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:500;color:var(--warm-text);line-height:1.25;margin-bottom:1.25rem}.phil-q-gold{font-style:italic;color:var(--gold-dark);font-weight:600}.phil-gold-bar{width:60px;height:2px;background:var(--gold-light);border-radius:2px;margin-bottom:1.75rem}.phil-gold-bar.light{background:var(--gold-light)}.phil-q-italic{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;color:var(--warm-mid);line-height:1.7;margin-bottom:.85rem}.phil-q-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #00000014;position:relative}.phil-q-img-wrap:before,.phil-q-img-wrap:after{content:"";position:absolute;top:0;bottom:0;width:22%;z-index:1;pointer-events:none}.phil-q-img-wrap:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.phil-q-img-wrap:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.phil-q-img{width:100%;height:560px;object-fit:cover;object-position:center}@media (max-width: 991px){.phil-q-img{height:380px}}.phil-banyan{position:relative;padding:6rem 0;overflow:hidden}.phil-banyan-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.phil-banyan-bg img{width:100%;height:100%;object-fit:cover}.phil-banyan-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#14241aeb,#14241ac7,#14241a99)}.phil-banyan-heading{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:500;color:#fff;line-height:1.2;margin-bottom:1.25rem}.phil-banyan-body{font-family:Lato,sans-serif;font-size:1rem;font-weight:400;color:#fdfaf4e0;line-height:1.9;margin-bottom:1.25rem;max-width:540px}.phil-banyan-body strong{color:var(--gold-light);font-weight:600}.phil-three-cols{padding:5rem 0;background:var(--cream)}.phil-col{padding:2.5rem 2rem}.phil-col-left{background:var(--cream-2);border-radius:8px 0 0 8px}.phil-col-center{background:#fff;border-radius:0;box-shadow:0 2px 20px #0000000a}.phil-col-right{background:var(--cream-2);border-radius:0 8px 8px 0}.phil-col-heading{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;color:var(--warm-text);margin-bottom:.75rem}.phil-roots-tree{margin:0 auto 2.5rem;max-width:240px;position:relative}.phil-roots-tree:after{content:"";position:absolute;left:50%;bottom:-1.25rem;transform:translate(-50%);width:48px;height:1px;background:linear-gradient(to right,transparent,var(--gold-light),transparent)}.phil-roots-tree img{width:100%;filter:drop-shadow(0 6px 18px rgba(184,151,90,.18));transition:transform .6s ease}.phil-roots-tree:hover img{transform:scale(1.04)}.phil-four-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem .5rem;margin-top:1.5rem}@media (max-width: 1199px){.phil-four-icons{grid-template-columns:1fr 1fr;gap:1.75rem 1rem}}.phil-icon-item{text-align:center;padding:1.25rem .5rem .75rem;border-radius:10px;background:linear-gradient(180deg,#b8975a0d,#b8975a00);transition:transform .35s ease,box-shadow .35s ease,background .35s ease}.phil-icon-item:hover{transform:translateY(-4px);box-shadow:0 10px 28px #b8975a24;background:linear-gradient(180deg,#b8975a1a,#b8975a05)}.phil-icon-item img{width:64px;height:64px;object-fit:contain;margin:0 auto .65rem;transition:transform .4s ease}.phil-icon-item:hover img{transform:scale(1.08)}.phil-icon-name{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--warm-text);margin-bottom:.35rem;letter-spacing:.02em}.phil-icon-desc{font-family:Lato,sans-serif;font-size:.78rem;color:var(--warm-mid);line-height:1.65}.phil-leaf-list{list-style:none;padding:0;margin:0 0 1.5rem}.phil-leaf-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;color:var(--warm-text)}.phil-leaf-list li img{height:20px;flex-shrink:0;margin-top:.3rem}@media (max-width: 991px){.phil-col-left,.phil-col-right,.phil-col-center{border-radius:8px}}.phil-living-section{display:flex;background:var(--cream);overflow:hidden}.phil-living-left{flex:0 0 48%;padding:3.5rem 3rem 3.5rem 4vw;display:flex;flex-direction:column;justify-content:flex-start}.phil-living-left .sec-body{margin-bottom:1.1rem}.phil-living-icons-row{display:flex;justify-content:space-between;gap:.75rem;margin:1.75rem 0;align-items:flex-start}.phil-living-icon-item{flex:1 1 0;text-align:center;display:flex;flex-direction:column;align-items:center}.phil-living-icon-item img{width:72px;height:72px;object-fit:contain;margin:0 auto .65rem;transition:transform .4s ease}.phil-living-icon-item:hover img{transform:scale(1.08)}.phil-living-icon-item p{font-family:Lato,sans-serif;font-size:.78rem;color:var(--warm-mid);line-height:1.55;margin:0;text-align:center}.phil-living-right{flex:0 0 52%;display:flex;position:relative}.phil-invitation-text{flex:1 1 56%;padding:3.5rem 2.5rem 3.5rem 3rem;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:2}.phil-invitation-gold-quote{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-style:italic;font-weight:600;color:var(--gold-dark);line-height:1.6;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--cream-3)}.phil-invitation-photo{flex:0 0 44%;position:relative;overflow:hidden}.phil-invitation-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:30%;background:linear-gradient(to right,var(--cream) 0%,rgba(253,248,240,0) 100%);z-index:1;pointer-events:none}.phil-invitation-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}@media (max-width: 991px){.phil-living-section{flex-direction:column}.phil-living-left,.phil-invitation-text{flex:none;padding:2.5rem 1.5rem}.phil-living-right{flex:none;flex-direction:column}.phil-living-icons-row{flex-wrap:wrap;gap:1.25rem}.phil-living-icon-item{flex:1 1 30%}.phil-living-icon-item img{width:60px;height:60px}.phil-invitation-photo{min-height:320px;flex:none}.phil-invitation-photo:before{width:25%}}@media (max-width: 575px){.phil-living-icon-item{flex:1 1 45%}.phil-living-icon-item img{width:52px;height:52px}}.phil-quote-section{position:relative;padding:5.5rem 2rem;text-align:center;overflow:hidden;background:var(--forest)}.phil-quote-deco{position:absolute;width:34%;max-width:420px;opacity:.14;filter:saturate(.2) brightness(1.4) contrast(.9);pointer-events:none;z-index:0}.phil-quote-deco--left{left:-6%;bottom:-22%}.phil-quote-deco--right{right:-6%;bottom:-22%;transform:scaleX(-1)}.phil-quote-content{position:relative;z-index:2;max-width:720px;margin:0 auto}.phil-quote-mark{display:block;font-family:Cormorant Garamond,serif;font-size:4.5rem;line-height:.6;color:var(--gold-light);margin-bottom:1.25rem;opacity:.85}.phil-quote-text{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:500;font-style:italic;color:#fdfaf4f2;line-height:1.6;margin:0 auto 1.4rem;max-width:620px}.phil-quote-sub{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;font-style:italic;color:#fdfaf4c7;line-height:1.7;margin:0 auto 2rem;max-width:620px}.phil-quote-gold{font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:600;font-style:italic;color:var(--gold-light);margin:0;letter-spacing:.01em}@media (max-width: 767px){.phil-quote-section{padding:4rem 1.25rem}.phil-quote-mark{font-size:3.5rem}.phil-quote-text{font-size:1.35rem}.phil-quote-sub{font-size:1.1rem}.phil-quote-gold{font-size:1.3rem}.phil-quote-deco{width:45%;opacity:.1}}
